]> code.delx.au - gnu-emacs/history - src
Merge branch 'scratch/follow' of /home/acm/emacs/emacs.git/emacs-25 into scratch...
[gnu-emacs] / src /
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.
2015-11-21 Eli ZaretskiiCall 'window-size-change-functions' for mini-windows
2015-11-21 Eli ZaretskiiImprove documentation of dynamic modules
2015-11-20 Paul EggertFix double-decrement bug when freeing global refs
2015-11-20 Paul EggertDeclare emacs_module_init in the module API
2015-11-20 Paul EggertFix reindent-introduced typo in module code
2015-11-20 Paul EggertModule function arg counts are ptrdiff_t, not int
2015-11-20 Eli ZaretskiiImprove MS-Windows implementation in dynlib.c
2015-11-20 Paul EggertInclude-file tweaks for modules
2015-11-20 Paul EggertSimplify push_handler and profile its malloc
2015-11-20 Paul Eggert* src/emacs-module.h: Include stddef.h, not stdlib.h.
2015-11-19 Paul EggertOmit unnecessary clear in Fmodule_load
2015-11-19 Paul EggertPrefer signed integer types in module code
2015-11-19 Paul EggertOmit ‘const’ on locals
2015-11-19 Paul EggertPrefer intmax_t to int64_t in module code
2015-11-19 Paul EggertRename module.c to emacs-module.c, etc.
2015-11-19 Paul EggertFix minor module problems found by static checking
2015-11-19 Paul EggertStyle fixes for indenting etc. in module code
2015-11-19 Paul EggertAdd copyright notices to module code
2015-11-19 Paul EggertRename emacs_module.h to module.h
2015-11-19 Juanma Barranquero* src/module.c (Fmodule_load): Remove unused vars ...
2015-11-19 Juanma Barranquero* src/lread.c (Fload): Remove unused variable `size'
2015-11-19 Alan Mackenziesrc/keyboard.c (pre-command-hook): Fix typo in doc...
2015-11-18 Eli ZaretskiiFix MS-Windows build --with-modules
2015-11-18 Aurélien AptelMake 'Fload' look for modules
2015-11-18 Aurélien AptelAdd dynamic module module support
2015-11-18 Aurélien AptelAdd new User Pointer (User_Ptr) type
2015-11-18 Aurélien AptelAdd portable layer for dynamic loading
2015-11-18 Philipp StephaniAdd catch-all & no-signal version of PUSH_HANDLER
2015-11-17 Paul EggertFix docstring quoting problems with ‘ '’
2015-11-17 Paul Eggerteval_sub followed dangling pointer when debugging
2015-11-17 Paul EggertELF unexec: align section header
2015-11-16 Andreas SchwabDo more checks on bytecode objects (Bug#21929)
2015-11-16 Paul EggertImprove fix for regex reentrancy abort
2015-11-15 Stephen LeakeImprove a few doc strings, comments
2015-11-15 Anders LindgrenEnhance NSTRACE (trace output for NextStep).
2015-11-15 Anders Lindgren; Cleanup of change log. Removed obsolete email addresses.
2015-11-15 Anders LindgrenFixed a toolbar related issue on OS X.
2015-11-15 Anders LindgrenFixed OS X 10.6.8 build issue (bug#21862).
2015-11-15 Paul EggertFix regex abort when it tries to reenter itself
2015-11-14 Dmitry GutovMerge branch 'master' into emacs-25
2015-11-13 Juri LinkovSupport rectangular regions for more commands
2015-11-13 John WiegleyMerge remote-tracking branch 'origin/master' into emacs-25
2015-11-13 l3thalMerge branch 'erc-async-reconnect' into emacs-25
2015-11-13 Paul EggertSpruce up ftfont.c memory allocation
2015-11-13 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-11-13 Paul EggertPort recent XCB changes to 64-bit ‘long int’
2015-11-13 Paul Eggert* src/undo.c (run_undoable_change): Now static.
next