]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Re-attempt commit.
[gnu-emacs] / lisp / ChangeLog
index 72496c88dc193d2623b8201e73c86a933a9af184..06c13af51da29942d2d2f4312ec864e715b589cb 100644 (file)
@@ -1,11 +1,58 @@
+2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el:  (texinfo-format-separate-node):
+          Insert a string before point, which fits documentation, not after.
+          (texinfo-multitable-item): In a multitable row, insert any
+          additional needed @tabs and spaces.
+
+2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tumme.el (tumme-create-thumb)
+       (tumme-thumbnail-display-external, tumme-display-image)
+       (tumme-rotate-thumbnail, tumme-rotate-original)
+       (tumme-set-exif-data, tumme-get-exif-data): Use call-process
+       instead of shell-command.
+       (tumme-create-thumbnail-buffer)
+       (tumme-create-display-image-buffer, tumme-display-thumbs)
+       (tumme-modify-mark-on-thumb-original-file, tumme-display-image)
+       (tumme-get-exif-data): Use with-current-buffer.
+       (tumme-display-properties-format)
+       (tumme-dired-insert-marked-thumbs, tumme-rotate-original)
+       (tumme-get-exif-file-name)
+       (tumme-thumbnail-set-image-description, tumme-gallery-generate): 
+       Fit to 80 columns.
+
+2006-07-11  Kim F. Storm  <storm@cua.dk>
+
+       * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
+       Remove special case for seconds < 0.  Use (redisplay t) instead.
+
+2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
+       compilation error.
+
+       * subr.el (sit-for): New function.
+
+       * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
+
+2006-07-10  Richard Stallman  <rms@gnu.org>
+
+       * ldefs-boot.el (edebug): Update page.
+
+2006-07-10  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
+       to FOR-RELEASE and TODO.
+
 2006-07-10  Romain Francoise  <romain@orebokech.com>
 
        * emacs-lisp/authors.el (authors-aliases): Update.
 
 2006-07-10  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
-       cc-mode.el: Changes to eradicate eval-after-load.
+       * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
+       cc-mode.el: Changes to eradicate eval-after-load.
 
 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>