comparison lisp/ChangeLog @ 76523:27247385d659

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 17 Mar 2007 22:20:19 +0000
parents 63db9599f0a8
children 52ad79a16118
comparison
equal deleted inserted replaced
76522:63db9599f0a8 76523:27247385d659
1 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org> 1 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
2 2
3 * net/tls.el (tls-program): Doc fix. 3 * net/tls.el (tls-program): Doc fix.
4 4
5 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) 5 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
6 6
7 * autorevert.el (auto-revert-tail-handler): Call 7 * autorevert.el (auto-revert-tail-handler):
8 after-revert-hook. 8 Call after-revert-hook.
9 9
10 2007-03-17 Chong Yidong <cyd@stupidchicken.com> 10 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
11 11
12 * simple.el (line-move-1): Respect 12 * simple.el (line-move-1): Respect
13 `inhibit-line-move-field-capture' property. 13 `inhibit-line-move-field-capture' property.
31 * tempo.el (tempo-insert): Deal with 'r> if it appears 31 * tempo.el (tempo-insert): Deal with 'r> if it appears
32 specified with a prompt argument. 32 specified with a prompt argument.
33 33
34 2007-03-12 Carsten Dominik <dominik@science.uva.nl> 34 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
35 35
36 * textmodes/org.el (org-set-font-lock-defaults): Handle narrow 36 * textmodes/org.el (org-set-font-lock-defaults):
37 table columns correctly. 37 Handle narrow table columns correctly.
38 38
39 2007-03-12 Mark A. Hershberger <mah@everybody.org> 39 2007-03-12 Mark A. Hershberger <mah@everybody.org>
40 40
41 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist) 41 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
42 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special): 42 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
62 62
63 2007-03-11 Richard Stallman <rms@gnu.org> 63 2007-03-11 Richard Stallman <rms@gnu.org>
64 64
65 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): 65 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
66 Correctly compute line number. 66 Correctly compute line number.
67 67
68 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com> 68 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
69 69
70 * type-break.el (type-break-get-previous-count): 70 * type-break.el (type-break-get-previous-count):
71 Repeat previous change here. 71 Repeat previous change here.
72 72
73 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu> 73 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
74 74
75 * progmodes/grep.el (grep-find-ignored-directories): Add .git and 75 * progmodes/grep.el (grep-find-ignored-directories):
76 .bzr to list. 76 Add .git and .bzr to list.
77 77
78 2007-03-11 Andreas Schwab <schwab@suse.de> 78 2007-03-11 Andreas Schwab <schwab@suse.de>
79 79
80 * diff-mode.el (diff-apply-hunk): Use proper format string for 80 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
81 error.
82 81
83 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca> 82 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
84 83
85 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name. 84 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
86 85