diff options
| author | Kenichi Handa | 2010-08-06 12:54:13 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-06 12:54:13 +0900 |
| commit | faa28da9b740a4b5f297fc215d79a66d71bf6f78 (patch) | |
| tree | 6d7cdbf92c424aeff5ffa9444b7baf75a90ab2be /lisp/ChangeLog | |
| parent | 6b4d96c2f04e5a08c4f9fff144743ff16c151dae (diff) | |
| parent | 9ebc731b45fea0b4d7d547cb37ca2675d5940106 (diff) | |
| download | emacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.tar.gz emacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.zip | |
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 775ddcdc2e7..149de6629f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,6 +15,48 @@ | |||
| 15 | (ctext-no-compositions): Doc fix. | 15 | (ctext-no-compositions): Doc fix. |
| 16 | (compound-text-with-extensions): Doc fix. | 16 | (compound-text-with-extensions): Doc fix. |
| 17 | 17 | ||
| 18 | 2010-08-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 19 | |||
| 20 | * progmodes/which-func.el (which-func-format): Split help-echo text | ||
| 21 | into lines, like other mode-line tooltips. | ||
| 22 | |||
| 23 | * server.el (server-start): When using TCP sockets, force IPv4 | ||
| 24 | and use a literal 127.0.0.1 for localhost. (Related to bug#6781.) | ||
| 25 | |||
| 26 | 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 27 | |||
| 28 | * bindings.el (complete-symbol): Run completion-at-point as a fallback. | ||
| 29 | |||
| 30 | 2010-08-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 31 | |||
| 32 | * term.el (term-delimiter-argument-list): Reflow docstring. | ||
| 33 | (term-read-input-ring, term-write-input-ring, term-send-input) | ||
| 34 | (term-bol, term-erase-in-display, serial-supported-or-barf): | ||
| 35 | Fix typos in docstrings. | ||
| 36 | |||
| 37 | 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 38 | |||
| 39 | * bindings.el (function-key-map): Add a S-tab => backtab fallback. | ||
| 40 | |||
| 41 | 2010-08-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 42 | |||
| 43 | * dabbrev.el (dabbrev-completion): Fix typo in docstring. | ||
| 44 | |||
| 45 | 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change) | ||
| 46 | |||
| 47 | * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): | ||
| 48 | Fix typo in docstring (bug#6747). | ||
| 49 | |||
| 50 | 2010-07-30 Leo <sdl.web@gmail.com> | ||
| 51 | |||
| 52 | * eshell/esh-io.el (eshell-get-target): Better detection of | ||
| 53 | read-only file (Bug#6762). | ||
| 54 | |||
| 55 | 2010-07-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 56 | |||
| 57 | * align.el (align-default-spacing): Doc fix. | ||
| 58 | (align-region-heuristic, align-regexp): Fix typos in docstrings. | ||
| 59 | |||
| 18 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> | 60 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> |
| 19 | 61 | ||
| 20 | * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). | 62 | * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). |