diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 51 |
1 files changed, 50 insertions, 1 deletions
| @@ -1,3 +1,51 @@ | |||
| 1 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | system-name's returned value can vary | ||
| 4 | Also, the system-name variable is now obsolete. | ||
| 5 | Fixes Bug#19438. | ||
| 6 | * doc/lispref/os.texi (System Environment): | ||
| 7 | * etc/NEWS: Document this. | ||
| 8 | * doc/misc/efaq.texi: | ||
| 9 | (Displaying the current file name in the titlebar): | ||
| 10 | * lisp/desktop.el (desktop-save-frameset): | ||
| 11 | * lisp/dnd.el (dnd-get-local-file-uri): | ||
| 12 | * lisp/gnus/message.el (message-make-fqdn): | ||
| 13 | * lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers) | ||
| 14 | (nnvirtual-update-xref-header): | ||
| 15 | * lisp/nxml/rng-uri.el (rng-uri-file-name-1): | ||
| 16 | * lisp/org/org-clock.el (org-clock-save): | ||
| 17 | * src/filelock.c (current_lock_owner): | ||
| 18 | * src/xrdb.c (get_environ_db): | ||
| 19 | * src/xterm.c (same_x_server): | ||
| 20 | * src/xterm.c (x_term_init): | ||
| 21 | Prefer (system-name) to system-name, and avoid naming | ||
| 22 | locals 'system-name'. | ||
| 23 | * doc/misc/smtpmail.texi (Server workarounds): Fix grammar. | ||
| 24 | * lisp/startup.el (system-name): Now an obsolete variable. | ||
| 25 | * src/editfns.c (cached_system_name): New static var. | ||
| 26 | (init_and_cache_system_name): New function. | ||
| 27 | (init_editfns, Fsystem_name): Use it. | ||
| 28 | (syms_of_editfns): Initialize it and Vsystem_name to the same value. | ||
| 29 | * src/sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>. | ||
| 30 | (h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl. | ||
| 31 | (init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name. | ||
| 32 | Don't create a new string if the current value is already correct. | ||
| 33 | |||
| 34 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 35 | |||
| 36 | * build-aux/git-hooks/commit-msg: Allow tabs. | ||
| 37 | Treat them as if they were expanded to spaces, with tab stops | ||
| 38 | every 8 columns. | ||
| 39 | |||
| 40 | 2014-12-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 41 | |||
| 42 | * .gitignore: Ignore /conftest*. | ||
| 43 | |||
| 44 | 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 45 | |||
| 46 | * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit | ||
| 47 | to 78. | ||
| 48 | |||
| 1 | 2014-12-25 Paul Eggert <eggert@cs.ucla.edu> | 49 | 2014-12-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 50 | ||
| 3 | Prefer stpcpy to strcat | 51 | Prefer stpcpy to strcat |
| @@ -308,7 +356,8 @@ | |||
| 308 | 356 | ||
| 309 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> | 357 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> |
| 310 | 358 | ||
| 311 | * Makefile.in: git transition - set VCWITNESS appropriately for git. | 359 | Git transition. |
| 360 | * Makefile.in (src): Set VCSWITNESS appropriately for git. | ||
| 312 | 361 | ||
| 313 | All bzr revision IDS, and all CVS revision IDs for which a commit | 362 | All bzr revision IDS, and all CVS revision IDs for which a commit |
| 314 | could be identified, were changed to time-date!committer version | 363 | could be identified, were changed to time-date!committer version |