1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 15:40:47 -08:00
emacs/lisp/org
Paul Eggert f9acac751d system-name's returned value can vary
Also, the system-name variable is now obsolete.
Fixes Bug#19438.
* doc/lispref/os.texi (System Environment):
* etc/NEWS: Document this.
* doc/misc/efaq.texi:
(Displaying the current file name in the titlebar):
* lisp/desktop.el (desktop-save-frameset):
* lisp/dnd.el (dnd-get-local-file-uri):
* lisp/gnus/message.el (message-make-fqdn):
* lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers)
(nnvirtual-update-xref-header):
* lisp/nxml/rng-uri.el (rng-uri-file-name-1):
* lisp/org/org-clock.el (org-clock-save):
* src/filelock.c (current_lock_owner):
* src/xrdb.c (get_environ_db):
* src/xterm.c (same_x_server):
* src/xterm.c (x_term_init):
Prefer (system-name) to system-name, and avoid naming
locals 'system-name'.
* doc/misc/smtpmail.texi (Server workarounds): Fix grammar.
* lisp/startup.el (system-name): Now an obsolete variable.
* src/editfns.c (cached_system_name): New static var.
(init_and_cache_system_name): New function.
(init_editfns, Fsystem_name): Use it.
(syms_of_editfns): Initialize it and Vsystem_name to the same value.
* src/sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>.
(h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl.
(init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name.
Don't create a new string if the current value is already correct.
2014-12-29 12:38:58 -08:00
..
ChangeLog Merge branch 'emacs-24'. 2014-11-28 23:07:16 -08:00
ob-asymptote.el
ob-awk.el
ob-C.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-calc.el
ob-clojure.el
ob-comint.el
ob-core.el Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org 2014-10-03 08:44:46 -07:00
ob-css.el
ob-ditaa.el
ob-dot.el
ob-emacs-lisp.el
ob-eval.el
ob-exp.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-fortran.el
ob-gnuplot.el
ob-haskell.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-io.el
ob-java.el
ob-js.el
ob-keys.el
ob-latex.el
ob-ledger.el
ob-lilypond.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-lisp.el
ob-lob.el
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-mscgen.el
ob-ocaml.el
ob-octave.el
ob-org.el
ob-perl.el
ob-picolisp.el
ob-plantuml.el
ob-python.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-R.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-ref.el
ob-ruby.el
ob-sass.el
ob-scala.el
ob-scheme.el
ob-screen.el ob-screen tempfile fixes 2014-05-11 23:09:43 -07:00
ob-sh.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob-shen.el
ob-sql.el
ob-sqlite.el
ob-table.el
ob-tangle.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ob.el
org-agenda.el Sync Org 8.2.10 2014-10-13 00:25:24 +02:00
org-archive.el Simplify use of current-time and friends. 2014-10-28 18:42:51 -07:00
org-attach.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-bbdb.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-bibtex.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-capture.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-clock.el system-name's returned value can vary 2014-12-29 12:38:58 -08:00
org-colview.el
org-compat.el Port current-time change to XEmacs 21.4. 2014-10-28 20:21:06 -07:00
org-crypt.el
org-ctags.el Spelling fixes 2014-12-25 18:08:47 -08:00
org-datetree.el
org-docview.el
org-element.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-entities.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-eshell.el
org-faces.el
org-feed.el
org-footnote.el
org-gnus.el
org-habit.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-id.el
org-indent.el
org-info.el
org-inlinetask.el
org-install.el
org-irc.el
org-list.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-macro.el
org-macs.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-mhe.el
org-mobile.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
org-mouse.el Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org 2014-10-03 08:44:46 -07:00
org-pcomplete.el
org-plot.el
org-protocol.el
org-rmail.el
org-src.el Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org 2014-10-03 08:44:46 -07:00
org-table.el Spelling fixes 2014-12-13 23:41:33 -08:00
org-timer.el Simplify use of current-time and friends. 2014-10-28 18:42:51 -07:00
org-version.el Sync Org 8.2.10 2014-10-13 00:25:24 +02:00
org-w3m.el
org.el Spelling fixes 2014-12-13 23:41:33 -08:00
ox-ascii.el Fix misspellings like "an unibyte buffer" 2014-12-09 16:27:23 -08:00
ox-beamer.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ox-html.el Merge from origin/emacs-24 2014-12-27 13:31:20 -03:00
ox-icalendar.el Simplify use of current-time and friends. 2014-10-28 18:42:51 -07:00
ox-latex.el Spelling fixes 2014-12-25 18:08:47 -08:00
ox-man.el
ox-md.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ox-odt.el Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org 2014-10-03 08:44:46 -07:00
ox-org.el Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.org 2014-10-03 08:44:46 -07:00
ox-publish.el Spelling fixes 2014-12-25 18:08:47 -08:00
ox-texinfo.el Sync with Org 8.2.8. 2014-10-03 10:13:51 +02:00
ox.el Spelling fixes 2014-12-25 18:08:47 -08:00