]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Move eww and shr to customization group `web'
[gnu-emacs] / lisp / ChangeLog
index 1c49034665ccdf849fd728ac31cae63bb7da13d8..c4873c2081b15097c64aad419ae09a06b9d5aa29 100644 (file)
@@ -1,3 +1,35 @@
+2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/shr.el (shr): Move to the new defgroup `web'.
+
+       * net/eww.el (eww): Ditto.
+
+       * simple.el (execute-extended-command): Don't show the help
+       message if the binding isn't significantly shorter than the
+       M-x command the user typed (bug#19013).
+
+2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar--convert-tz-offset): Return
+       complete cons when offsets of standard time and daylight saving
+       time are equal.
+       (icalendar-export-region): Fix unbound variable warning.
+
+2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * progmodes/python.el (run-python): Allow CMD to be optional and
+       default it to a safe command, even for Windows.  (bug#18596)
+
+2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * progmodes/python.el (python-shell-calculate-command): Rename
+       from python-shell-parse-command.  Cleanup.
+       (run-python, run-python-internal): Use it.
+       (python-shell-calculate-pythonpath): Rename from
+       python-new-pythonpath.
+       (python-shell-calculate-process-environment): Use it.
+       (python-shell-calculate-exec-path): Add comment.
+
 2014-11-16  Thierry Banel <tbanelwebmin@free.fr>  (tiny change)
 
        * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
@@ -22,7 +54,6 @@
 
        * mail/emacsbug.el (report-emacs-bug): Make a better guess at
          envelope-from when reporting through sendmail (bug#19054).
->>>>>>> 1a713024a012f574d16084cf42703e6ef49473cf
 
 2014-11-16  Oscar Fuentes <ofv@wanadoo.es>