]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2015-11-24 Eli ZaretskiiAllow completion on dynamic module files in load-library
2015-11-24 Alan MackenzieCC Mode: eliminate almost all byte compilation warnings
2015-11-24 Eli ZaretskiiAdd one more mod-test test
2015-11-24 Philipp Stephani* modules/mod-test/mod-test.c (Fmod_test_sum): Verify...
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 Alan MackenzieSquashed commit of the following:
2015-11-24 Eli ZaretskiiFix crash at startup related to GC of font entities
2015-11-24 Alan MackenzieByte compile: Output an error, not a warning, for odd...
2015-11-24 Ken RaeburnFix kbd_buffer iteration loop in readable_events
2015-11-24 Paul EggertImprove text-quoting-style doc again
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 Dmitry GutovDon't use package-user-dir in elisp-library-roots if...
2015-11-23 Anders LindgrenNew visible-bell for NextStep (OS X El Capitan compatible).
2015-11-23 Johan Bockgård* lisp/emacs-lisp/nadvice.el (add-function): Fix debug...
2015-11-23 Mark Oteiza* lisp/leim/quail/tamil-dvorak.el: Add necessary escapes.
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 Shakthi KannanAdd the tamil-dvorak input method
2015-11-23 Martin RudalicsMove setting FRAME_WINDOW_SIZES_CHANGED to resize_frame...
2015-11-23 Alan Mackenzie* /etc/NEWS (Incompatible Lisp Changes): Also `setf...
2015-11-23 Alan MackenzieSignal an error when `setf' gets an odd number of argum...
2015-11-23 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-backward-sexp): Handle...
2015-11-23 Alan Mackenzie* etc/NEWS (Incompatible Lisp Changes): Document new...
2015-11-23 Alan MackenzieExpunge occurrences of `setq' with an odd number of...
2015-11-23 John WiegleyAdd a note about a questionable use of bool in xdisp.c
2015-11-23 Alan MackenzieIssue a warning from the byte compiler on a malformed...
2015-11-23 Alan MackenzieDon't let cconv_convert insert a nil argument into...
2015-11-23 Alan MackenzieSignal an error when `setq' has an odd number of argume...
2015-11-23 Martin Rudalics* doc/lispref/windows.texi (Window Sizes): Fix indices...
2015-11-23 Martin Rudalics* src/frame.c (adjust_frame_size): Set FRAME_WINDOW_SIZ...
2015-11-23 Thomas FitzsimmonsAdd EUDC BBDB 3 entry in NEWS
2015-11-23 Thomas FitzsimmonsImprove EUDC to BBDB 3 export
2015-11-23 Thomas FitzsimmonsAdd BBDB 3 support for EUDC export
2015-11-22 Eli ZaretskiiAllow loading modules by 'load-file'
2015-11-22 Eli ZaretskiiFix unoptimized builds
2015-11-22 Dmitry GutovWork around the asynchronous-empty-diff problem
2015-11-22 Karl FogelFinish excising electric indent from `open-line'
2015-11-22 Dmitry GutovAdhere closer to the "implicit tag name" definition
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 Mark OteizaBackport: Fix issue where a new tempfile was created...
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-21 Philipp StephaniInitial documentation for dynamic modules
2015-11-20 Dmitry GutovAdd xref--etags-backend to xref-backing-functions using...
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 module test to use ptrdiff_t nargs too
2015-11-20 Paul EggertFix reindent-introduced typo in module code
2015-11-20 Anders LindgrenFixed bug#19576: `write-file' saves wrong buffer.
2015-11-20 John WiegleyCorrect a documentation error in frames.texi
2015-11-20 Stephen Leake* lisp/cedet/mode-local.el: Delete obsolete comment
2015-11-20 Paul EggertModule function arg counts are ptrdiff_t, not int
2015-11-20 Eli ZaretskiiMinor improvements in module test
2015-11-20 Eli ZaretskiiImprove MS-Windows implementation in dynlib.c
2015-11-20 Eli Zaretskii; Update the description of Windows 10 pinned icon...
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-20 Juanma BarranqueroDiscover repository version in linked worktrees (bug...
2015-11-20 Juri Linkov* lisp/replace.el (occur-regexp-descr): New function.
2015-11-19 Karl FogelRevert `open-line' electric-indent sensitivity
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 Eli ZaretskiiMinor improvements in modules testing Makefile
2015-11-19 Eli Zaretskii* .gitignore: Add "*.dll".
2015-11-19 Paul EggertMigrate modules/.gitignore into .gitignore
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-19 Dmitry GutovPrioritize looking inside vc-parent-buffer over log...
2015-11-18 Ken Brown* configure.ac (LIBMODULES): Don’t define on Cygwin
2015-11-18 Eli ZaretskiiFix MS-Windows build --with-modules
2015-11-18 Eli Zaretskii; * admin/release-process: Minor copyedits and additions.
2015-11-18 Aurélien AptelAdd dynamic module test and helper script
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-18 Ken Brown; * lisp/server.el (server-process-filter): Simplify...
2015-11-18 Ken BrownSilence byte-compiler warning
2015-11-18 Paul EggertQuote symbols in docstrings using `'
next