X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a8d3703121670afd6f09430815992713f71462b4..ed48e7e816fe869ad4c156e6cb6b4517e6144251:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 72496c88dc..06c13af51d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,11 +1,58 @@ +2006-07-11 Robert J. Chassell + + * 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 + + * 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 + + * 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 + + * 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 + + * ldefs-boot.el (edebug): Update page. + +2006-07-10 Kim F. Storm + + * emacs-lisp/authors.el (authors-ignored-files): Ignore changes + to FOR-RELEASE and TODO. + 2006-07-10 Romain Francoise * emacs-lisp/authors.el (authors-aliases): Update. 2006-07-10 Alan Mackenzie - * 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