*** empty log message ***

This commit is contained in:
Juanma Barranquero 2008-02-02 18:42:05 +00:00
parent 58617d04c4
commit 5285e5a626

View 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,
@ -117,8 +122,8 @@
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>
@ -179,7 +184,6 @@
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.
@ -2945,7 +2949,7 @@
(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
@ -2954,7 +2958,7 @@
(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
@ -3015,12 +3019,12 @@
* 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.
@ -3033,8 +3037,8 @@
* 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.
@ -3483,7 +3487,7 @@
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>