]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-09-06 Michael Albinus* test/lisp/autorevert-tests.el
2018-09-05 Paul EggertFix timer.el minor rounding error
2018-09-05 Stephen GildeaDo not call mh-next-msg from mh-junk-process-* fns
2018-09-05 Paul EggertImprove (round FIXNUM FIXNUM) performance
2018-09-05 Paul EggertFix format-time-string bignum bug
2018-09-05 Paul EggertSimplify bignum->intmax conversion
2018-09-04 Federico TedinAdd variable vc-git-grep-template
2018-09-04 Noam PostavskyHandle non-error signals in emacsclient --eval (Bug...
2018-09-04 Noam PostavskyAllow t as a catch-all condition-case handler (Bug...
2018-09-04 Paul EggertFix (round FLOAT BIGNUM) bug
2018-09-04 Paul EggertTweak nthcdr for bignum efficiency
2018-09-04 Paul EggertFix bignum initialization
2018-09-04 Paul EggertSpeed up (+ 2 2) by a factor of 10
2018-09-03 Stephen BermanMake todo-show work when adding and deleting a new...
2018-09-01 Stefan Monnier* src/lisp.h: Add explanation in a comment
2018-09-01 Glenn Morris; Auto-commit of loaddefs files.
2018-09-01 Charles A.... * src/process.c (send_process): Fix typo in commentary.
2018-08-31 Paul EggertRename Emacs-specific INFINITY constants
2018-08-31 Paul EggertPort better to non-IEEE platforms
2018-08-31 Michael AlbinusMark thread-alive-p as obsolete
2018-08-31 Michael AlbinusMerge from origin/emacs-26
2018-08-31 Michael AlbinusRename thread-alive-p to thread-live-p
2018-08-31 Paul EggertSeveral fixes for formatting bignums
2018-08-31 Paul Eggert* src/alloc.c (sweep_vectors): Simplify.
2018-08-31 Michael AlbinusConstruct a thread_event only if THREADS_ENABLED
2018-08-31 Paul EggertFix bignum FIXME in emacs-module.c
2018-08-30 Juri Linkov* lisp/vc/vc.el (vc-log-internal-common): Reuse the...
2018-08-30 Juri Linkov* lisp/gnus/mm-view.el (mm-display-inline-fontify)...
2018-08-30 Paul EggertFix off-by-1 typo in recent bignum changes
2018-08-30 Michael AlbinusHandle thread-signal towards the main thread (Bug...
2018-08-30 Glenn Morris* configure.ac: Fix goofs in my recent ImageMagick...
2018-08-30 Paul EggertPacify -Wdouble-promotion in ImageMagick code
2018-08-30 Miciah Mastersrcirc: Document /reconnect as a built-in command (Bug...
2018-08-30 Noam Postavsky* test/lisp/calc/calc-tests.el (calc-imaginary-i):...
2018-08-29 Glenn MorrisMerge from origin/emacs-26
2018-08-29 Stefan Monnier* src/keymap.c: Make better use of access_keymap's...
2018-08-29 Michael AlbinusImprove tramp-convert-file-attributes backward compatib...
2018-08-29 Glenn Morris* lisp/mail/emacsbug.el (report-emacs-bug--os-descripti...
2018-08-29 Glenn Morris; * configure.ac: Remove outdated comment (it was about...
2018-08-29 Glenn Morris* lisp/mail/emacsbug.el (report-emacs-bug--os-description):
2018-08-28 Glenn Morrisadmin.el: respect environment settings for makeinfo etc
2018-08-28 Glenn Morris* etc/PROBLEMS: New entry about GTK+ 3 crash with some...
2018-08-28 Paul EggertImprove (format "%g" bignum) precision
2018-08-28 Paul EggertFix Fnatnump typos
2018-08-28 Eli ZaretskiiFix a recent change
2018-08-28 Michael AlbinusAdd bignum support in Tramp
2018-08-28 Noam PostavskyIndex profiler commands in elisp manual
2018-08-28 Noam PostavskyFix math-imaginary-i check
2018-08-28 Noam Postavsky; Let pre-commit git hook check merged in changes ...
2018-08-28 Eli ZaretskiiAvoid infinite hscrolling loops when line numbers are...
2018-08-28 Eli ZaretskiiAvoid crashes in malformed defvar
2018-08-28 Paul EggertImprove bignum support for system types
2018-08-28 Paul EggertModularize bignums better
2018-08-28 Glenn Morris* configure.ac, src/image.c: Tweak previous ImageMagick...
2018-08-28 Karl OtnessSupport ImageMagick version 7 (bug#25967)
2018-08-28 Paul EggertUpdate from Gnulib
2018-08-28 Glenn Morris* configure.ac (emacs_config_features): Add GLIB, XDBE...
2018-08-28 Glenn Morris* configure.ac: Doc fixes related to --with-xim.
2018-08-27 Alex BranhamNew commands bibtex-next/previous-entry (Bug#32378)
2018-08-27 Noam Postavskyshr: Allow skipping tags with aria-hidden (Bug#32348)
2018-08-27 Noam PostavskyAllow setf of buffer-modified-p without argument (Bug...
2018-08-27 Glenn MorrisSmall checkdoc quoting fix (bug#32546)
2018-08-27 Alan MackenzieCC Mode: Fix syntactic context of BOD sometimes being...
2018-08-27 Alan Mackenziec-where-wrt-brace-construct: deal with point following...
2018-08-27 Gemini LasswellFix links in backtraces to work on advised built-ins...
2018-08-27 Michael AlbinusBump Tramp version to 2.4.1-pre
2018-08-27 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2018-08-26 Glenn MorrisMerge from origin/emacs-26
2018-08-26 Eli ZaretskiiFix a typo in alloc.c
2018-08-26 Alan MackenzieCC Mode: make c-display-defun-name work with a pointer...
2018-08-26 Stefan Monnier* lisp/net/tramp.el: Add "Version" header.
2018-08-26 Paul EggertImprove format-seconds accuracy
2018-08-25 Sergey VinokurovFix detection of freed emacs_values (Bug#32479)
2018-08-25 Noam Postavsky; Fix out-of-tree build for mod-test.so
2018-08-25 Paul EggertPrefer CONSP etc. to XTYPE
2018-08-25 Paul EggertImprove performance of CONSP, FIXNUMP, etc.
2018-08-25 Eli ZaretskiiAvoid crashes with very wide TTY frames on MS-Windows
2018-08-25 Wenjamin PetrenkoPrevent `modify-file-local-variable-prop-line' from...
2018-08-24 Glenn MorrisUpdate GNOME bugtracker URLs
2018-08-24 Noam PostavskyDetect Chinese sudo password prompts (Bug#31075)
2018-08-24 Noam PostavskyFix comint-password-prompt-regexp
2018-08-23 Charles A.... Replace 2 checks in rmailsum.el with 'pos-visible-in...
2018-08-23 Eli ZaretskiiClarify in the Emacs manual that ChangeLog files are...
2018-08-23 Lars IngebrigtsenFix binding error in nnfolder-read-folder
2018-08-23 Paul EggertPrune most-positive-fixnum from Lisp source
2018-08-23 Paul EggertFix bugs when rounding to bignums
2018-08-22 Paul EggertUndo part of previous change
2018-08-22 Paul EggertMake vc-hg safe for bignums
2018-08-22 Paul Eggert* src/buffer.h (DECODE_POSITION): Remove; unused.
2018-08-22 Paul EggertAdd bignum support to floor, ceiling, etc.
2018-08-22 Paul EggertMove bignump, fixnump from C to Lisp
2018-08-21 Paul EggertFix assertion failure when reading 'BIGNUM.'
2018-08-21 Paul EggertAudit use of lsh and fix glitches
2018-08-21 Paul EggertFix bignum bugs with nth, elt, =
2018-08-21 Glenn MorrisRestore compatibility with Texinfo < 6
2018-08-21 Eli ZaretskiiRecognize codepage 65001 as a valid encoding
2018-08-21 Eli Zaretskii; * etc/NEWS: Fix format of the first lines of some...
2018-08-21 Eli Zaretskii; * etc/NEWS: Fix format of first lines of some entries.
2018-08-21 Eli ZaretskiiImprove documentation of 'integer-width'
2018-08-21 Paul EggertAvoid libgmp aborts by imposing limits
next