Empty elements in EMACSLOADPATH now stand for the default
[bpt/emacs.git] / lisp / ChangeLog
index 1177d14..97f4c00 100644 (file)
@@ -1,3 +1,190 @@
+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
+       (bug#14646).
+       (make-obsolete): Remove interactive spec.
+
+2013-11-21  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (command-line-1): Use path-separator with -L.
+
+2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * 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)
+
+2013-11-20  Leo Liu  <sdl.web@gmail.com>
+
+       * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
+
+2013-11-19  Dan Nicolaescu  <dann@gnu.org>
+
+       * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
+       when rebase or bisect are in progress.
+
+2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * filenotify.el (file-notify-add-watch): Doc fix.
+
+2013-11-19  Leo Liu  <sdl.web@gmail.com>
+
+       * obsolete/rcompile.el: Mark obsolete.
+
+       * progmodes/compile.el (compilation-start)
+       (compilation-goto-locus, compilation-find-file):
+       Pass no-display-ok and handle nil value from display-buffer.
+       (Bug#13594)
+
+       * window.el (display-buffer-alist, display-buffer): Document the
+       new parameter no-display-ok.
+
+2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * electric.el (electric-indent-mode-map): Remove.
+       (electric-indent-mode): Change the global-map instead (bug#15915).
+
+       * textmodes/text-mode.el (paragraph-indent-minor-mode):
+       Use add-function.
+
+2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/nadvice.el (remove-function): Align with
+       add-function's behavior.
+
+       * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
+       (gdb--string-regexp): New constant.
+       (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
+       (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
+       (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
+       submatch 1.
+       (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
+       Adjust use accordingly.
+       (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
+
+2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
+
+       * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
+       interpolation curlies (Bug#15914).
+
+2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-context-sensitive-enter): New variable.
+       (calc-enter): Use `calc-context-sensitive-enter'.
+
+2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * progmodes/cfengine.el: Version bump.
+       (cfengine-cf-promises): New defcustom to locate cf-promises.
+       (cfengine3-vartypes): Add new "data" type.
+       (cfengine3--current-word): New function to get current name-like
+       word or its bounds.
+       (cfengine3--current-function): New function to look up a CFEngine
+       function's definition.
+       (cfengine3-format-function-docstring): New function.
+       (cfengine3-make-syntax-cache): New function.
+       (cfengine3-documentation-function): New function: ElDoc glue.
+       (cfengine3-completion-function): New function: completion glue.
+       (cfengine3-mode): Set `compile-command',
+       `eldoc-documentation-function', and add to
+       `completion-at-point-functions'.
+
+2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
+       `tramp-current-connection'.
+
+2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
+       nil/self/true/false with "end of symbol".
+
+2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * subr.el (version-regexp-alist): Fix a typo.
+
+2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
+       "en_US.utf8" and "LC_CTYPE" to "".
+       (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
+       (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
+
+2013-11-15  Leo Liu  <sdl.web@gmail.com>
+
+       * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
+
+2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/gud.el (ctl-x-map):
+       Remove C-x SPC binding.  (Bug#12342)
+       (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
+
 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
 
        * subr.el (version-regexp-alist):
 
 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPV6
+       * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
        address can be empty.
 
        * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):