1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00
Commit graph

66603 commits

Author SHA1 Message Date
Juanma Barranquero
ebc20ca09c *** empty log message *** 2006-11-01 20:25:51 +00:00
Juanma Barranquero
1d632ccfe8 (Fcatch): Doc fix. 2006-11-01 20:23:44 +00:00
Juanma Barranquero
b73ea44bb7 [WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
(otherwise .BAT scripts can't run).
2006-11-01 19:26:14 +00:00
Magnus Henoch
8ea882655e (url-http-create-request): Use buffer-locale equivalents of
dynamically bound variables.
2006-11-01 15:16:22 +00:00
Chong Yidong
5c79f850e1 * battery.el (battery-linux-proc-acpi): Prevent range error when
`full-capacity' is 0.
2006-11-01 14:24:37 +00:00
Robert J. Chassell
6a3f3de849 Removed Info files wrongly committed. 2006-10-31 21:49:55 +00:00
Robert J. Chassell
b096c3a92d * emacs-lisp-intro.texi: Remove version reference for X colors.
Document `='.  Remove mention that :eval was new in 21. Updated
	instance's edition-number to 3.01.
2006-10-31 18:07:16 +00:00
Robert J. Chassell
6c850af4a1 * eintr-3: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:05:16 +00:00
Robert J. Chassell
70468157b3 * eintr-2: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:04:34 +00:00
Robert J. Chassell
7a01c12996 * eintr-1: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:03:48 +00:00
Robert J. Chassell
6440b7ece4 * eintr: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:03:03 +00:00
Robert J. Chassell
0fc9a22bf2 info/eintr-3: Updated Info file to Third Edition for
`Introduction to Programming in Emacs Lisp'
2006-10-31 17:00:54 +00:00
Robert J. Chassell
58c57150a8 info/eintr-2: Updated Info file to Third Edition for
`Introduction to Programming in Emacs Lisp'
2006-10-31 17:00:32 +00:00
Robert J. Chassell
9497a8e60b info/eintr-1: Updated Info file to Third Edition for
`Introduction to Programming in Emacs Lisp'
2006-10-31 17:00:13 +00:00
Robert J. Chassell
b91f80459f info/eintr: Updated Info file to Third Edition for
`Introduction to Programming in Emacs Lisp'
2006-10-31 16:59:12 +00:00
Robert J. Chassell
2c88164433 * emacs-lisp-intro.texi: Revised text for kill-region,
copy-region-as-kill, kill-append, kill-new, forward-sentence,
	forward-paragraph, find-file, current-kill, yank, and yank-pop.
	Removed INSTALL MANIFEST from the directory since those files are
	now irrelevant.  Updated Info file in ../info.  Changed numbering
	so is now Revised Third Edition and this instance's edition-number
	is 3.00.  Did not update ISBN number.
2006-10-31 16:46:53 +00:00
Robert J. Chassell
61879b3a05 Removed INSTALL MANIFEST since those files are now irrelevant. 2006-10-31 16:41:49 +00:00
Juanma Barranquero
411b80a566 [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
(close_winsock): Declare as __cdecl.
2006-10-31 16:40:11 +00:00
Juanma Barranquero
95d0feaa4a [!WINDOWSNT]: Include <fcntl.h> if available.
(set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO to set the
socket in non-blocking mode.
2006-10-31 13:52:32 +00:00
Kim F. Storm
d4fa60c883 *** empty log message *** 2006-10-31 11:07:10 +00:00
Ramprasad B
3cd2b59fc8 Added an entry 2006-10-31 09:59:48 +00:00
Ramprasad B
c76cf5f8a4 Installed describe-face sample text 2006-10-31 09:54:01 +00:00
Juanma Barranquero
e35fc9628c Fixes to emacsclient.c for GNU/Linux.
[!WINDOWSNT] <top level>: Include <netinet/in.h> and <sys/ioctl.h>.
(INVALID_SOCKET): Define.
(initialize_sockets): Put #endif at the right place.
(set_local_socket): Use progname, not argv[0].
2006-10-31 09:08:24 +00:00
YAMAMOTO Mitsuharu
6ceb805857 (create_apple_event_from_event_ref)
(create_apple_event_from_drag_ref, xrm_merge_string_database)
(xrm_get_resource, xrm_get_preference_database): Add const
qualifier to arguments in externs.
2006-10-31 08:33:53 +00:00
YAMAMOTO Mitsuharu
369a7a37d8 (mac_create_bitmap_from_bitmap_data): Make variable
`swap_nibbles' static const.
(atsu_get_text_layout_with_text_ptr): Make variables `lengths',
`tags', `sizes', `values' static const.
(mac_draw_string_common): Make variables `context' static.  Make
variables `tags', `sizes', and `values' static const.
(pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
(xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
(mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
(mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
(mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
qualifier to arguments.
(xlfd_scalable_fields, keycode_to_xkeysym_table)
(fn_keycode_to_keycode_table): Make static const.
(mac_load_query_font): Make variables `tags', `sizes', `values',
`types', and `selectors' static const.
(mac_handle_command_event, mac_handle_window_event): Make
variables `names' and `types' static const.
(init_command_handler, install_window_handler): Make variables
`specs*' static const.
(mac_handle_font_event, mac_handle_text_input_event)
(mac_store_service_event): Make variables `names' and `types'
const.  Make variables `names_*' and `types_*' static const.
2006-10-31 08:32:56 +00:00
YAMAMOTO Mitsuharu
11e0f75563 (init_service_handler): Make variable `specs' static
const.
2006-10-31 08:32:25 +00:00
YAMAMOTO Mitsuharu
37a39780ff (install_menu_quit_handler): Make variable `typesList'
static const.
(name_is_separator): Add const qualifier to arguments.
2006-10-31 08:32:08 +00:00
YAMAMOTO Mitsuharu
e4e64b037b (mac_color_map): Make static const.
(mac_color_map_lookup): Add const qualifier to arguments.
2006-10-31 08:31:50 +00:00
YAMAMOTO Mitsuharu
37a9ab8638 (create_apple_event_from_event_ref)
(create_apple_event_from_drag_ref, skip_white_space, parse_comment)
(parse_include_file, parse_binding, parse_component)
(parse_resource_name, parse_value, parse_resource_line)
(xrm_merge_string_database, xrm_get_resource)
(xrm_get_preference_database): Add const qualifier to arguments.
[MAC_OSX] (sys_select): Make variable `context' static const.
2006-10-31 08:31:30 +00:00
YAMAMOTO Mitsuharu
46accb8f6d [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
(xpm_put_color_table_v,	xpm_get_color_table_v, xpm_make_color_table_h)
(xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
(xpm_load_image): Add const qualifier to arguments.
[MAC_OS] (xpm_color_key_strings): Make static const.
2006-10-31 08:31:01 +00:00
Kenichi Handa
7147863a1c (xic_create_xfontset): Fix previous change. 2006-10-31 06:42:59 +00:00
Miles Bader
24b86c51ee Add arch tagline 2006-10-31 02:08:16 +00:00
Juanma Barranquero
ecc5405763 *** empty log message *** 2006-10-31 01:08:02 +00:00
Juanma Barranquero
d759dcce76 (ada-prj-new): Change maintainer, apply whitespace-cleanup, checkdoc. Minor
improvements to many doc strings and comments.
(ada-prj-display-page): Change buffer name to more accurately reflect function.
2006-10-31 01:02:41 +00:00
Juanma Barranquero
88581e6183 Change maintainer, apply whitespace-cleanup, checkdoc.
(ada-func-or-proc-name): Add doc string.
2006-10-31 00:59:42 +00:00
Juanma Barranquero
417451fe30 (ada-compile-current): Don't add newlines to commands. 2006-10-31 00:57:56 +00:00
Juanma Barranquero
aa0b693297 Add support for TCP sockets.
(SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL, INITIALIZE): New
macros.
(IOCTL_BOOL_ARG): New typedef.
(server_file): New global variable.
(longopts): New option --server-file.
(decode_options): Process new option --server-file and environment variable
EMACS_SERVER_FILE.
(print_help_and_exit): Document new option.
(fail): If no connection available and no alternate editor, suggest using
options to make them explicit.
(AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
(send_buffer, sblen): New variables.
(send_to_emacs): New function to buffer output and send it with send().
(quote_file_name): Use SEND_STRING.
(close_winsock, initialize_sockets): New functions to load and unload Winsock.
(get_server_config, set_tcp_socket): New functions to create and set up TCP
sockets.
(set_local_socket): New function to create and set up Unix socket (code moved
from previous implementation).
(set_socket): New function to chose between TCP and Unix sockets.
(main): Use SEND_STRING and SEND_QUOTED.  Most code moved to set_local_socket.
Use set_socket.  Get answers from server.el with recv(), not file stream
functions.
2006-10-31 00:21:19 +00:00
Juanma Barranquero
d20f2a6a3d (ALL): Add emacsclient.
(ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
(emacsclient, $(BLD)/emacsclient.exe): New targets.
(install): Install emacsclient.
2006-10-31 00:19:38 +00:00
Juanma Barranquero
337e3c70f8 Add support for TCP sockets.
(server-use-tcp, server-host, server-auth-dir): New options.
(server-auth-key): New variable.
(server-ensure-safe-dir): Create nonexistent parent dirs.  Ignore Unix-style
file modes on Windows.
(server-start): Crete a TCP or Unix socket according to the value of
`server-use-tcp'.  For TCP sockets, create the id/auth file in `server-auth-dir'
directory.
(server-process-filter): Delete process if authentication fails (which never
happens for Unix sockets).
2006-10-30 23:24:18 +00:00
Chong Yidong
41c98a5ec0 * Makefile.in (lwlib-utils.o): Use CPPFLAGS. 2006-10-30 23:12:40 +00:00
Chong Yidong
1ea69d1e53 Tweak last fix. 2006-10-30 23:05:35 +00:00
Chong Yidong
78667db702 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
/usr/pkg/lib to library search path.
2006-10-30 23:04:39 +00:00
David Kastrup
2d1dd54d7d (add-to-list): Don't continue checking if a match has
been found.
2006-10-30 22:49:04 +00:00
Robert J. Chassell
5fb9c53c67 * emacs-lisp-intro.texi: Many changes since it turned out that
many `simple' functions were rewritten.  Changes to the text
	regarding zap-to-char, mark-whole-buffer, append-to-buffer,
	copy-to-buffer, beginning-of-buffer, what-line, and possibly
	others.  (I have not reviewed all yet.)  This instance does build
	for Info and TeX.
2006-10-30 22:15:21 +00:00
Chong Yidong
024ccae399 * tutorial.el: Move defvars to avoid bytecomp warnings.
(tutorial--find-changed-keys): Check if viper-current-state is
	bound before using it.
	(help-with-tutorial): Check if viper-tutorial is defined before
	using it.
2006-10-30 21:34:15 +00:00
Chong Yidong
b3fcf4f50e Fix last fix. 2006-10-30 14:56:44 +00:00
Chong Yidong
cb753f5241 * tutorial.el: Move defvars to avoid bytecomp warnings.
(tutorial--find-changed-keys): Check if viper-current-state is
	bound before using it.
	(help-with-tutorial): Check if viper-tutorial is defined before
	using it.
2006-10-30 14:52:56 +00:00
Chong Yidong
6db93af0c3 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
* tutorial.el: New file.
	(help-with-tutorial): Moved here from help-fns.el. Added help for
	rebound keys.  Fixed resume of tutorial.
	(tutorial--describe-nonstandard-key, tutorial--sort-keys)
	(tutorial--find-changed-keys, tutorial--display-changes)
	(tutorial--saved-dir, tutorial--saved-file)
	(tutorial--save-tutorial): New functions to support the changes in
	help-with-tutorial.
2006-10-30 14:30:59 +00:00
Chong Yidong
c0af0f6e14 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
directories.
2006-10-30 14:20:47 +00:00
Chong Yidong
c5bd92c9c1 * makefile.w32-in: revert last change. 2006-10-30 14:15:57 +00:00