]> code.delx.au - gnu-emacs/history - src
; * doc/emacs/programs.texi (Lisp Doc): Clarify last change.
[gnu-emacs] / src /
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 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-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
next