]> code.delx.au - gnu-emacs/history - src
Update copyright year to 2016
[gnu-emacs] / src /
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-31 YAMAMOTO MitsuharuClean up cairo printing code
2015-12-31 YAMAMOTO MitsuharuMove variables to inner loop, preparing for Mac port...
2015-12-31 YAMAMOTO MitsuharuAdd handle_user_signal_hook
2015-12-31 YAMAMOTO MitsuharuAvoid writing to purespace
2015-12-30 Eli ZaretskiiFix rendering of HTML pages that use character composition
2015-12-30 Eli ZaretskiiAvoid some compiler warnings in w32.c
2015-12-29 Eli ZaretskiiAvoid assertion violations in compact_font_cache_entry
2015-12-29 Martin Rudalics* src/xfns.c (x_create_tip_frame): Process alpha parameter.
2015-12-28 Alan MackenzieAllow line comments ending with escaped NL to be contin...
2015-12-27 Eli ZaretskiiAvoid leaving "ghost" of mouse pointer on MS-Windows
2015-12-26 Wolfgang JenknerAlways define gmalloc etc. in src/gmalloc.c
2015-12-26 Paul EggertPropagate Bug#14412 fix to backtrace_eval_unrewind
2015-12-26 Eli ZaretskiiAvoid assertion violation in unbind_to
2015-12-25 Eli ZaretskiiFix bootstrap broken by changes related to OS X file...
2015-12-25 Anders Lindgren; Re-enabled "File-name completion of non-ASCII charact...
2015-12-24 Anders Lindgren; Revert "File-name completion of non-ASCII characters...
2015-12-23 Paul EggertFix dired.c typo with ptrdiff_t vs Lisp_Object
2015-12-23 Eli ZaretskiiFix file-name completion on OS X
2015-12-23 Anders LindgrenFile-name completion of non-ASCII characters on OS...
2015-12-21 Eli Zaretskii; Clarify comment added in previous commit.
2015-12-21 Paul EggertAdd FIXME comment re stack overflow and modules
2015-12-21 Paul EggertRevert some recent emacs-module commentary
2015-12-21 Paul EggertPort undo fixes to -fno-common
2015-12-20 Philipp StephaniImprove commentary for emacs-module.c
2015-12-20 Alan MackenzieMerge branch 'scratch/follow' into emacs-25
2015-12-18 Eli ZaretskiiFix vertical-motion in tabulated-list mode
2015-12-16 Paul EggertRemove attempt to use C11 threads
2015-12-15 YAMAMOTO MitsuharuFix variable name typo in compute_tip_xy
2015-12-14 Alan MackenzieReplace GROUP argument in six window primitives by...
2015-12-14 Eli Zaretskii; * src/fileio.c (Finsert_file_contents): Avoid compile...
2015-12-13 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-12-13 Eli ZaretskiiFix visiting files with raw-text
2015-12-13 Paul EggertFix performance regression with gcc -O0
2015-12-12 Martin RudalicsFix frame height calculations with added menu bar on...
2015-12-12 Eli ZaretskiiFix echo for "C-u"
2015-12-11 Eli ZaretskiiFix 'this-command-keys' wrt prefix argument
2015-12-11 Eli ZaretskiiClarify documentation of 'modify-frame-parameters'
2015-12-11 Eli ZaretskiiFix setting buffer unibyte when reading from a device
2015-12-09 Eli ZaretskiiYet another fix for when point ends up in invisible...
2015-12-09 YAMAMOTO MitsuharuRemove font workaround for limited outdated versions
2015-12-09 Anders LindgrenDon't add "." to load path (bug#21104)
2015-12-07 Paul EggertSpelling fixes
2015-12-06 Paul EggertRemove overenthusiastic eassert
2015-12-06 Paul EggertPacify gcc -Wparentheses
2015-12-06 Eli ZaretskiiFix cursor display when invisible text is at line beginning
2015-12-06 Paul EggertImprove module interface when WIDE_EMACS_INT
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-12-04 Alan MackenzieFirst commit to scratch/follow. Make Isearch work...
2015-12-03 Phillip LordExternalize some symbols in undo-auto
2015-12-02 Eli ZaretskiiMore emacs-module.c fixes for wide ints
2015-12-01 Eli ZaretskiiFix emacs-module.c for wide ints
2015-12-01 Andreas Schwab * src/lread.c (syms_of_lread): Doc fix.
2015-12-01 David ReitterRead frame_title_format from buffer-local variable...
2015-11-30 Aurélien Aptel* src/emacs-module.h: Fix finalizer typedef for C++11
2015-11-30 Eli ZaretskiiFix last change
2015-11-30 Stefan MonnierRely on conservative stack scanning to find "emacs_value"s
2015-11-30 Martin RudalicsRun `window-size-change-functions' also when reading...
2015-11-30 Paul EggertSpelling and grammar fixes
2015-11-28 Philipp StephaniSimplify the prologue of emacs-module.c functions
2015-11-28 Eli ZaretskiiDon't reject module calls with no arguments
2015-11-28 Philipp StephaniMake module-call be visible from Lisp
2015-11-28 Paul EggertFix minor problems found by static checking
2015-11-27 Stefan Monnier* src/emacs-module.c (struct env_storage): Delete
2015-11-27 Eli ZaretskiiImprove handling of signals and 'throw' in modules
2015-11-27 Eli ZaretskiiImprove documentation of 'eval-buffer' and 'eval-region'
2015-11-27 Eli ZaretskiiUnbreak the Cygwin w32 build
2015-11-26 Eli ZaretskiiImprove commentary of prepare_to_modify_buffer_1
2015-11-26 Phillip LordMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2015-11-26 Phillip LordFix regression after merge.
2015-11-26 Phillip LordAfter delete, record point location in undo.
2015-11-26 Eli ZaretskiiFix compiler warnings in w32.c
2015-11-26 Paul Eggert* src/undo.c (record_property_change): Remove now-unuse...
2015-11-25 Phillip Lordrun_undoable_changes now called from insdel.
2015-11-25 Paul EggertFix module_format_fun_env when dynlib_addr fails
2015-11-24 Eli ZaretskiiImplement dynlib_addr for MS-Windows
2015-11-24 Alan MackenzieMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2015-11-24 Eli ZaretskiiFix crash at startup related to GC of font entities
2015-11-24 Ken RaeburnFix kbd_buffer iteration loop in readable_events
2015-11-24 Paul EggertImprove text-quoting-style doc
2015-11-24 Paul EggertSimplify module_make_function
2015-11-24 Paul EggertPort better to FreeBSD’s dlfunc vs dlsym
2015-11-24 Paul EggertSimplify use of emacs_finalizer_function type
2015-11-23 Paul Eggertmodule_format_fun_env fixes
2015-11-23 Anders LindgrenNew visible-bell for NextStep (OS X El Capitan compatible).
2015-11-23 Eli ZaretskiiImprove how non-ASCII strings are accepted from modules
2015-11-23 Paul EggertPort recent module changes to pickier compilers
2015-11-23 Philipp StephaniFix how strings are accepted from modules
2015-11-23 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-11-23 Martin RudalicsMove setting FRAME_WINDOW_SIZES_CHANGED to resize_frame...
2015-11-23 John WiegleyAdd a note about a questionable use of bool in xdisp.c
2015-11-23 Alan MackenzieSignal an error when `setq' has an odd number of argume...
2015-11-23 Martin Rudalics* src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZ...
2015-11-22 Eli ZaretskiiAllow loading modules by 'load-file'
2015-11-22 Eli ZaretskiiFix unoptimized builds
2015-11-22 Stefan MonnierUnrevert most of regexp reentrancy abort patch
2015-11-21 Paul EggertRevert regexp reentrancy abort patch
2015-11-21 Paul EggertAdd a few safety checks when ENABLE_CHECKING
2015-11-21 Eli ZaretskiiSimplify recording of main thread's ID on MS-Windows
2015-11-21 Eli Zaretskii; * src/lread.c (Fload): Fix last change.
next