Fix Eshell bug
[bpt/emacs.git] / lisp / ChangeLog
2013-06-09 Aidan GaulandFix Eshell bug
2013-06-09 Aidan GaulandTidy module initialisation functions
2013-06-08 Leo Liu* progmodes/octave.el (octave-add-log-current-defun...
2013-06-08 Glenn MorrisImprove previous bytecomp fix
2013-06-08 Glenn MorrisChangeLog fix
2013-06-07 Stefan Monnier* lisp/emacs-lisp/smie.el: Improve show-paren-mode...
2013-06-07 Leo Liu* progmodes/octave.el (octave-function-header-regexp...
2013-06-07 Leo Liu* newcomment.el (comment-search-backward): Revert last...
2013-06-07 Eli ZaretskiiFix "make TAGS" on MS-Windows.
2013-06-07 Juanma BarranqueroFix typos.
2013-06-06 Glenn Morris* lisp/font-lock.el (lisp-font-lock-keywords-2): Treat...
2013-06-06 Glenn Morrisbytecomp fix for bug#14565
2013-06-06 Juri LinkovAdd bug#9706.
2013-06-05 Alan Mackenzie* isearch.el (isearch-allow-prefix): New user option.
2013-06-05 Stefan Monnier* lisp/autorevert.el (auto-revert-notify-handler):...
2013-06-05 Ted Zlatanov(prog-prettify-symbols) (prog-prettify-install): Update...
2013-06-05 Stefan Monnier* lisp/simple.el: Move all the prog-mode code to prog...
2013-06-05 Ted ZlatanovIntroduce and use prog-prettify-install.
2013-06-05 Ted Zlatanov(open-tls-stream): Remove unneeded buffer contents...
2013-06-05 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-result): Move befor...
2013-06-05 Ted ZlatanovSymbol prettify in prog-mode; added to perl-mode, cfeng...
2013-06-05 Alan MackenzieAdd ChangeLog entry for version #112847.
2013-06-05 Leo LiuRe-implement smie matching block highlight using show...
2013-06-05 Stefan MonnierFix compilation error with simultaneous dynamic+lexical...
2013-06-05 Leo Liu* eshell/esh-mode.el (eshell-mode): Fix key bindings.
2013-06-04 Leo Liu* progmodes/compile.el (compile-goto-error): Add option...
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Tassilo Horn* eshell/em-term.el (cl-lib): Require `cl-lib'.
2013-06-03 Stefan Monnier* lisp.el: Provide completion of locally bound variable...
2013-06-03 Stefan Monnier* lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars...
2013-06-03 Michael Albinus* configure.ac (file-notification): New option, replace...
2013-06-03 Juri LinkovSearch and highlight symbol at point.
2013-06-03 Tassilo Horn* NEWS: Document eshell visual subcommands and options.
2013-06-02 Xue FuqiaoModify `log-view-mode-map'.
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-02 David EngsterMerge from CEDET upstream (8564).
2013-06-02 Xue Fuqiao* vc/log-view.el: Doc fix.
2013-06-02 Xue Fuqiao* vc/log-view.el: Header fix.
2013-06-02 Tassilo Horn* eshell/esh-ext.el (eshell-external-command): Pass...
2013-06-02 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Fix whitespace.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-06-01 Glenn Morris* lisp/pcmpl-gnu.el (pcomplete/tar): Check obsolete...
2013-06-01 Glenn MorrisPlain boundp silences compilation warnings since Emacs...
2013-06-01 Glenn MorrisPlain fboundp silences compilation warnings since Emacs...
2013-06-01 Glenn MorrisDon't (re)define a basic custom widget in cc-vars
2013-06-01 Glenn Morris* eshell/em-cmpl.el (eshell-cmpl-initialize): Replace...
2013-06-01 Leo Liu* progmodes/octave.el (octave-mode-syntax-table): Give `.'
2013-05-31 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-syntax-expansion...
2013-05-31 Glenn Morris* sym-comp.el (symbol-complete): Replace obsolete compl...
2013-05-31 Glenn Morris* progmodes/cc-vars.el (c-make-macro-with-semi-re)...
2013-05-31 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-syntax-expansion...
2013-05-30 Juri Linkov* lisp/isearch.el (isearch-mode-map): Bind `isearch...
2013-05-30 Glenn Morris* lisp/progmodes/gdb-mi.el (gdb-wait-for-pending):...
2013-05-30 Juri Linkov* lisp/replace.el (perform-replace): Avoid `isearch...
2013-05-30 Glenn Morriscc-bytecomp tweaks for sake of byte-compiler
2013-05-30 Glenn Morris* lisp/progmodes/cc-mode.el: Move load of cc-vars befor...
2013-05-30 Stefan Monnier* lisp/paren.el: Simplify the code.
2013-05-30 Stefan Monnier* lisp/paren.el (show-paren-data-function): New hook.
2013-05-30 Glenn MorrisSilence ielm compilation
2013-05-30 Glenn MorrisIn Eshell, replace obsolete lisp-complete-symbol
2013-05-30 Glenn Morris* image.el (image-animated-p): Tweak definition.
2013-05-30 Glenn Morrisrlogin.el tiny cleanup
2013-05-30 Glenn MorrisUse completion-at-point rather than obsolete alias.
2013-05-30 Glenn Morris* lisp/emacs-lisp/eieio.el (eieio-eval-default-p):...
2013-05-30 Glenn Morris* minibuffer.el (read-file-name-completion-ignore-case):
2013-05-29 Juri Linkov* lisp/replace.el (occur-engine): Rename `globalcount...
2013-05-29 Juri Linkov* lisp/replace.el (perform-replace): Add `skip-read...
2013-05-29 Stefan Monnier* lisp/emacs-lisp/trace.el (trace--read-args): Provide...
2013-05-29 Stefan Monnier* lisp/emacs-lisp/lisp-mode.el (lisp-mode-shared-map...
2013-05-29 Glenn Morrisidlwave-concatenate-rinfo-lists fix
2013-05-29 Leo Liu* lisp/emacs-lisp/smie.el (smie-highlight-matching...
2013-05-29 Glenn Morris* idlwave.el (idlwave-scan-user-lib-files, idlwave...
2013-05-29 Glenn MorrisSilence cua-mode compilation
2013-05-29 Glenn MorrisSilence cperl-mode compilation
2013-05-28 Alan MackenzieHandle "capitalised keywords" correctly.
2013-05-28 Aidan GaulandAdded -r option to eshell/cp
2013-05-28 Glenn MorrisSilence the rest of vc compilation
2013-05-28 Glenn MorrisSilence some vc compilation warnings
2013-05-28 Glenn Morris* obsolete/fast-lock.el (byte-compile-warnings):
2013-05-28 Glenn Morris* cc-vars.el (c-macro-names-with-semicolon): Move defin...
2013-05-28 Glenn Morrisdunnet.el trivia
2013-05-28 Glenn Morris* lisp/emacs-lisp/bytecomp.el (byte-compile-warnings...
2013-05-27 Juri Linkov* lisp/replace.el (replace-search): New function with...
2013-05-27 Dmitry Gutov* lisp/vc/vc-git.el (vc-git-working-revision): When...
2013-05-27 Juri Linkov* lisp/replace.el (perform-replace): Ignore invisible...
2013-05-27 Juri Linkov* lisp/isearch.el (isearch-filter-predicates): Rename...
2013-05-27 Stefan MonnierAlways defvar a mode's hook and provide a docstring.
2013-05-27 Alan MackenzieRemove spurious syntax-table text properties inserted...
2013-05-27 Michael Albinus* net/dbus.el (dbus-call-method): Let-bind `inhibit...
2013-05-27 Leo Liu* progmodes/octave.el (inferior-octave-directory-tracke...
2013-05-27 Stefan Monnier* lisp/doc-view.el: Minor naming convention tweaks.
2013-05-27 Stefan Monnier* lisp/image-mode.el (image-mode-reapply-winprops)...
2013-05-26 Fabián Ezequiel... * progmodes/python.el (python-indent-block-enders)...
2013-05-25 Eli ZaretskiiRename unmsys--filename to unmsys--file-name.
2013-05-25 Eli ZaretskiiRename reveal-filename into unmsys--filename.
2013-05-25 Stefan Monnier* lisp/emacs-lisp/lisp.el (lisp-completion-at-point...
2013-05-25 Stefan Monnier* lisp/emacs-lisp/lisp.el (lisp-completion-at-point...
2013-05-25 Leo Liu* comint.el (comint-previous-matching-input): Do not...
2013-05-25 Stefan Monnier* lisp/simple.el (read--expression): New function,...
2013-05-25 Xue FuqiaoRefine the documentation of Flymake
next