]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index be45f701d76b7ffdf0c3ef26c0e2972c63822228..8deacbb1957afebce22893c57ec8872416bf7ecd 100644 (file)
@@ -1,3 +1,162 @@
+2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * faces.el (color-values): Doc fix.
+       (face-differs-from-default-p): Don't check :foreground twice.
+
+2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * comint.el (comint-mode): Prevent non-keyword fontification by default.
+
+2007-01-31  Kenichi Handa  <handa@m17n.org>
+
+       * international/quail.el (quail-store-decode-map-key): Store a
+       translated character too.
+       (quail-char-equal-p): New function.
+       (quail-find-key1): Check character equality by quail-char-equal-p.
+       (quail-decode-map-generated): New variable.
+       (quail-find-key): Check quail-decode-map-generated and re-generate
+       a decode map if necessary.
+
+2007-01-30  Richard Stallman  <rms@gnu.org>
+
+       * tutorial.el (tutorial--detailed-help): Make the list of
+       changed keys look nicer.
+
+2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
+       (gdb-var-delete): Use it.
+       (gdb-var-update-handler-1): Handle value "invalid" for MI field
+       `in_scope'.
+
+2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (get-free-disk-space): Return nil for remote directories.
+
+       * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
+       instead of "dir".
+
+2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * type-break.el (type-break-catch-up-event): New function.
+       (type-break-demo-hanoi, type-break-demo-life)
+       (type-break-demo-boring): Use it.
+
+       * image-mode.el (image-mode): Don't automatically view as image.
+       (image-toggle-display): Add `disabled' property.
+
+2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * isearchb.el (isearchb-iswitchb):
+       * ps-print.el (ps-build-face-reference):
+       * emacs-lisp/shadow.el (list-load-path-shadows):
+       * eshell/esh-cmd.el (eshell-rewrite-for-command):
+       * international/mule.el (find-auto-coding):
+       * mail/supercite.el (sc-attrib-selection-list):
+       * progmodes/cc-defs.el (c-emacs-features):
+       * progmodes/cc-vars.el (c-offsets-alist):
+       * progmodes/flymake.el
+       (flymake-init-create-temp-source-and-master-buffer-copy):
+       Fix typos in docstrings (some suggested by Chris Moore).
+
+       * progmodes/vhdl-mode.el (vhdl-components-package-name)
+       (vhdl-get-library-unit, vhdl-corresponding-begin)
+       (vhdl-skip-case-alternative, vhdl-backward-skip-label)
+       (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
+       (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
+       (vhdl-font-lock-match-item): Fix typos in docstrings.
+       (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
+       (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
+       (vhdl-speedbar-insert-project-hierarchy):
+       Improve argument/docstring consistency.
+
+2007-01-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (py-converter): Fix previous change.
+
+2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * jka-compr.el (jka-compr-partial-uncompress)
+       (jka-compr-call-process): Rebind default-directory if it is
+       invalid.  Suggested by Chris Moore.
+
+       * comint.el (comint-insert-input): Handle situation where the
+       selected buffer is not the clicked buffer.
+
+2007-01-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/ja-dic-cnv.el (skkdic-convert):
+       Add byte-compile-disable-print-circle:t at the head.
+
+       * international/titdic-cnv.el (tit-process-header):
+       Add byte-compile-disable-print-circle:t at the head.
+       (miscdic-convert): Likewise.
+       (py-converter): Skip the header comments.
+
+       * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
+       New variable.
+       (byte-compile-output-file-form): Bing print-circle to nil if
+       byte-compile-output-file-form is not nil.
+       (byte-compile-output-docform): Likewise.
+
+2007-01-28  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
+       Declare earlier to avoid byte compiler warnings.
+
+2007-01-28  Markus Triska  <markus.triska@gmx.at>
+
+       * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
+
+2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
+       (gamegrid-add-score-with-update-game-score-1): Allow local quits
+       when calling update-game-score program.  Remove unnecessary
+       save-excursion.
+
+       * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
+
+2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
+       avoid compiler warning.
+       (gdb-var-update-handler-1): Consider that the MI field `in_scope'
+       might have values other than "true" or "false".
+
+2007-01-28  Richard Stallman  <rms@gnu.org>
+
+       * textmodes/fill.el (fill-paragraph-function): Doc fix.
+       (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
+
+       * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
+
+       * image.el (image-type-header-regexps): Make GIF regex more specific.
+
+       * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
+       Don't check `backspace'.
+       (tutorial--find-changed-keys): Look up bindings in a temp buffer
+       in Fundamental mode.
+
+       * startup.el (fancy-splash-text, normal-splash-screen):
+       Mention C-g.
+
+       * simple.el (eval-expression): Don't use eval-last-sexp-print-value
+       when inserting in buffer.
+
+       * vc-arch.el (vc-arch-file-id): Move with-current-buffer
+       inside the if.
+
+2007-01-27  Richard Stallman  <rms@gnu.org>
+
+       * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
+
+2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
+
+       * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
+        enum/union/struct/class definition.
+       Revert change to call `forward-sexp' multiple times.
+
 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * files.el (hack-local-variables-confirm): Don't keep trying to