view mac/ChangeLog @ 32988:c3435dc00ed7

* lisp.h (KEYMAPP): New macro. (get_keymap): Remove. (get_keymap_1): Rename get_keymap. * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. * xterm.c (note_mode_line_highlight): Use KEYMAPP. * xmenu.c (single_submenu): Use KEYMAPP. (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. * w32term.c (note_mode_line_highlight): Use KEYMAPP. * w32menu.c (True, False): Remove (use TRUE and FALSE instead). (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. (single_submenu): Use KEYMAPP. (w32_menu_show, w32_dialog_show): Use TRUE. * minibuf.c (Fread_from_minibuffer): Update call to get_keymap. * keymap.c (KEYMAPP): Remove (moved to lisp.h). (Fkeymapp): Use KEYMAPP. (get_keymap): Rename from get_keymap_1. Remove old def. Return t when autoload=0 and error=0 and the keymap needs autoloading. (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp. (Fminor_mode_key_binding): Don't raise an error if the binding is not a keymap. (Fuse_global_map, Fuse_local_map): Allow autoloading. (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. * keyboard.c (read_char): get_keymap_1 -> get_keymap. Allow Vspecial_event_map to be autoloaded. (menu_bar_items): Fetch the keymap rather than using keymapp. (menu_bar_one_keymap): No need to follow func-indirect any more. (parse_menu_item): get_keymap_1 -> get_keymap. (tool_bar_items): Fetch the keymap rather than using keymapp. (read_key_sequence): Use KEYMAPP. * intervals.c (get_local_map): Use get_keymap rather than following function-indirections explicitly. * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 27 Oct 2000 22:20:19 +0000
parents cc5f38852c1d
children ff4ddf873081
line wrap: on
line source

2000-10-25  Andrew Choi  <akochoi@i-cable.com>

	* cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.

	* cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.

	* inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.

	* inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.

2000-10-24  Andrew Choi  <akochoi@i-cable.com>

	* src/macterm.c (XTread_socket): check whether Lisp variable
	mac-ready-for-drag-n-drop is bound rather than non-nil value.

2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>

	* INSTALL: New file.

	* README: New file.

	* TODO: New file.

	* emacs-cw5.mcp.xml: New file.

	* emacs-cw6.mcp.xml: New file.

	* makefile.MPW: New file.

	* inc/alloca.h: New file.

	* inc/cmdline-defs-cw5.h: New file.

	* inc/cmdline-defs-cw6.h: New file.

	* inc/config.h: New file.

	* inc/dirent.h: New file.

	* inc/epaths.h: New file.

	* inc/m-mac.h: New file.

	* inc/macgui.h: New file.

	* inc/macterm.h: New file.

	* inc/pwd.h: New file.

	* inc/s-mac.h: New file.

	* inc/termio.h: New file.

	* inc/utime.h: New file.

	* inc/utsname.h: New file.

	* inc/sys/file.h: New file.

	* inc/sys/ioctl.h: New file.

	* inc/sys/param.h: New file.

	* inc/sys/stat.h: New file.

	* inc/sys/time.h: New file.

	* inc/sys/types.h: New file.

	* src/Emacs.r: New file.

	* src/EmacsMPW.r: New file.

	* src/chdir.c: New file.
	
	* src/mac.c: New file.

	* src/macfns.c: New file.

	* src/macmenu.c: New file.

	* src/macterm.c: New file.