Empty elements in EMACSLOADPATH now stand for the default
[bpt/emacs.git] / lisp / ChangeLog
index ecec50e..97f4c00 100644 (file)
@@ -1,3 +1,59 @@
+2013-11-23  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
+
+2013-11-22  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/octave.el (inferior-octave-startup): Spit out error
+       message.
+
+2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
+       Improve docstring.
+       Add :version.
+       (ruby-encoding-magic-comment-style): Add :version.
+
+2013-11-22  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/octave.el (octave-operator-regexp): Exclude newline.
+       (Bug#15076)
+       (octave-help-mode): Adapt to change to help-mode-finish to use
+       derived-mode-p on 2013-09-17.
+       (inferior-octave-prompt): Also match octave-gui.
+       (octave-kill-process): Don't ask twice.  (Bug#10564)
+
+2013-11-22  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/octave.el (inferior-octave-process-live-p): New helper.
+       (inferior-octave-startup, inferior-octave-check-process)
+       (inferior-octave-track-window-width-change)
+       (octave-completion-at-point, octave-eldoc-function): Use it.
+       (octave-kill-process): Provide confirmation.  (Bug#10564)
+
+2013-11-21  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
+       obsolete variable comment-use-global-state.
+
+2013-11-21  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
+       `octave-source-file'.
+       (octave-source-file): New function.  (Bug#15935)
+
+2013-11-21  Kenjiro Nakayama <nakayamakenjiro@gmail.com>  (tiny change)
+
+       * net/eww.el (eww-local-regex): New variable.
+       (eww): Use it to detect localhost and similar.
+
+2013-11-21  Leo Liu  <sdl.web@gmail.com>
+
+       Add completion for command `ag'.
+       * pcmpl-x.el (pcmpl-x-ag-options): New variable.
+       (pcomplete/ag): New function.
+       (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
+
 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
        * emacs-lisp/package.el (describe-package-1): Add package archive
        to shown fields.
 
+2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
+
+       * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
+       Change default to "# encoding: %s" to differentiate it from the
+       default Ruby encoding comment template.
+
 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
 
        * ses.el (ses-mode): Doc fix.  (Bug#14748)