diff options
| author | Miles Bader | 2008-03-01 01:28:31 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-03-01 01:28:31 +0000 |
| commit | 51fb064bc72968e739e8dea580e58796c1a87f4c (patch) | |
| tree | 80c29b96dbb547a7c8db57a6d57ae4c6d2bfc1ca /lisp/ChangeLog | |
| parent | 14e8de0c3f87a228c05902be66c5bcf953636611 (diff) | |
| parent | 613f60eeb171e5ad881f52d9e7c0ffce2e182fcb (diff) | |
| download | emacs-51fb064bc72968e739e8dea580e58796c1a87f4c.tar.gz emacs-51fb064bc72968e739e8dea580e58796c1a87f4c.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dc48287ab3..9b9b7eaee76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,44 @@ | |||
| 1 | 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if | ||
| 4 | we still expect more lines. | ||
| 5 | |||
| 6 | 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * textmodes/fill.el (fill-comment-paragraph): Don't try to do | ||
| 9 | comment-paragraph filling if the commark doesn't match | ||
| 10 | comment-start-skip. | ||
| 11 | |||
| 12 | 2008-03-01 Daiki Ueno <ueno@unixuser.org> | ||
| 13 | |||
| 14 | * international/utf-7.el (utf-7-encode): Never skip the trailing - for | ||
| 15 | the `imap' variant. | ||
| 16 | |||
| 17 | 2008-03-01 Jason Rumney <jasonr@gnu.org> | ||
| 18 | |||
| 19 | * files.el (make-auto-save-file-name): Encode more characters in | ||
| 20 | non-file buffer names. Use url-encoding. | ||
| 21 | |||
| 22 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 23 | |||
| 24 | * net/net-utils.el (ftp-program): Fix typo in docstring. | ||
| 25 | (ifconfig-program-options, netstat-program-options) | ||
| 26 | (arp-program-options, route-program-options, nslookup-program-options) | ||
| 27 | (ftp-program-options, smbclient-program-options) | ||
| 28 | (dns-lookup-program-options, arp, route): Doc fixes. | ||
| 29 | |||
| 30 | * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list) | ||
| 31 | (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create) | ||
| 32 | (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log): | ||
| 33 | Fix typos in docstrings. | ||
| 34 | (gdb-pending-triggers): Reflow docstring. | ||
| 35 | (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions. | ||
| 36 | |||
| 37 | 2008-03-01 Alan Mackenzie <acm@muc.de> | ||
| 38 | |||
| 39 | * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on | ||
| 40 | typing "#" at EOB. | ||
| 41 | |||
| 1 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> | 42 | 2008-03-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 43 | ||
| 3 | * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring. | 44 | * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring. |