* font.h (struct font_bitmap): Remove unused 'extra' member.
[bpt/emacs.git] / src / ChangeLog
2013-12-04 Dmitry Antipov* font.h (struct font_bitmap): Remove unused 'extra...
2013-12-04 Dmitry Antipov* font.c (font_list_entities): Remove dummy assignment.
2013-12-03 Paul EggertUse bool for boolean.
2013-12-03 Paul EggertMinor integer overflow fixes.
2013-12-03 Martin RudalicsFix issues related to pixelwise resizing. (Bug#16013...
2013-12-03 Paul EggertMinor integer overflow fixes.
2013-12-02 Eli ZaretskiiImprove reporting of fatal exception on MS-Windows...
2013-12-02 Helmut Eller* lisp/emacs-lisp/debug.el (debugger-toggle-locals...
2013-12-02 Dmitry Antipov* font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESC...
2013-12-02 YAMAMOTO MitsuharuRemove fringe background extension code on X11.
2013-12-01 Paul EggertFix minor problems found by static checking.
2013-12-01 Lars Magne Ingebri... Fix duckduckgo imagemagick crash
2013-12-01 Juanma BarranqueroFix Changelog typos.
2013-11-30 Martin RudalicsRemove some unused items introduced during pixelwise...
2013-11-30 Juanma Barranquerosrc/w32term.c,window.c,xdisp.c: Remove unused variables.
2013-11-30 Jan Djärv* xdisp.c (redisplay_internal): unrequest_sigio =>...
2013-11-30 Jan Djärv* gnutls.c (gnutls_audit_log_function): Only declare...
2013-11-30 Jan Djärv* xdisp.c (redisplay_internal): Call request_sigio...
2013-11-30 Martin RudalicsFix ChangeLog dates of last commit.
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...
next