Fix handling of comments in NetPBM image files.
[bpt/emacs.git] / lisp / ChangeLog
index a0cf681..fd8e77c 100644 (file)
@@ -1,3 +1,55 @@
+2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
+
+       * image.el (image-type-header-regexps): Fix the 'pbm' part to
+       allow comments in pbm files.
+
+       * term/w32-win.el (dynamic-library-alist): Support newer versions
+       of libjpeg starting with v7: look only for the DLL from the
+       version against which Emacs was built.
+       Support versions of libpng beyond 1.4.x.
+       Support libtiff v4.x.
+
+2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
+       (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
+       Add property :safe.
+       (ruby-deep-arglist): Add property :type.
+
+2013-10-31  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (custom-deps, finder-data): No need to setq the target
+       variables, we are in the right directory and the defaults work fine.
+
+2013-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (autoloads): Do not use abs_lisp.
+
+       * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
+       `newline' does not respect `standard-output', so use `princ'.
+
+2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
+
+       Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
+       * buff-menu.el (Buffer-menu--unmark): New function.
+       (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
+
+2013-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
+
+       * emacs-lisp/package.el (lm-homepage): Declare.
+
+       * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
+       Fix doc typos.
+
+       * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
+
+       * Makefile.in (finder-data, autoloads, update-subdirs)
+       (compile-main, compile-clean, compile-always, bootstrap-clean):
+       Check return value of cd.
+       (compile-calc): Remove.
+
 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * simple.el (copy-region-as-kill): Fix call to region-extract-function.