Eli Zaretskii
da43f02119
Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c
...
print.c (print_object, print_string, strout): Use EMACS_INT for
string indices.
minibuf.c (string_to_object): Use EMACS_INT for string position
and size.
marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
lread.c <read_from_string_index, read_from_string_index_byte>
<read_from_string_limit, readchar_count>: Define EMACS_INT.
(readchar, unreadchar, read_internal_start): Use EMACS_INT for
buffer positions and string length.
2010-09-25 07:55:30 -04:00
Eli Zaretskii
41118bd30d
Fix int/EMACS_INT use in keyboard.c.
...
keyboard.c <last_point_position, last_non_minibuf_size>: Declare EMACS_INT.
(echo_truncate, adjust_point_for_property, read_char)
(gen_help_event, make_lispy_event, modify_event_symbol)
(Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
for buffer positions and string length.
keyboard.h (gen_help_event): Adjust prototype.
termhooks.h <struct input_event>: Make `code' member EMACS_INT.
commands.h <last_point_position>: Declare EMACS_INT.
xdisp.c <help_echo_pos>: Define as EMACS_INT.
(truncate_echo_area): Accept EMACS_INT argument.
dispextern.h <help_echo_pos>: Declare EMACS_INT.
lisp.h (truncate_echo_area): Adjust prototype.
composite.c (composition_adjust_point): Return EMACS_INT.
composite.h (composition_adjust_point): Adjust prototype.
2010-09-25 05:36:36 -04:00
Eli Zaretskii
f5276b757f
src/ChangeLog: Another duplication removed.
2010-09-25 03:44:43 -04:00
Eli Zaretskii
6b5782afa7
src/ChangeLog: Fix duplicate entries.
2010-09-25 09:19:03 +02:00
Juanma Barranquero
ba3033ee40
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
...
* lisp/server.el (server-start): Revert part of 2010-08-08 change. Using
address 127.0.0.1 for local host is now done in Fmake_network_process.
* src/process.c (Fmake_network_process): When arg :host is 'local,
use address 127.0.0.1, not name "localhost".
2010-09-25 02:32:09 +02:00
Gnus developers
61b1af8289
Merge changes made in Gnus trunk.
...
gnus.el (gnus-sloppily-equal-method-parameters): Avoid cl.el convenience functions.
nnrss.el (nnrss-retrieve-groups): Change to the group before checking its data structures.
nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk handling.
starttls.el: (starttls-open-stream): Add autoload cookie.
nnimap.el (nnimap-command): Register the last command time so that we can use it for idling NOOPs.
nnimap.el: Implement IMAP keepalive.
gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't use the same article number for all the cached articles.
nnimap.el (nnimap-update-info): Protect against nil uidnexts.
gnus-group.el: Remove the outdated archive group stuff, which no longer works.
gnus-group.el, gnus.el: Remove the outdated charter support.
gnus-sum.el, gnus-group.el, gnus.el: Remove outdated support for FAQ fetching.
gnus-gravatar.el, gravatar.el: New files.
2010-09-24 22:33:34 +00:00
Eli Zaretskii
5816888b23
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
...
indent.c (Fcurrent_indentation, indented_beyond_p)
(compute_motion): Use EMACS_INT for buffer position variables.
lisp.h (indented_beyond_p): Adjust prototype.
buffer.c (overlay_strings): Return EMACS_INT.
buffer.h (overlay_strings): Adjust prototype.
region-cache.c (pp_cache): Adjust format to arguments.
eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
(call_debugger): Use EMACS_INT for specpdl_size related variables.
(verror): Use EMACS_INT for size of allocated buffer.
2010-09-24 15:30:13 -04:00
Juanma Barranquero
07914cd007
src/ChangeLog: Fix typo and remove duplicate info.
2010-09-24 20:04:26 +02:00
Eli Zaretskii
ace1712c7f
Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.
...
keyboard.c (make_lispy_position): Use EMACS_INT for buffer
positions.
xdisp.c (redisplay_internal, try_window_id)
(set_cursor_from_row, find_first_unchanged_at_end_row): Use
EMACS_INT for buffer positions.
dispextern.h (set_cursor_from_row, mode_line_string)
(marginal_area_string): Adjust prototypes.
dispnew.c (increment_matrix_positions)
(increment_row_positions, copy_glyph_row_contents)
(mode_line_string, marginal_area_string): Use EMACS_INT for buffer
positions.
dispextern.h (mode_line_string, marginal_area_string)
(increment_matrix_positions, increment_row_positions): Adjust
prototypes.
data.c (Faref, Faset): Use EMACS_INT for string length and
positions.
cmds.c (internal_self_insert): Use EMACS_INT for the count of
characters to insert.
ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
position and size.
2010-09-24 13:48:10 -04:00
Eli Zaretskii
4f3a2f8d41
Fix int/EMACS_INT use in casefiddle.c and syntax.c.
...
syntax.c (scan_words, update_syntax_table)
(prev_char_comend_first, back_comment, skip_chars)
(skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
EMACS_INT for buffer and string positions.
syntax.h (scan_words, update_syntax_table): Adjust prototypes.
casefiddle.c (operate_on_word): Use EMACS_INT for buffer
positions.
2010-09-24 11:24:47 -04:00
Lars Magne Ingebrigtsen
f0812d352e
Fix EMACS_INT/int conversion in scroll.c.
2010-09-24 17:20:58 +02:00
Lars Magne Ingebrigtsen
f5c7fc2739
Fix EMACS_INT/int conversion in region-cache.c.
2010-09-24 17:13:43 +02:00
Lars Magne Ingebrigtsen
db06339912
Fix all EMACS_INT/int conversion errors in print.c (and related files).
2010-09-24 17:01:03 +02:00
Eli Zaretskii
69481da786
Fix int/EMACS_INT use in callproc.c.
...
callproc.c (Fcall_process): Use EMACS_INT for count of
characters read from the subprocess.
2010-09-24 09:32:25 -04:00
Eli Zaretskii
61bfec9843
Really fix int/EMACS_INT use in bidi.c.
...
bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer positions.
(bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer positions.
2010-09-24 09:05:24 -04:00
Eli Zaretskii
145582a02c
Fix int/EMACS_INT use in buffer.c.
...
buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
(struct sortstrlist, overlay_str_len): Use EMACS_INT for string
length.
(advance_to_char_boundary, Fset_buffer_multibyte)
(overlays_at, overlays_in, mouse_face_overlay_overlaps)
(overlay_touches_p, record_overlay_string, overlay_strings)
(recenter_overlay_lists, fix_start_end_in_overlays)
(modify_overlay, Fmove_overlay, report_overlay_modification)
(evaporate_overlays): Use EMACS_INT for buffer positions.
lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
prototypes.
2010-09-24 08:45:09 -04:00
Eli Zaretskii
446470a9f7
Fix int/EMACS_INT in bidi.c.
...
dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer positions.
2010-09-24 08:05:24 -04:00
Eli Zaretskii
e6d4aefa01
Fix int/EMACS_INT usage in fns.c.
...
fns.c (Fcompare_strings, Fstring_lessp, concat)
(string_make_unibyte, Fstring_as_unibyte, Fsubstring)
(Fsubstring_no_properties, substring_both, Ffillarray)
(Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
(Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
(Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
(Fmd5): Use EMACS_INT for buffer and string positions and length
variables and arguments.
<struct textprop_rec>: Use EMACS_INT for positions.
lisp.h (substring_both): Adjust prototype.
2010-09-24 07:55:44 -04:00
Katsumi Yamaoka
5843126b45
Remove Emacs 21 stuff.
...
gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item and tool-bar-local-item-from-menu.
gnus-agent.el (gnus-agent-make-mode-line-string): Always use mode-line-highlight face for Emacs.
gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while loading gnus-sum.elc; don't autoload canlock-verify.
gnus-art.el (gnus-article-jump-to-part): Use read-number.
gnus-art.el (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove Emacs pre-21 compatible code for help-echo.
gnus-art.el (gnus-article-next-page-1): No need to adjust the number of lines.
gnus-art.el (gnus-article-describe-bindings): Always use help-buffer.
gnus-audio.el (gnus-audio-inline-sound): Comment fix.
gnus-cus.el (gnus-custom-mode): Comment fix.
gnus-group.el (gnus-group-update-tool-bar): Comment fix.
gnus-sum.el (gnus-remove-overlays): Doc fix.
gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21 compatible code.
2010-09-24 07:25:37 +00:00
Julien Danjou
3431395cd8
gnus-start.el (gnus-after-getting-new-news-hook): Add version tag.
2010-09-24 07:19:38 +00:00
Juanma Barranquero
eb65239679
Remove W32 API function pointer unused since 2005-02-15T23:19:26Z!jasonr@gnu.org.
...
* w32fns.c (clipboard_sequence_fn): Don't declare.
(globals_of_w32fns): Don't initialize it.
2010-09-24 05:35:55 +02:00
Juanma Barranquero
27ffea71fd
lisp/ChangeLog: Fix dates after merge.
2010-09-24 05:23:07 +02:00
Glenn Morris
5e339ee2a3
Move some autoloaded auto-mode-alist entries to files.el.
...
* image-mode.el, progmodes/compile.el, progmodes/gud.el:
* progmodes/mixal-mode.el, textmodes/bibtex-style.el:
* textmodes/css-mode.el, textmodes/dns-mode.el:
Move autoloaded auto-mode-alist entries to files.el.
* files.el (auto-mode-alist): Move entries here.
2010-09-23 20:06:33 -07:00
Glenn Morris
9a7cfdb82a
Comments.
2010-09-23 19:59:16 -07:00
Glenn Morris
18778f7168
* doc/misc/url.texi (Disk Caching): Tweak previous change.
2010-09-23 19:38:11 -07:00
Julien Danjou
9c766321bf
Minor url.texi update.
...
* doc/misc/url.texi (Disk Caching): Mention url-cache-expire-time,
url-cache-expired, and url-fetch-from-cache.
2010-09-23 19:34:56 -07:00
Chong Yidong
0a9f9d0660
Merge changes from emacs-23 branch.
2010-09-23 22:10:54 -04:00
Katsumi Yamaoka
d3361e620a
Merge changes made in Gnus trunk.
...
gnus-html.el (gnus-html-encode-url-chars): New function, that's an alias to browse-url-url-encode-chars if any.
nnir.el: Silence the byte compiler.
2010-09-24 00:38:10 +00:00
Gnus developers
b1ae92bae4
Merge changes made in Gnus trunk.
...
nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for the active.
Split -request-update-info into -request-marks and -update-info.
nnimap.el (nnimap-transform-headers): Don't bug out on invalid BODYSTRUCTUREs.
nnimap.el (nnimap-transform-headers): Unfold quoted {42} headers.
nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
nnimap.el (nnimap-stream): Add starttls support.
gnus-int.el (gnus-request-update-info): Protect against backends not having the function.
gnus-html.el (gnus-html-rescale-image): Revert change that uses window-inside-pixel-edges.
gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): Remove.
nnimap.el (nnimap-retrieve-headers): Return 'headers.
gnus-sum.el (gnus-summary-local-variables): Prepare for list/range makeover.
gnus-start.el: Add new variable gnus-use-backend-marks, and start reading marks again.
2010-09-23 23:14:02 +00:00
Lars Magne Ingebrigtsen
faf8b5bc19
Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
2010-09-23 22:57:48 +02:00
Lars Magne Ingebrigtsen
4028306292
Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
2010-09-23 22:16:55 +02:00
Lars Magne Ingebrigtsen
84c9ce0579
Clean up EMACS_INT/int usage in doc.c and doprnt.c.
2010-09-23 21:53:46 +02:00
Eli Zaretskii
fe3537c3a9
Fix last changes in editfns.c and intervals.c.
...
editfns.c (clip_to_bounds): Return an EMACS_INT value.
lisp.h (clip_to_bounds): Adjust prototype.
intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
2010-09-23 15:18:30 -04:00
Lars Magne Ingebrigtsen
0350982fc5
Fix EMACS_INT/int conversion errors in marker.c.
2010-09-23 21:12:18 +02:00
Chong Yidong
266a86bd7f
Merge changes from emacs-23 branch
2010-09-23 15:00:31 -04:00
Eli Zaretskii
6e48267a3d
Use EMACS_INT instead of EMACS_UINT in intervals.c.
...
The latter causes crashes, since LENGTH macro in intervals.h:114 has to be
able to return a negative number.
2010-09-23 14:54:49 -04:00
Chong Yidong
c50bd0d278
Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.
...
* intervals.c (traverse_intervals, rotate_right, rotate_left)
(split_interval_right, find_interval, next_interval)
(delete_node, delete_interval, interval_deletion_adjustment)
(adjust_intervals_for_deletion, merge_interval_right)
(merge_interval_left, graft_intervals_into_buffer)
(copy_intervals): Convert EMACS_UINTs to EMACS_INT.
* intervals.h (traverse_intervals): Update prototype.
2010-09-23 14:50:57 -04:00
Eli Zaretskii
caefdbe7dd
Fix src/ChangeLog of the last commit.
2010-09-23 14:37:54 -04:00
Eli Zaretskii
c098fdb898
Fix use of int instead of EMACS_INT in search.c and region-cache.c.
...
indent.c (compute_motion): Use EMACS_INT for arguments to
region_cache_forward.
region-cache.c (struct boundary, struct region_cache): Use
EMACS_INT for positions.
(find_cache_boundary, move_cache_gap, insert_cache_boundary)
(delete_cache_boundaries, set_cache_region)
(invalidate_region_cache, know_region_cache)
(region_cache_forward, region_cache_backward, pp_cache): Use
EMACS_INT for buffer positions.
region-cache.h (know_region_cache, invalidate_region_cache)
(region_cache_forward, region_cache_backward): Adjust prototypes.
search.c (string_match_1, fast_c_string_match_ignore_case)
(looking_at_1, scan_buffer, scan_newline)
(find_next_newline_no_quit, find_before_next_newline)
(search_command, trivial_regexp_p, search_buffer, simple_search)
(boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
and string positions and length.
lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
(find_before_next_newline): Adjust prototypes.
2010-09-23 14:35:11 -04:00
Eli Zaretskii
29cdc13ed6
Fix use of int instead of EMACS_INT in editfns.c.
...
editfns.c (transpose_markers, update_buffer_properties)
(buildmark, clip_to_bounds, Fgoto_char, overlays_around)
(get_pos_property, Fconstrain_to_field)
(Fline_beginning_position, Fline_end_position, Fprevious_char)
(Fchar_after, Fchar_before, Finsert_char)
(Finsert_buffer_substring, Fcompare_buffer_substrings)
(Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
EMACS_INT for buffer and string position variables.
lisp.h (clip_to_bounds): Adjust prototype.
2010-09-23 13:10:21 -04:00
Eli Zaretskii
e79123aa34
Fix uses of int instead of EMACS_INT in intervals.c.
...
intervals.c (traverse_intervals, rotate_right, rotate_left)
(balance_an_interval, split_interval_right, split_interval_left)
(find_interval, next_interval, update_interval)
(adjust_intervals_for_insertion, delete_node, delete_interval)
(interval_deletion_adjustment, adjust_intervals_for_deletion)
(offset_intervals, merge_interval_right, merge_interval_left)
(graft_intervals_into_buffer, adjust_for_invis_intang)
(move_if_not_intangible, get_local_map, copy_intervals)
(copy_intervals_to_string, compare_string_intervals)
(set_intervals_multibyte_1): Use EMACS_INT for buffer positions
and EMACS_UINT for interval tree size.
intervals.h (traverse_intervals, split_interval_right)
(split_interval_left, find_interval, offset_intervals)
(graft_intervals_into_buffer, copy_intervals)
(copy_intervals_to_string, move_if_not_intangible, get_local_map)
(update_interval): Adjust prototypes.
2010-09-23 11:46:54 -04:00
Eli Zaretskii
579c18d04a
Fix more uses of int instead of EMACS_INT.
...
xdisp.c (check_point_in_composition, reconsider_clip_changes):
Use EMACS_INT for buffer position variables and arguments.
composite.c (get_composition_id, find_composition)
(run_composition_function, compose_text)
(composition_gstring_width, autocmp_chars)
(composition_update_it, Ffind_composition_internal): Use EMACS_INT
for buffer positions and string length variables and arguments.
composite.h (get_composition_id, find_composition, compose_text)
(composition_gstring_width): Adjust prototypes.
editfns.c (Fformat): Use EMACS_INT for string size variables.
xdisp.c (store_mode_line_noprop, display_mode_element): Use
EMACS_INT for string positions.
intervals.c (get_property_and_range): Use EMACS_INT for buffer
position arguments.
intervals.h (get_property_and_range): Adjust prototype.
character.c (parse_str_as_multibyte, str_as_multibyte)
(parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
(string_count_byte8, string_escape_byte8, c_string_width)
(strwidth, lisp_string_width, multibyte_chars_in_text): Use
EMACS_INT for string length variables and arguments.
(string_escape_byte8): Protect against too long strings.
character.h (parse_str_as_multibyte, str_as_multibyte)
(parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
(c_string_width, strwidth, lisp_string_width): Adjust
prototypes.
lisp.h (check_point_in_composition): Adjust prototype.
2010-09-23 10:32:38 -04:00
Eli Zaretskii
1416246913
Fix some more uses of int instead of EMACS_INT.
...
font.c (font_intern_prop): Use EMACS_INT for string length
variables.
character.c (parse_str_as_multibyte, str_as_multibyte)
(parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
(string_count_byte8, string_escape_byte8): Use EMACS_INT for
string length arguments, variables, and return values.
character.h (parse_str_as_multibyte, str_as_multibyte)
(parse_str_to_multibyte, str_to_multibyte, str_as_unibyte): Adjust
prototypes.
fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
variables.
alloc.c <total_string_size>: Declare as EMACS_INT, not int.
(Fmake_string): Protect against too large strings.
(live_string_p, live_cons_p, live_symbol_p, live_float_p)
(live_misc_p): Use ptrdiff_t instead of int for pointer
differences.
(string_bytes, check_sblock, check_string_free_list)
(allocate_string_data, compact_small_strings, Fmake_string)
(Fmake_bool_vector, make_string, make_unibyte_string)
(make_multibyte_string, make_string_from_bytes)
(make_specified_string_string, Fmake_list, Fmake_vector): Use
EMACS_INT for string length variables and arguments.
(find_string_data_in_pure, make_pure_string, make_pure_c_string)
(Fpurecopy): Use EMACS_INT for string size.
(mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
for vector size.
lisp.h (make_string, make_unibyte_string, make_multibyte_string)
(make_string_from_bytes, make_specified_string_string)
(make_pure_string, string_bytes): Adjust prototypes.
2010-09-23 08:09:12 -04:00
Julien Danjou
7228f05690
gnus-group.el (gnus-group-update-hook): Add missing version.
...
gnus-group.el (gnus-group-highlight-line): Docstring fix.
nnimap.el (nnimap-stream): Fix docstring.
2010-09-23 07:59:12 +00:00
Glenn Morris
7a16788be4
Trivial bytecomp.el change.
...
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
(byte-compile-defvar, byte-compile-cl-warn):
Start warnings with lower-case, like the majority.
2010-09-23 00:55:01 -07:00
Glenn Morris
19543b17af
* lisp/files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2010-09-23 00:40:11 -07:00
Glenn Morris
54238e6d10
* lisp/files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
2010-09-23 00:34:40 -07:00
Glenn Morris
ce009d0b26
Define ld-script auto-mode-alist entries in the standard place.
...
* lisp/progmodes/ld-script.el (auto-mode-alist): Move to files.el.
* lisp/files.el (auto-mode-alist): Move ld-script entries here,
further down the list.
2010-09-23 00:26:10 -07:00
Glenn Morris
7b344dfef7
Cosmetic changes for add-log.el.
...
* lisp/vc/add-log.el: Don't require timezone when compiling.
(timezone-make-date-sortable): Autoload it.
(change-log-sortable-date-at): Don't require timezone.
Use `ignore-errors'.
2010-09-23 00:17:08 -07:00
Glenn Morris
d97034985a
Tiny comint.el change.
...
* lisp/comint.el (comint-use-prompt-regexp-instead-of-fields):
Move alias before definition, so it does not need autoloading.
2010-09-23 00:09:24 -07:00