]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
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 `'
2015-11-18 Peder O. KlingenbergFix savegames in dunnet
2015-11-18 Artur Malabarba* lisp/emacs-lisp/package.el (package--with-response...
2015-11-18 Xue Fuqiao* admin/release-process: Improve wording.
2015-11-18 Xue FuqiaoBackport: * CONTRIBUTE: Remove information about featur...
2015-11-18 Xue FuqiaoBackport: Document the release process
2015-11-18 Xue FuqiaoBackport: * admin/release-process: Rename from admin...
2015-11-18 Xue FuqiaoBackport: Mention CONTRIBUTE in README
2015-11-17 Paul EggertFix docstring quoting problems with ‘ '’
2015-11-17 Eli ZaretskiiImprove configure --help text for wide ints
2015-11-17 Stephen LeakeImprove doc string
2015-11-17 Paul Eggerteval_sub followed dangling pointer when debugging
2015-11-17 Daiki Ueno* lisp/image-mode.el: Support encrypted file
2015-11-17 Paul EggertELF unexec: align section header
2015-11-17 Juanma Barranquero; lisp/window.el (display-buffer-at-bottom): Fix indent...
2015-11-16 Andreas SchwabDo more checks on bytecode objects (Bug#21929)
2015-11-16 Johan Bockgårdpcase.el: Fix edebugging of backquoted cons patterns
2015-11-16 Paul EggertImprove fix for regex reentrancy abort
2015-11-16 Dmitry Gutov; Fix breakage in elisp-mode-tests.el
2015-11-16 Artur Malabarba* lisp/faces.el (faces--attribute-at-point): Use `face...
2015-11-16 Artur Malabarba* lisp/emacs-lisp/package.el (package--with-response...
2015-11-16 Artur Malabarba* lisp/emacs-lisp/nadvice.el (add-function): Escape...
2015-11-15 Vasily KorytovRecognize .rbw and .pyw files (bug#18753)
2015-11-15 Dmitry GutovFix ruby-mode auto-mode-alist entry
2015-11-15 Dmitry GutovFix etags completion near eob
2015-11-15 Alan MackenzieDe-pessimize detection of C++ member initialization...
2015-11-15 Artur MalabarbaBackport: * lisp/emacs-lisp/package.el: Fix a decoding...
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 Artur Malabarba* lisp/faces.el (faces--attribute-at-point): Fix an...
2015-11-15 Paul EggertFix regex abort when it tries to reenter itself
2015-11-15 Dmitry GutovImprove Ruby 1.9-style keyword keys highlighting
2015-11-15 Dmitry GutovUnify the absolutely equal xref-backend-references...
2015-11-15 Dmitry GutovUpdate project-find-regexp for the new xref API
2015-11-15 Dmitry GutovFix replacing a match with a shorter string
2015-11-14 Artur Malabarba* lisp/progmodes/xref.el (xref-pop-marker-stack): Downg...
2015-11-14 Eli ZaretskiiDocument 'describe-symbol'
2015-11-14 Paul EggertChange test name to avoid spellcheck issue.
2015-11-14 Eli Zaretskii; * etc/NEWS: Minor improvements in wording.
2015-11-14 Eli ZaretskiiAvoid signaling an error in 'describe-symbol'
2015-11-14 Eli Zaretskii; * etc/NEWS: Fix formatting
2015-11-14 Eli Zaretskii; * etc/NEWS: Some easily fixed documentation marks
2015-11-14 Eli Zaretskii* INSTALL (--with-cairo): Document this new configure...
2015-11-14 Eli ZaretskiiDocument that GNU Make >= 3.81 is required to build...
2015-11-14 Artur MalabarbaBackport: * lisp/emacs-lisp/package.el: Refactor -with...
2015-11-14 Eli Zaretskii* CONTRIBUTE (Branches): Improve wording for back-porte...
2015-11-14 Dmitry GutovMerge branch 'master' into emacs-25
2015-11-14 Dmitry Gutov; Fix warnings
2015-11-14 Dmitry Gutov; Update xref-etags-mode for the latest change
2015-11-14 Dmitry GutovUse generic dispatch for xref backends
2015-11-13 Juri LinkovSupport rectangular regions for more commands
2015-11-13 Dmitry GutovHandle multiple matches on the same line; add highlighting
2015-11-13 Dmitry GutovReplace xref-match-bounds with xref-match-length
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 l3thalReconnect asynchronously.
2015-11-13 Paul EggertMerge from gnulib
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.
2015-11-13 Eli ZaretskiiRemove support for ':timeout' from w32 tray notifications
2015-11-13 Juanma Barranquero* test/automated/simple-test.el: Add test for bug#20698...
2015-11-13 Juanma Barranquero* lisp/progmodes/elisp-mode.el: Declare function `proje...
2015-11-13 Juanma Barranquero* src/undo.c: Small fixes for previous change
next