]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 09e3736df707293fd48d5fe22c0702407082b9d1..f93539c416c44b35b19688add436c28e4b6582cc 100644 (file)
@@ -1,7 +1,151 @@
+2006-12-15  Kevin Gallagher <Kevin.Gallagher@boeing.com>
+
+       * emulation/edt.el (edt-xserver): 
+       * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
+       to fix a problem on Cygwin.
+
+       * emulation/edt.el
+       * emulation/edt-mapper.el
+       * emulation/edt-lk201.el
+       * emulation/edt-pc.el
+       * emulation/edt-vt100.el: Update maintainer's email address.
+
+2006-12-15  Simon Marshall  <simon@gnu.org>
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
+       change.
+
+2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-atsu-font-table): Remove defvar.
+       (mac-handle-font-selection): Use mac-atsu-font-face-attributes
+       instead of mac-atsu-font-table.
+       (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
+
+2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
+
+       * align.el (align-match-tex-pattern): Fix a rare bug which
+       hanged Emacs.
+
+2006-12-14  Richard Stallman  <rms@gnu.org>
+
+       * startup.el (use-fancy-splash-screens-p): Use frame-height
+       instead of window-height.  Pass frame to image-size.
+
+2006-12-13  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (set-locale-environment):
+       Set default-sendmail-coding-system too.
+
+2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
+
+       * progmodes/idlw-help.el: Fix copyright notice.
+
+2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
+
+2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (unread-command-char): Reformat obsolescence info.
+
+2006-12-11  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
+       about calls to cl-struct-setf-expander.
+
+2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ediff-merg.el (ediff-show-clashes-only): Doc fix.
+       (ediff-combination-pattern): Fix typo in docstring.
+
+       * textmodes/refer.el (refer-find-entry): Doc fix.
+       (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
+       (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
+       Fix tipos in docstrings.
+
+       * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
+
+2006-12-10  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-init-completion-maps): Remap backward-kill-word
+       instead of binding M-backspace.
+
+2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (replace-match-data, replace-match-maybe-edit):
+       * calc/calc-aent.el (calc-eval-error):
+       * emulation/vi.el (vi-char-argument):
+       * progmodes/cc-langs.el (c-at-vsemi-p-fn)
+       (c-vsemi-status-unknown-p-fn): Doc fixes.
+
+2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
+       (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
+
+2006-12-10  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
+
+2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
+
+       * man.el (Man-xref-button-action): New function.  If the
+       `Man-target-string' button property is a function, assume it
+       accepts a position argument.
+       (Man-abstract-xref-man-page): Use it.
+       (Man-default-man-entry): New optional arg POS.
+
+       * wdired.el (wdired-preprocess-symlinks): Make the spaces after
+       symlink arrows read-only and non-rear-sticky.
+
+2006-12-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
+        (wdired-search-and-rename): Simplify code.
+       (wdired-preprocess-files, wdired-preprocess-perms): Make
+        read-only property of preceding character rear-nonsticky to
+        avoid that it can be modified.  Put old-name and old-link
+        properties on character preceding name and replace
+        put-text-property by add-text-properties.
+        (wdired-get-filename, wdired-get-previous-link): Get old-name
+        and old-link properties from character preceding name and
+        simplify code.
+       (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
+        (wdired-perms-to-number): Make local-map property
+        rear-nonsticky to avoid that text following permissions may be
+        modified.  Use add-text-properties instead of put-text-property
+        when changing a permission bit.
+       (wdired-change-to-dired-mode): Remove stickiness properties.
+
+2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-cmds.el (register-input-method): Doc fix.
+
+2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
+
+       * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
+
+2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+
+       * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
+       Force buffer local defs evaluation on local variables loading.
+       (flyspell-mode-on, flyspell-mode-off): Use it in
+       `hack-local-variables-hook'.
+
+2006-12-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/find-func.el (find-variable): Doc fix.
+
+       * help-fns.el (variable-at-point): Doc fix.
+
+       * w32-fns.el (w32-append-code-lines): New function.
+
 2006-12-09  Romain Francoise  <romain@orebokech.com>
 
        * comint.el (comint-insert-input): Delete obsolete comment.
-       Examine input field without moving point.
 
 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>