diff options
| author | Juanma Barranquero | 2006-12-10 23:52:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-10 23:52:35 +0000 |
| commit | 28e86dc414773e0ac0d896772e75de779840e2c6 (patch) | |
| tree | 59ed5f6f91d4e566d6086c334ca1d3196581b50e | |
| parent | 48eb36887637174bda669f11b912f42c69157f90 (diff) | |
| download | emacs-28e86dc414773e0ac0d896772e75de779840e2c6.tar.gz emacs-28e86dc414773e0ac0d896772e75de779840e2c6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 22 |
4 files changed, 36 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 584198f62e8..32c2dc72579 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * replace.el (replace-match-data, replace-match-maybe-edit): | ||
| 4 | * calc/calc-aent.el (calc-eval-error): | ||
| 5 | * emulation/vi.el (vi-char-argument): | ||
| 6 | * progmodes/cc-langs.el (c-at-vsemi-p-fn) | ||
| 7 | (c-vsemi-status-unknown-p-fn): Doc fixes. | ||
| 8 | |||
| 1 | 2006-12-10 Chong Yidong <cyd@stupidchicken.com> | 9 | 2006-12-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu) | 11 | * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu) |
| @@ -6,7 +14,7 @@ | |||
| 6 | 2006-12-10 Masatake YAMATO <jet@gyve.org> | 14 | 2006-12-10 Masatake YAMATO <jet@gyve.org> |
| 7 | 15 | ||
| 8 | * progmodes/ld-script.el (ld-script-keywords): Fix a typo. | 16 | * progmodes/ld-script.el (ld-script-keywords): Fix a typo. |
| 9 | 17 | ||
| 10 | 2006-12-09 Chong Yidong <cyd@stupidchicken.com> | 18 | 2006-12-09 Chong Yidong <cyd@stupidchicken.com> |
| 11 | 19 | ||
| 12 | * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. | 20 | * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type. |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 8e2a23d261a..c9e3f5bb398 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc-ezbounce.el (erc-ezb-init-session-list): Doc fix. | ||
| 4 | |||
| 1 | 2006-12-08 Michael Olson <mwolson@gnu.org> | 5 | 2006-12-08 Michael Olson <mwolson@gnu.org> |
| 2 | 6 | ||
| 3 | * erc.el: Re-evaluate contributions from a contributor, and found | 7 | * erc.el: Re-evaluate contributions from a contributor, and found |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index c50dcf52897..6259cf974f1 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-gw.el (url-gateway-nslookup-program): Doc fix. | ||
| 4 | |||
| 1 | 2006-11-26 Magnus Henoch <mange@freemail.hu> | 5 | 2006-11-26 Magnus Henoch <mange@freemail.hu> |
| 2 | 6 | ||
| 3 | * url-http.el (url-http-wait-for-headers-change-function): Use | 7 | * url-http.el (url-http-wait-for-headers-change-function): Use |
diff --git a/src/ChangeLog b/src/ChangeLog index 62b75944aa0..4aefced3e19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2006-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * abbrev.c (syms_of_abbrev) <last-abbrev-text>: | ||
| 4 | * buffer.c (syms_of_buffer) <default-major-mode>: | ||
| 5 | * keymap.c (Flookup_key): | ||
| 6 | * lread.c (Feval_buffer, Feval_region): | ||
| 7 | * macterm.c (syms_of_macterm) <x-use-underline-position-properties>: | ||
| 8 | <x-underline-at-descent-line, mac-emulate-three-button-mouse>: | ||
| 9 | * marker.c (Fmarker_insertion_type): | ||
| 10 | * minibuf.c (syms_of_minibuf) <minibuffer-completion-table>: | ||
| 11 | * msdos.c (syms_of_msdos) <delete-exited-processes>: | ||
| 12 | * w32term.c (syms_of_w32term) <x-use-underline-position-properties>: | ||
| 13 | <x-underline-at-descent-line>: | ||
| 14 | * xdisp.c (format-mode-line): | ||
| 15 | * xterm.c (syms_of_xterm) <x-use-underline-position-properties>: | ||
| 16 | <x-underline-at-descent-line>: Doc fixes. | ||
| 17 | |||
| 1 | 2006-12-10 Andreas Schwab <schwab@suse.de> | 18 | 2006-12-10 Andreas Schwab <schwab@suse.de> |
| 2 | 19 | ||
| 3 | * systime.h (EMACS_GET_TIME): Remove check for | 20 | * systime.h (EMACS_GET_TIME): Remove check for |
| @@ -15,8 +32,7 @@ | |||
| 15 | 32 | ||
| 16 | 2006-12-09 Chong Yidong <cyd@stupidchicken.com> | 33 | 2006-12-09 Chong Yidong <cyd@stupidchicken.com> |
| 17 | 34 | ||
| 18 | * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW | 35 | * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW code. |
| 19 | code. | ||
| 20 | 36 | ||
| 21 | 2006-12-08 Eli Zaretskii <eliz@gnu.org> | 37 | 2006-12-08 Eli Zaretskii <eliz@gnu.org> |
| 22 | 38 | ||
| @@ -25,7 +41,7 @@ | |||
| 25 | 41 | ||
| 26 | * msdos.h (PIX_TYPE): Redefine as `unsigned long'. | 42 | * msdos.h (PIX_TYPE): Redefine as `unsigned long'. |
| 27 | 43 | ||
| 28 | 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change) | 44 | 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change) |
| 29 | 45 | ||
| 30 | * m/amdx86-64.h: Add support for Solaris 10 on x86-64. | 46 | * m/amdx86-64.h: Add support for Solaris 10 on x86-64. |
| 31 | 47 | ||