*** empty log message ***
This commit is contained in:
parent
48eb368876
commit
28e86dc414
4 changed files with 36 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2006-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* replace.el (replace-match-data, replace-match-maybe-edit):
|
||||
* calc/calc-aent.el (calc-eval-error):
|
||||
* emulation/vi.el (vi-char-argument):
|
||||
* progmodes/cc-langs.el (c-at-vsemi-p-fn)
|
||||
(c-vsemi-status-unknown-p-fn): Doc fixes.
|
||||
|
||||
2006-12-10 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
|
||||
|
|
@ -6,7 +14,7 @@
|
|||
2006-12-10 Masatake YAMATO <jet@gyve.org>
|
||||
|
||||
* progmodes/ld-script.el (ld-script-keywords): Fix a typo.
|
||||
|
||||
|
||||
2006-12-09 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2006-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* erc-ezbounce.el (erc-ezb-init-session-list): Doc fix.
|
||||
|
||||
2006-12-08 Michael Olson <mwolson@gnu.org>
|
||||
|
||||
* erc.el: Re-evaluate contributions from a contributor, and found
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2006-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* url-gw.el (url-gateway-nslookup-program): Doc fix.
|
||||
|
||||
2006-11-26 Magnus Henoch <mange@freemail.hu>
|
||||
|
||||
* url-http.el (url-http-wait-for-headers-change-function): Use
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
2006-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* abbrev.c (syms_of_abbrev) <last-abbrev-text>:
|
||||
* buffer.c (syms_of_buffer) <default-major-mode>:
|
||||
* keymap.c (Flookup_key):
|
||||
* lread.c (Feval_buffer, Feval_region):
|
||||
* macterm.c (syms_of_macterm) <x-use-underline-position-properties>:
|
||||
<x-underline-at-descent-line, mac-emulate-three-button-mouse>:
|
||||
* marker.c (Fmarker_insertion_type):
|
||||
* minibuf.c (syms_of_minibuf) <minibuffer-completion-table>:
|
||||
* msdos.c (syms_of_msdos) <delete-exited-processes>:
|
||||
* w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
|
||||
<x-underline-at-descent-line>:
|
||||
* xdisp.c (format-mode-line):
|
||||
* xterm.c (syms_of_xterm) <x-use-underline-position-properties>:
|
||||
<x-underline-at-descent-line>: Doc fixes.
|
||||
|
||||
2006-12-10 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* systime.h (EMACS_GET_TIME): Remove check for
|
||||
|
|
@ -15,8 +32,7 @@
|
|||
|
||||
2006-12-09 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW
|
||||
code.
|
||||
* xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW code.
|
||||
|
||||
2006-12-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
|
|
@ -25,7 +41,7 @@
|
|||
|
||||
* msdos.h (PIX_TYPE): Redefine as `unsigned long'.
|
||||
|
||||
2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
|
||||
2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
|
||||
|
||||
* m/amdx86-64.h: Add support for Solaris 10 on x86-64.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue