]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Enable SJIS fonts before creating any fontsets.
[gnu-emacs] / lisp / ChangeLog
index e9794cb40556008cb35d493e1a716274f78a0d49..3d169916dc6a032e0f229a524f483f6e4b46ba5d 100644 (file)
@@ -1,3 +1,138 @@
+2007-11-10  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
+
+2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-save-history): Write the history file in UTF-8,
+       and add `coding' file-local variable.
+
+2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
+       (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
+       (iso-iso2duden-trans-tab): Add docstring.
+
+2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * faces.el (face-normalize-spec): Remove function.
+       (frame-set-background-mode): Undo last change.
+
+2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (enable-local-variables): Doc fix.
+
+2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
+
+       * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
+       match dir like "a...b".
+
+2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
+
+       * eshell/esh-mode.el (eshell-output-filter):
+       * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
+       Use `with-current-buffer'.
+
+2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
+
+2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
+
+       * net/tls.el: Require rx when compiling.
+       (tls-end-of-info): New variable.
+       (open-tls-stream): Keep reading input until `tls-end-of-info' is
+       matched.
+
+2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
+
+       * simple.el (bad-packages-alist): Anchor semantic regexp.
+
+2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
+
+       * files.el (hack-local-variables): Fix membership tests to avoid
+       treating all variables as safe if `enable-local-variables' is
+       set to :safe (CVE-2007-5795).
+
+2007-11-02  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/etags.el (tags-table-mode): Disable undo.
+
+       * simple.el (bad-packages-alist): Revert previous change.
+
+2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * printing.el (printing): Fix :version, printing.el was included
+       in emacs-22.1.
+       (pr-path-style, pr-path-alist, pr-txt-name)
+       (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
+       (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
+       (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
+       (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
+       (pr-auto-mode, pr-mode-alist, pr-ps-utility)
+       (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
+       (pr-setting-database, pr-visible-entry-list)
+       (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
+       (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
+       :version.
+
+2007-11-01  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
+
+       * mail/footnote.el (footnote-numeric-regexp)
+       (footnote-english-upper-regexp, footnote-english-lower-regexp)
+       (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
+       Match multi-character footnotes.
+
+       * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
+       (nroff-indent-line-function): New function.
+       (nroff-count-text-lines): Use nroff-forward-text-line rather than
+       obsolete alias.
+
+2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-open-connection-telnet)
+       (tramp-open-connection-rsh, tramp-open-connection-su)
+       (tramp-open-connection-multi): Set $LC_ALL to "C".
+
+2007-10-31  Sven Joachim  <svenjoac@gmx.de>
+
+       * dired-aux.el (dired-copy-file-recursive):
+       Preserve directory permissions.
+
+2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
+       (whitespace-unload-function): New-style unload function.  When run,
+       unintern `whitespace-unload-hook' and call `unload-feature' recursively
+       to stop the old hook from messing with the unloading.
+
+       * strokes.el (strokes-alphabetic-lessp): Doc fix.
+
+2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
+
+       * emacs-lisp/find-func.el (find-library): Use library at
+       point as default interactive argument.
+
+2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
+       (elp-unset-master, elp-results): Fix typos.
+       (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
+       Doc fixes.
+
+       * msb.el (msb--many-menus): Remove variable.
+       (msb-max-menu-items, msb--add-to-menu): Doc fixes.
+       (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
+       (msb--toggle-menu-type): Fix typos in docstrings.
+
+       * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
+       (shadow-insert-var): Doc fixes.
+       (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
+       Reflow docstrings.
+       (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
+
 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
 
        * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)