]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2015-01-17 Artur Malabarba* emacs-lisp/package.el (package-dir-info): New function.
2015-01-17 Artur Malabarba* emacs-lisp/package.el (package--read-pkg-desc): New...
2015-01-16 Stefan Monnier* lisp/emacs-lisp/cl-macs.el: Fix last change.
2015-01-16 Stefan Monnier* lisp/emacs-lisp/cl-generic.el (cl--generic-build...
2015-01-16 Jorgen SchaeferFix the automated test for package priorities.
2015-01-16 Glenn Morris# ChangeLog fixes
2015-01-16 Dmitry AntipovPrefer INLINE functions in font.h to match style used...
2015-01-16 Dmitry AntipovTiny lisp.h cleanup
2015-01-16 Jorgen SchaeferPackage archives now have priorities.
2015-01-16 Eli ZaretskiiSupport Make verbosity levels in w32 targets previously...
2015-01-16 Dmitry AntipovTune pseudovector allocation assuming Qnil == 0
2015-01-16 Daniel ColascioneMake `ring-bell-function' customizable.
2015-01-16 Paul EggertGive up on -Wsuggest-attribute=const
2015-01-16 Dmitry Gutovvc-svn-dir-status-files: Parse output with the remote...
2015-01-16 Samer MastersonParse pcomplete arguments regardless of pcomplete-cycle...
2015-01-16 Lars Magne... * lisp/dom.el (dom-strings): New function.
2015-01-16 Lars Magne... Minor directory-files-recursively touch-up
2015-01-15 Wolfgang JenknerHandle the `neg' operator in some calc-units functions.
2015-01-15 Wolfgang JenknerUse POSIX redirection.
2015-01-15 Lars Magne... lisp/gnus/nntp.el (nntp-send-authinfo): Error out if...
2015-01-15 Eli ZaretskiiAdd set-binary-mode primitive to switch a standard...
2015-01-15 Ted ZlatanovFlag :unknown-ca and :self-signed SSL certs (Bug#19404)
2015-01-15 Glenn Morris# Set copyright to FSF, standardize license notice
2015-01-15 Stefan Monnier* lisp/emacs-lisp/eieio-core.el: Provide support for...
2015-01-14 Stefan Monnier* lisp/emacs-lisp/cl-generic.el: New file.
2015-01-14 Eli ZaretskiiFix crashes on MS-Windows due to pop-up menus (Bug...
2015-01-14 Martin RudalicsIn update_frame_menubar remove garbaged code.
2015-01-14 Stefan Monnier* lisp/net/eww.el: Use lexical-binding.
2015-01-14 Dmitry AntipovNever move gap in make_buffer_string_both.
2015-01-14 Dmitry AntipovFix last time zone handling change.
2015-01-14 Dmitry AntipovConsistently handle time zone specification.
2015-01-14 Paul Eggertremove_slash_colon need not be inline
2015-01-14 Dmitry AntipovConsolidate common path transformation code.
2015-01-14 Dmitry AntipovAvoid extra multibyteness check in ENCODE_FILE users.
2015-01-14 Paul EggertUse bool for boolean in xmenu.c, xml.c
2015-01-13 Paul EggertDon't say Fnext_read_file_uses_dialog_p is const
2015-01-13 Paul EggertRemove now-unnecessary forward XTYPE decl
2015-01-13 Eli ZaretskiiFix problems with 32-bit wide-int build exposed by...
2015-01-13 Alan MackenzieAllow compilation during loading of Modes derived from...
2015-01-13 Stefan MonnierFixes: debbugs:19552
2015-01-13 Dmitry AntipovMake Fnext_read_file_uses_dialog_p compatible with...
2015-01-13 Martin RudalicsIn adjust_frame_size don't return too early after font...
2015-01-13 Dmitry AntipovConsolidate duplicated string matching code.
2015-01-13 Dmitry AntipovSupport const and noreturn DEFUN attributes.
2015-01-13 Dmitry GutovDon't eagerly load xref
2015-01-12 Paul EggertPort to 32-bit MingGW --with-wide-int
2015-01-12 Martin RudalicsAdd autoload cookie for xref-marker-stack-empty-p ...
2015-01-12 Dmitry AntipovMiscellaneous tiny fixes here and there.
2015-01-12 Martin RudalicsAdjust frame heights to real height of tool bar.
2015-01-12 Paul EggertHave 'make' output better GEN names
2015-01-12 Paul EggertSay "ELC foo.elc" instead of "GEN foo.elc"
2015-01-11 Stefan Monnier* src/buffer.c (init_buffer_once): Initialize buffer_lo...
2015-01-11 Dmitry Antipov* coding.c (Fcoding_system_plist): Use common style...
2015-01-11 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-01-11 Lars Magne... Further eww URL DWIM tweaks
2015-01-11 Michael Albinus* files.el (directory-files-recursively): Do not includ...
2015-01-11 Paul EggertPort to MSB hosts without optimization
2015-01-11 Paul EggertDefault to 'configure --enable-silent-rules'
2015-01-11 Paul EggertSpelling fixes
2015-01-10 Paul EggertPort to 32-bit --with-wide-int
2015-01-10 Paul EggertPort to HAVE_FREETYPE && !HAVE_XFT
2015-01-10 Paul EggertPort to 32-bit Sun C 5.12 sparc
2015-01-10 Paul EggertPort Qnil==0 changes to 32-bit --with-wide-int
2015-01-10 Lars Magne... (shr-urlify): Don't bother the user about invalidly...
2015-01-10 Ivan Shmakov(shr-urlify): Decode URLs before using them as titles
2015-01-10 Lars Magne... eww title cleanup when loading
2015-01-10 Lars Magne... (eww): Don't interpret "org/foo" as an URL.
2015-01-10 Lars Magne... Further eww DWIM URL interpretation fixups
2015-01-10 Lars Magne... Tweak eww DWIM URL recognition
2015-01-10 Eli ZaretskiiMS-Windows followup for change in semantics of XIL...
2015-01-10 Daniel ColascioneBetter binding for vc-delete-file
2015-01-10 Daniel ColascioneTweak NEWS
2015-01-09 Daniel ColascioneTeach js-mode about ES6 generators
2015-01-09 Paul EggertRefactor pointer-to-integer conversion
2015-01-08 Stefan MonnierShrink EIEIO object header. Move generics to eieio...
2015-01-08 Stefan Monnier* lisp/emacs-lisp/eieio*.el: Move the function defs...
2015-01-08 Eli ZaretskiiFix line-move-visual's following of column in R2L lines.
2015-01-08 Eli ZaretskiiFix GDB accesses to the 'nil's name.
2015-01-08 Eli ZaretskiiFix fallout from "Qnil is zero" change in the display...
2015-01-08 Paul EggertPort new Lisp symbol init to x86 --with-wide-int
2015-01-08 Paul Eggert* lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL.
2015-01-08 Paul Eggert* conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang...
2015-01-08 Paul EggertPort Qnil==0 XUNTAG to clang
2015-01-08 Stefan Monnier* emacs-lisp/eieio-generic.el: New file.
2015-01-08 Glenn Morris# ChangeLog fixes
2015-01-08 Glenn Morris* admin/authors.el (authors-aliases): Add an entry...
2015-01-08 Glenn Morris* lisp/files.el (file-tree-walk): Remove; of unknown...
2015-01-08 Stefan Monnierlisp/emacs-lisp/eieio-core.el (eieio-backward-compatibi...
2015-01-08 Katsumi Yamaokalisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group...
2015-01-08 Katsumi Yamaokalisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group...
2015-01-08 Paul Eggert* src/gfilenotify.c (monitor_to_lisp, lisp_to_monitor):
2015-01-08 Paul EggertPort GFileMonitor * hack to Qnil==0 platforms
2015-01-07 Andreas SchwabFix content decoding in gnus-read-ephemeral-bug-group
2015-01-07 Eli Zaretskiisrc/window.c (Fwindow_body_width): Doc fix. (Bug#19395)
2015-01-07 Stefan Monnier* lisp/subr.el (redisplay-dont-pause): Mark as obsolete.
2015-01-07 K. HandaMerge branch master of git.sv.gnu.org:/srv/git/emacs.
2015-01-07 K. Handainternational/ccl.el (define-ccl-program): Improve...
2015-01-06 Sam SteingoldUse generic `display-buffer-alist' instead of mode...
2015-01-06 Jan DNS: Fix frame size when height and font set at startup.
2015-01-06 Paul EggertMerge from gnulib
next