Support resizing frames and windows pixelwise.
[bpt/emacs.git] / src / ChangeLog
2013-11-30 Martin RudalicsSupport resizing frames and windows pixelwise.
2013-11-30 Stefan Monnier* src/xdisp.c (redisplay_internal): Don't call set_wind...
2013-11-29 Stefan Monnier* src/fns.c (internal_equal): Add a hash_table argument...
2013-11-29 Stefan Monnier* lisp/loadup.el: Preload "uniquify".
2013-11-29 Stefan Monnier* src/xdisp.c (REDISPLAY_SOME_P): New macro.
2013-11-29 Stefan Monnier* lisp/electric.el (electric-indent-mode): Enable by...
2013-11-29 Tom SeddonFix bug #6364 with slow scrolling on MS-Windows with...
2013-11-29 Eli ZaretskiiMore thorough fix of bug #15913 with mouse-highlight...
2013-11-29 Paul EggertFix minor problems found by static checking.
2013-11-29 Stefan Monnier* configure.ac (HAVE_MENUS): Remove.
2013-11-29 Stefan Monnier* src/window.c (Fset_window_configuration): Move select...
2013-11-28 Stefan MonnierRefine redisplay optimizations to only redisplay *some...
2013-11-28 Eli ZaretskiiFix bug #15933 with crashes in file-notify-tests on...
2013-11-27 Glenn MorrisStop keeping generated Unicode lisp files in the repository
2013-11-27 Eli ZaretskiiFix bug #15973 with erratic cursor motion after reverti...
2013-11-27 Eli ZaretskiiFix watching directories using w32notify.c.
2013-11-27 Martin RudalicsReset window_end_valid after some window changes (Bug...
2013-11-27 Glenn MorrisMove runtime leim lisp files to lisp/leim directory
2013-11-26 Andreas Schwab* .gdbinit (xgettype): Add cast.
2013-11-26 Glenn MorrisPreload leim-list.el
2013-11-25 Paul Eggertbool-vector-subsetp is now the normal direction.
2013-11-25 Paul EggertFix minor problems found by static checking.
2013-11-25 Stefan Monnier* src/textprop.c (text_property_stickiness): Fix front...
2013-11-25 Stefan Monnier* lisp/frame.el (handle-focus-in, handle-focus-out...
2013-11-25 Glenn MorrisFurther tweaks to the setting of Vload_path
2013-11-25 Glenn Morris* src/lread.c (init_lread): Fix 2013-11-23 goof that...
2013-11-24 Stefan MonnierExport get_pos_property to Elisp.
2013-11-24 Stefan Monnier* src/data.c (Fmake_variable_buffer_local): Mention...
2013-11-23 Romain FrancoiseReally initialize `write_region_inhibit_fsync' when...
2013-11-23 Stefan Monnier* src/lread.c (init_lread): Fix int/Lisp_Object mixup.
2013-11-23 Glenn Morris* src/process.c (get_process): Explicit error for dead...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-23 Glenn MorrisEmpty elements in EMACSLOADPATH now stand for the default
2013-11-22 Eli ZaretskiiFix bug #15951 with vertical-motion near beginning...
2013-11-21 Paul EggertUse just LIBXMENU, not LIBXMENU_DIR and LIBXMENU_BASE.
2013-11-21 Paul EggertFix some dependency problems that cause unnecessary...
2013-11-21 Paul EggertFix recently introduced bool vector overrun.
2013-11-20 Jan Djärv* nsterm.m (init, run, stop:): Enable again. stop calls...
2013-11-20 Jan Djärv* nsterm.m (init, run, stop:): Comment out for now...
2013-11-19 Paul Eggert* charset.c (syms_of_charset): Don't read past end...
2013-11-19 Glenn Morris* src/frame.c (Fhandle_focus_in, Fhandle_focus_out...
2013-11-19 Brian JenkinsAdd hooks to run on gaining/losing focus (tiny change)
2013-11-18 Andreas SchwabFixes: debbugs:15923
2013-11-18 Paul Eggert* data.c (bool_vector_binop_driver): Rename locals...
2013-11-18 Paul EggertImprove API of recently-added bool vector functions.
2013-11-18 Paul EggertAlways allocate at least one bits_word per bool vector.
2013-11-18 Eli ZaretskiiFix bug #15841 with assertion violations due to newline...
2013-11-17 Eli ZaretskiiFix bug #15913 with disappearing mouse highlight on...
2013-11-17 Paul Eggert* configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
2013-11-16 Eli ZaretskiiDon't let unusual after-change-functions overwrite...
2013-11-16 Eli ZaretskiiFix bug #15907 with crashes due to after-change-functions.
2013-11-15 Paul Eggert* data.c: Work around bogus GCC diagnostic about shift...
2013-11-15 Eli ZaretskiiCorrect overly-optimistic assumptions about C macro...
2013-11-15 Leo Liu* lisp/loadhist.el (read-feature): Get rid of fake...
2013-11-15 Paul Eggert* configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
2013-11-14 Kazuhiro ItoFix bug #15892 with link failures of the Cygwin w32...
2013-11-14 Paul EggertSimplify, port and tune bool vector implementation.
2013-11-14 Paul EggertPrefer tail calls.
2013-11-12 Paul Eggert* xterm.c (syms_of_xterm): staticpro Qalt, Qhyper,...
2013-11-12 Paul Eggert* xterm.c (syms_of_xterm): staticpro Qmodifier_value.
2013-11-12 Paul Eggert* buffer.c (Fforce_mode_line_update): Don't fall off...
2013-11-11 Stefan Monnier* lisp/subr.el (force-mode-line-update): Delete, move...
2013-11-11 Paul Eggert* search.c (find_newline): Rewrite to prefer offsets...
2013-11-11 Stefan Monnier* lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectang...
2013-11-09 Eli ZaretskiiFix bug #15841 with missing line numbers in linum-mode.
2013-11-09 Jan Djärv* gtkutil.c (xg_check_special_colors): Use rgb: instead...
2013-11-09 Eli ZaretskiiFix bug #15841 with cache-long-scans, linum-mode, and...
2013-11-08 Jan Djärv* lisp/faces.el (describe-face): Add distant-foreground.
2013-11-08 Paul EggertMerge from gnulib.
2013-11-08 Eli ZaretskiiSwitch cache-long-scans to t by default.
2013-11-08 Paul Eggert* chartab.c (make_sub_char_table): Fix size typo.
2013-11-07 Jan DjärvImport macfont changes from mac-port 4.5.
2013-11-07 Paul EggertPort to C11 aligned_alloc, and fix some integer overflows.
2013-11-06 Stefan Monnier* src/xdisp.c (redisplay_internal): Fix typo in last...
2013-11-06 Paul Eggert* regex.c: Fix --enable-gcc-warning glitch with GCC...
2013-11-06 Stefan Monnier* src/xdisp.c (syms_of_xdisp): New vars redisplay-...
2013-11-06 Eli ZaretskiiFix doc string of format-time-string, per bug #15816.
2013-11-06 Stefan Monnier*.[chm]: Number every assignment to windows_or_buffers_...
2013-11-06 Paul EggertInteger-related fixes for term.c etc.
2013-11-05 Stefan Monnier* src/xdisp.c (prepare_menu_bars): Mark static.
2013-11-05 Paul Eggert* keyboard.c (Fcommand_error_default_function): Fix...
2013-11-05 Stefan Monnier* src/keyboard.c (Fcommand_error_default_function)...
2013-11-05 Jarek Czekalski* src/keyboard.c (Fdefault_error_output): New function...
2013-11-05 Stefan Monnier* src/eval.c (handlerlist_sentinel): New variable.
2013-11-05 Eli ZaretskiiFix bug #15148 with garbled display in Dired when cache...
2013-11-05 Xue FuqiaoDoc fix.
2013-11-05 Jan Djärv* nsfns.m (ns_get_name_from_ioreg): New function.
2013-11-05 Paul EggertSimplify and port recent bool vector changes.
2013-11-05 Paul EggertFix recent gnutls changes.
2013-11-05 Ted ZlatanovSeveral GnuTLS fixes for log level and initialization.
2013-11-04 Jan DjärvFix memory leaks in NS version.
2013-11-04 Eli Zaretskiisrc/ChangeLog: Fix a typo in the last commit.
2013-11-04 Eli ZaretskiiFix bug #15260 with building and installing Emacs in...
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-11-04 Glenn Morris* src/emacs.c (usage_message): Mention that `-L :....
2013-11-02 Glenn Morris* src/Makefile.in (bootstrap_exe): Use relative filename.
2013-11-02 Glenn MorrisUse relative filenames in TAGS files.
2013-11-02 Glenn Morris* src/Makefile.in (lispdir): Remove.
2013-11-02 Glenn MorrisSmall Makefile cleanup mainly related to tags file...
2013-11-02 Jan Djärv* xfaces.c (realize_default_face): Set DISTANT_FOREGROU...
next