1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

66625 Commits

Author SHA1 Message Date
Juanma Barranquero
e101e71804 *** empty log message *** 2006-11-03 00:24:26 +00:00
Stefan Monnier
757e168190 (server-auth-key): Remove. Replace by a process-property.
(server-start): Don't remove the file of the previous process, but
instead clear out the place for the new file.
(server-start): Set the :auth-key property.
(server-process-filter): Use the :auth-key property.
2006-11-02 23:46:14 +00:00
Miles Bader
b193caa336 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 161-162)

   - Update from CVS

2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-boring-headers): Fetch date from
   gnus-original-article-buffer to avoid problems with localized date
   strings.

2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/html2text.el (html2text-format-tags): Avoid infloop on open tags.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-495
2006-11-02 23:10:57 +00:00
Magnus Henoch
8917392a52 (url-http-handle-authentication): If there are several authentication
headers, use the first with a supported method.
2006-11-02 23:06:20 +00:00
Chong Yidong
1a858672d8 ** david.reitter@gmail.com, Oct 16: url-retrieve may cause hang
Fixed.
2006-11-02 22:13:22 +00:00
Juanma Barranquero
b224de9ba9 (Fkill_emacs): Fix typo in docstring. 2006-11-02 16:15:28 +00:00
Juanma Barranquero
4418616bf3 *** empty log message *** 2006-11-02 13:04:47 +00:00
Juanma Barranquero
43983eb155 When called with no arguments (not even a filter), show help instead of
blindingly dumping every single ChangeLog available.  Doc fix.  Update version.
2006-11-02 11:52:15 +00:00
Robert J. Chassell
82306b14c3 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.
2006-11-02 11:27:45 +00:00
Robert J. Chassell
45ddadc02d * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.
        Reset edition-number to 3.02 and update-date to 2006 November 2.
2006-11-02 11:26:40 +00:00
Juanma Barranquero
1e7823d061 [WINDOWSNT]: Define HAVE_INET_SOCKETS.
[!WINDOWSNT]: Include <netinet/in.h> if available.
[HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
(IOCTL, IOCTL_BOOL_ARG): Remove.
(set_tcp_socket): Don't set the socket in blocking mode.  Remove c_arg.
2006-11-02 09:55:33 +00:00
Carsten Dominik
98644ad4a0 (org-mode-map): No longer copy `outline-mode-map' explicitly
- this is already done by `define-derived-mode'.
2006-11-02 08:41:57 +00:00
Carsten Dominik
661ca46f27 *** empty log message *** 2006-11-02 08:40:56 +00:00
YAMAMOTO Mitsuharu
73da71f926 2006-11-02 Nozomu Ando <nand@mac.com>
* unexmacosx.c (mach_header, segment_command, vm_region, section)
	[_LP64]: New defines.
	(VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
	(MH_MAGIC) [_LP64]: Redefine.
	(delta): Remove variable.
	(curr_file_offset, pagesize): New variables.
	(ROUNDUP_TO_PAGE_BOUNDARY): New macro.
	(data_segment_old_fileoff): Initialize explicitly.
	(print_region, unexec_regions_recorder, print_load_command_name)
	(copy_segment, copy_data_segment): Use long format in printf.
	(MAX_UNEXEC_REGIONS): Increase to 400.
	(unexec_regions_recorder): Don't warn too many regions here.
	(find_emacs_zone_regions): Warn too many regions here.
	(print_load_command_name) [_LP64]: Show correct load command name.
	(copy_segment, copy_data_segment): Use variable `curr_file_offset'.
	Show starting virtual memory address.  Don't show ending file offset.
	(copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
	(dump_it): Use new local variable `linkedit_delta' and pass to them.
	Error if trying to handle multiple DATA segments.
	(unexec): Initialize variable `pagesize'.
2006-11-02 04:37:35 +00:00
Juanma Barranquero
95eefb3510 (server-visit-files): Use `when'.
(server-process-filter): When authentication fails, send error message to
client.  Wrap `process-send-region' in `ignore-errors' instead of
`condition-case', and remove misleading comment.
2006-11-02 01:31:39 +00:00
Juri Linkov
0a81bd34a4 Fix unbalanced quotes. 2006-11-01 23:44:51 +00:00
Juri Linkov
356d75b6c8 Fix unbalanced quotes. 2006-11-01 23:30:41 +00:00
Juri Linkov
ac65be043c *** empty log message *** 2006-11-01 23:23:18 +00:00
Juri Linkov
0609f48041 Fix unbalanced quotes. 2006-11-01 23:23:08 +00:00
Juri Linkov
cadc14ec8a (Word Search): Document incremental word search. 2006-11-01 23:17:22 +00:00
Juri Linkov
a9b9303c47 (yank): Doc fix. 2006-11-01 23:11:08 +00:00
Stefan Monnier
b7621225b4 Try and fit within 80 columns.
(server-start): Make the auth file unreadable by other users.
2006-11-01 21:37:11 +00:00
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