diff options
| author | jave | 2015-01-04 09:09:36 +0100 |
|---|---|---|
| committer | jave | 2015-01-04 09:09:36 +0100 |
| commit | a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce (patch) | |
| tree | 7e092998b7e6956f311a169e0d87254ef87703e3 /ChangeLog | |
| parent | db4613576d3115aa320f0293d081ce98baa06acd (diff) | |
| parent | fec9b792f543c35b1a635b3a3326d496e3ca9012 (diff) | |
| download | emacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.tar.gz emacs-a7e2c92ddf6c27b2cfcc9782fd71f15d36162cce.zip | |
merge master
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 44 |
1 files changed, 11 insertions, 33 deletions
| @@ -1,3 +1,14 @@ | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Clarify 'make info' | ||
| 4 | * Makefile.in (info): Use GNU make conditional rather than | ||
| 5 | an '@' rule with a shell conditional, so that the builder can | ||
| 6 | see the submake. | ||
| 7 | |||
| 8 | Less 'make' chatter for VCSWITNESS | ||
| 9 | * Makefile.in (dirstate, VCSWITNESS): New macros. | ||
| 10 | (src): Use them to lessen 'make' chatter. | ||
| 11 | |||
| 1 | 2015-01-01 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2015-01-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Fix copyright years by hand | 14 | Fix copyright years by hand |
| @@ -28,39 +39,6 @@ | |||
| 28 | Be less chatty when not verbose. | 39 | Be less chatty when not verbose. |
| 29 | ($(srcdir)/src/stamp-h.in): Simplify with '$@'. | 40 | ($(srcdir)/src/stamp-h.in): Simplify with '$@'. |
| 30 | 41 | ||
| 31 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 32 | |||
| 33 | system-name's returned value can vary | ||
| 34 | Also, the system-name variable is now obsolete. | ||
| 35 | Fixes Bug#19438. | ||
| 36 | * doc/lispref/os.texi (System Environment): | ||
| 37 | * etc/NEWS: Document this. | ||
| 38 | * doc/misc/efaq.texi: | ||
| 39 | (Displaying the current file name in the titlebar): | ||
| 40 | * lisp/desktop.el (desktop-save-frameset): | ||
| 41 | * lisp/dnd.el (dnd-get-local-file-uri): | ||
| 42 | * lisp/gnus/message.el (message-make-fqdn): | ||
| 43 | * lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers) | ||
| 44 | (nnvirtual-update-xref-header): | ||
| 45 | * lisp/nxml/rng-uri.el (rng-uri-file-name-1): | ||
| 46 | * lisp/org/org-clock.el (org-clock-save): | ||
| 47 | * src/filelock.c (current_lock_owner): | ||
| 48 | * src/xrdb.c (get_environ_db): | ||
| 49 | * src/xterm.c (same_x_server): | ||
| 50 | * src/xterm.c (x_term_init): | ||
| 51 | Prefer (system-name) to system-name, and avoid naming | ||
| 52 | locals 'system-name'. | ||
| 53 | * doc/misc/smtpmail.texi (Server workarounds): Fix grammar. | ||
| 54 | * lisp/startup.el (system-name): Now an obsolete variable. | ||
| 55 | * src/editfns.c (cached_system_name): New static var. | ||
| 56 | (init_and_cache_system_name): New function. | ||
| 57 | (init_editfns, Fsystem_name): Use it. | ||
| 58 | (syms_of_editfns): Initialize it and Vsystem_name to the same value. | ||
| 59 | * src/sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>. | ||
| 60 | (h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl. | ||
| 61 | (init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name. | ||
| 62 | Don't create a new string if the current value is already correct. | ||
| 63 | |||
| 64 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> | 42 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> |
| 65 | 43 | ||
| 66 | * build-aux/git-hooks/commit-msg: Allow tabs. | 44 | * build-aux/git-hooks/commit-msg: Allow tabs. |