]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Feb 2008 18:42:05 +0000 (18:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 2 Feb 2008 18:42:05 +0000 (18:42 +0000)
lisp/ChangeLog

index 8027adfce38687bf57c8d2e74c6f66d6000c0f40..f1685d9e5a9b6ac382160c2476d91da6c392024b 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * whitespace.el (global-whitespace-mode): Revert last change.
+       (whitespace-unload-function): Force `global-whitespace-mode'
+       to deactivate local modes in a slightly less intrusive way.
+
 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
 
        * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
@@ -15,8 +21,7 @@
        * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
        to capitalized-find-word-boundary.  Doc fix.  Update callers.
        (capitalized-next-word-boundary-function-table): Rename to
-       capitalized-find-word-boundary-function-table.  Doc fix.  Update
-       users.
+       capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
 
        * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
        string-to-int.
@@ -61,8 +66,8 @@
 
 2008-02-02  Kenichi Handa  <handa@ni.aist.go.jp>
 
-       * language/ind-util.el (in-is13194-post-read-conversion): Delete
-       unnecessary call of indian-compose-region.
+       * language/ind-util.el (in-is13194-post-read-conversion):
+       Delete unnecessary call of indian-compose-region.
 
 2008-02-02  Kenichi Handa  <handa@ni.aist.go.jp>
 
@@ -70,7 +75,7 @@
 
 2008-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-print.el: Some face attributes (like :strike-through) was not
+       * ps-print.el: Some face attributes (like :strike-through) were not
        being recognised.  Reported by Leo <sdl.web@gmail.com>.
        (ps-print-version): New version 7.3.2.
        (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
 
 2008-02-02  Kenichi Handa  <handa@ni.aist.go.jp>
 
-       * international/fontset.el (x-complement-fontset-spec): Complement
-       size too.
+       * international/fontset.el (x-complement-fontset-spec):
+       Complement size too.
 
 2008-02-02  Kenichi Handa  <handa@ni.aist.go.jp>
 
 
 2008-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-
        * printing.el: Fix pr-interface-map initialization code.
        (pr-version): New version 6.9.3.
        (pr-f-set-keymap-parents): Replaced by pr-set-keymap-parents.
        (coding-system-list): Use coding-system-aliases.
        (make-translation-table): Don't deal with generic characters.
 
-       * international/mule-util.el: (coding-system-post-read-conversion)
+       * international/mule-util.el (coding-system-post-read-conversion)
        (coding-system-pre-write-conversion)
        (coding-system-translation-table-for-decode)
        (coding-system-translation-table-for-encode): Get the right
        (detect-coding-with-language-environment): Use it.
        (coding-system-equal): Use coding-system-plist.
 
-       * encoded-kb.el: (encoded-kbd-setup-keymap) <ccl>:
+       * encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
        Use :valid property.
 
        * mule-cmds.el (encode-coding-char): Use
 
        * language/thai.el (cp874, ibm874): New coding systems.
 
-       * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>: Add
-       character-p.
+       * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
+       Add character-p.
 
        * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
-       (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437): New
-       coding systems.
+       (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
+       New coding systems.
        <set-language-info-alist>: Avoid decode-char.
 
        * language/hebrew.el (cp862, ibm862): New coding systems.
        * international/mule-conf.el: Avoid decode-char in top-level code
        for self-inserting multibyte chars.
        (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
-       (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):  New
-       charsets.
+       (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
+       New charsets.
 
        * international/characters.el: Various simplifications and
        additions.
 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
 
        * mail/rmail.el (rmail-highlight): Fix specification.
-        Reported by pod <pod@herald.ox.ac.uk>.
+       Reported by pod <pod@herald.ox.ac.uk>.
 
 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>