Mercurial > emacs
comparison lisp/ChangeLog @ 98008:4ec5decd0683
Fix bug#360.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Sat, 06 Sep 2008 00:19:31 +0000 |
parents | 883843ca3292 |
children | acd38bba28b7 |
comparison
equal
deleted
inserted
replaced
98007:883843ca3292 | 98008:4ec5decd0683 |
---|---|
37 property is like task or specify, and is followed by some number | 37 property is like task or specify, and is followed by some number |
38 of statements, which are ended with an endproperty keyword. | 38 of statements, which are ended with an endproperty keyword. |
39 (electric-verilog-tab): Support Emacs 22.2 style handling of tab | 39 (electric-verilog-tab): Support Emacs 22.2 style handling of tab |
40 in a highlighted region: indent each line in region according to | 40 in a highlighted region: indent each line in region according to |
41 mode. Supply this so it works in XEmacs and older Emacs. | 41 mode. Supply this so it works in XEmacs and older Emacs. |
42 | |
43 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
44 | |
45 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only | |
46 buffers (bug#360). New version 11.2.1. | |
47 (whitespace-action): New value `warn-read-only' to give a warning when | |
48 buffer is read-only and whitespace action is cleanup or auto-cleanup. | |
49 (whitespace-cleanup, whitespace-cleanup-region): Code fix. | |
50 (whitespace-warn-read-only): New fun. | |
42 | 51 |
43 2008-09-05 Chong Yidong <cyd@stupidchicken.com> | 52 2008-09-05 Chong Yidong <cyd@stupidchicken.com> |
44 | 53 |
45 * international/quail.el: Require help-mode. | 54 * international/quail.el: Require help-mode. |
46 (quail-help-init): Function removed. | 55 (quail-help-init): Function removed. |