]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2015-11-29 Ken BrownUpdate mod-test-sum-test
2015-11-29 Alan MackenzieByte compiler: Catch missing argument to `funcall'...
2015-11-29 Martin Rudalics* lisp/window.el (split-window): Don't sanitize sizes...
2015-11-29 Ken Brown; * modules/mod-test/Makefile: Fix typo.
2015-11-28 Artur Malabarba* lisp/character-fold.el (character-fold-to-regexp)
2015-11-28 Eli ZaretskiiDocument renaming of x-select-enable-* variables
2015-11-28 Eli ZaretskiiDocument the shorthand hints displayed by M-x
2015-11-28 Eli ZaretskiiUpdate docs of character folding
2015-11-28 Artur Malabarba* lisp/character-fold.el: Also play nice with case...
2015-11-28 Artur Malabarba* lisp/character-fold.el: Add support for multi-char...
2015-11-28 Artur Malabarba* lisp/character-fold.el: Code simplifications
2015-11-28 Eli ZaretskiiDocument changes in "C-h l"
2015-11-28 Eli ZaretskiiFinalize documentation of 'custom-prompt-customize...
2015-11-28 Eli ZaretskiiDocument 'comment-line'
2015-11-28 Eli ZaretskiiDocument new checkdoc features
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 Eli ZaretskiiAdd etags tests for the recent Lua-related bugfix
2015-11-28 Eli ZaretskiiFix Lua tags when a function name includes '.' or ':'
2015-11-28 Eli ZaretskiiImprove documentation of search and replace commands
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 documentation of 'replace-character-fold'
2015-11-27 Mark OteizaBackport: Add interactive seek command.
2015-11-27 Dmitry GutovAutoload etags when using its xref backend
2015-11-27 Artur Malabarba* lisp/character-fold.el: Allow complex chars to match...
2015-11-27 Artur Malabarba* lisp/character-fold.el: More descriptive variable...
2015-11-27 Artur Malabarba* lisp/isearch.el: Ensure we still support `isearch...
2015-11-27 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-11-27 Lee Bochicchio* test/lisp/abbrev-tests.el: Define more tests
2015-11-27 Eli ZaretskiiAdd module tests for wrong-type-argument
2015-11-27 Eli ZaretskiiImprove handling of signals and 'throw' in modules
2015-11-27 Eli ZaretskiiAdd ':version' tag to 'checkdoc-package-keywords-flag'
2015-11-27 Eli ZaretskiiImprove documentation of 'eval-buffer' and 'eval-region'
2015-11-27 Eli ZaretskiiUnbreak the Cygwin w32 build
2015-11-27 Eli ZaretskiiImprove commentary in character-fold.el
2015-11-26 Alan MackenzieByte Compiler: generate code to adjust stack count...
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
next