]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Re-attempt commit.
[gnu-emacs] / lisp / ChangeLog
index 1164c941619517760b22dee4d3699b3e1bf59e75..06c13af51da29942d2d2f4312ec864e715b589cb 100644 (file)
@@ -1,5 +1,116 @@
+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.
+
+2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
+       on non-char events.
+
+2006-07-09  Romain Francoise  <romain@orebokech.com>
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords):
+       Don't highlight start/end markers as compilation messages.
+
+       * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
+       to t.
+
+2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
+
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * term/x-win.el (x-handle-display): Add doc string.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
+       * subr.el (def-edebug-spec): Move here.
+       * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
+
+       * imenu.el (imenu-choose-buffer-index): Doc fix.
+
+2006-07-08  Romain Francoise  <romain@orebokech.com>
+
+       * term/x-win.el (x-display-name): Fix typo.
+
+2006-07-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * hexl.el (hexl-find-file): Doc fix.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
+
+2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/x-win.el (x-display-name): Doc fix.
+
 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
+       long prefixes.
+       (fill-region-as-paragraph): Don't round up to a whole line.
+       (fill-comment-paragraph): Don't include the code-before-the-comment
+       when calling fill-region-as-paragraph.
+
+       * international/mule.el (make-char): Remove redundancy.
+
+       * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
+       property may contain an anonymous function rather than a symbol.
+
+       * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
+
        * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
        Use shy regexp.  Fix incorrect backref to potentially unmatched group.