]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
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 Dmitry GutovCheck if the file exists on disk before producing the...
2015-11-26 Alan MackenzieByte compiler: on setq with an odd number of arguments...
2015-11-26 Dmitry Gutov; Remove outdated comment (bug#22015)
2015-11-26 Dmitry GutovUse find-tag-default for xref-backend-identifier-at...
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 Eli ZaretskiiImprove and update documentation of search commands
2015-11-25 Katsumi YamaokaRemove nnml-retrieve-groups that is unnecessary and...
2015-11-25 Paul EggertFix module_format_fun_env when dynlib_addr fails
2015-11-25 Paul EggertDisambiguate variable help a bit better
2015-11-25 Dmitry GutovPass SVN commit message through log-edit-extract-headers
2015-11-24 Alan MackenzieCC Mode: Eliminate compiler warning messages.
2015-11-24 Simen HeggestøylExtend the test suite for json.el
2015-11-24 Anders LindgrenFixed bug#18283: Enable applescript in NextStep.
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".
next