1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

63366 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
1007cd5f2b Remove eol whitespace; nfc. 2006-04-13 13:29:22 +00:00
Eli Zaretskii
cda4c00bef *** empty log message *** 2006-04-13 10:55:47 +00:00
Eli Zaretskii
bc5d1dfb83 (hack-one-local-variable-eval-safep): Recognize edebug-form-spec' for put',
but only if it passes `edebug-basic-spec'.  Generalize `put' handling.
2006-04-13 10:54:38 +00:00
Eli Zaretskii
65d04e7627 (edebug-basic-spec): New function for vetting file-local form specs. 2006-04-13 10:51:17 +00:00
Eli Zaretskii
b1a569b54f (allout-layout): Autoload its `safe-local-variable' property. 2006-04-13 10:44:37 +00:00
Eli Zaretskii
a261265692 (Fprin1_to_string): Mention in the `doc' that the behavior is modified by
`print-level' and `print-length'.
2006-04-13 10:36:25 +00:00
Carsten Dominik
03a078e073 Version number change. 2006-04-13 07:07:52 +00:00
Carsten Dominik
02d166dcbc (Updating settings): New section. 2006-04-13 07:07:05 +00:00
Carsten Dominik
8d2fb8296a *** empty log message *** 2006-04-13 07:06:55 +00:00
Carsten Dominik
a4b39e39ca (org-ctrl-c-ctrl-c): Improved documentation string.
(org-agenda-mouse-1-follows-link)
	(org-mouse-1-follows-link): New options.
	(org-format-agenda-item): Fixed bug if TAGS is nil.
	(org-agenda-get-scheduled): Quote `priority' symbol in plist.
2006-04-13 07:05:56 +00:00
Kenichi Handa
6e9715ae06 (setup_coding_system): If eol-type is not yet decided
and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
If coding_system is nil, return 0.
(code_convert_region1): Even if coding_system is nil, don't skip
conversion if system_eol_type is not LF.
(code_convert_string1): Likewise.
(code_convert_string_norecord): Likewise.
2006-04-13 06:47:18 +00:00
Kenichi Handa
73ec0f8900 (shrink_encoding_region): If eol_type is not yet decided and
system_eol_type is not LF, don't shrink.
2006-04-13 04:58:07 +00:00
Kenichi Handa
9642847f36 (encode_coding): If eol_type is not yet decided, use
system_eol_type.
2006-04-13 04:39:20 +00:00
Kenichi Handa
2b89a53fc4 (setup_coding_system): Fix previous change. 2006-04-13 04:25:44 +00:00
Nick Roberts
12c83f528c (gdb-set-gud-minor-mode-existing-buffers):
GDB 6.1+ gives full filename for "info sources" so use
file-name-nondirectory.
2006-04-13 01:38:24 +00:00
Nick Roberts
25acaa6c71 *** empty log message *** 2006-04-13 01:37:37 +00:00
Richard M. Stallman
a53fe666c2 (read_key_sequence): Explicitly avoid keybuf[-1]. 2006-04-13 01:25:52 +00:00
Nick Roberts
a526e8f579 (note_mouse_highlight): Add help echo for dragging vertical line. 2006-04-13 01:21:48 +00:00
Nick Roberts
5c24517a22 *** empty log message *** 2006-04-13 01:19:56 +00:00
Richard M. Stallman
9d1a8e5da1 (conv_lisp_to_sockaddr): Fix previous change. 2006-04-13 01:08:27 +00:00
Richard M. Stallman
97ee303a6b (time-stamp-format, time-stamp-line-limit)
(time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
(time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2006-04-13 00:31:32 +00:00
Bill Wohler
4f8ed159ea (Common Keywords): Move description of
customize-package-emacs-version-alist to @defvar.
2006-04-12 22:12:29 +00:00
Romain Francoise
7c447c3f8d (read-passwd): Bind `message-log-max' to nil. 2006-04-12 19:40:56 +00:00
Richard M. Stallman
d8523190ca Clean up previous change. 2006-04-12 19:32:07 +00:00
Romain Francoise
7e37cb6957 *** empty log message *** 2006-04-12 18:17:17 +00:00
Richard M. Stallman
27448380dc (Fprocess_send_eof): Abort if fail to open null device. 2006-04-12 15:01:37 +00:00
Richard M. Stallman
6bf890d76a (conv_lisp_to_sockaddr): If FAMILY unknown, just return. 2006-04-12 15:00:32 +00:00
Eli Zaretskii
0d8b7acbb3 (Regexp Backslash, Regexp Replace): Add index entries for ``back reference''
and mention the term itself in the text.
2006-04-12 13:40:23 +00:00
Reiner Steib
483b913a7b Remove duplicate entry from sync from Gnus:
2006-04-12  Kenichi Handa  <handa@m17n.org>
	* rfc2231.el [...]
2006-04-12 12:31:05 +00:00
YAMAMOTO Mitsuharu
190998d863 *** empty log message *** 2006-04-12 08:11:35 +00:00
YAMAMOTO Mitsuharu
27d744ae6c (Finternal_merge_in_global_face, try_font_list): Add
explicit braces to avoid ambiguous `else'.
2006-04-12 08:11:04 +00:00
YAMAMOTO Mitsuharu
f6645c84ed (get_glyph_string_clip_rects): Add parentheses around &&
within ||.  Add explicit braces to avoid ambiguous `else'.
(dump_glyph_row): Remove label for `inverse_p' from legend.
2006-04-12 08:10:33 +00:00
YAMAMOTO Mitsuharu
7f900522c4 Include config.h before using HAVE_MALLOC_MALLOC_H.
(malloc, realloc, free): Add undefs.
(read_load_commands): Remove unused variable `n' and `j'.
(copy_data_segment): Remove unused variable `r'.
2006-04-12 08:10:07 +00:00
YAMAMOTO Mitsuharu
5eabdcc1a2 (x_set_mouse_position, x_set_mouse_pixel_position)
(x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
(x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
(do_menu_choice, have_menus_p, x_real_positions)
(x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
(x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
(free_frame_menubar): Add externs.
2006-04-12 08:09:44 +00:00
YAMAMOTO Mitsuharu
f93e4d4f49 Don't include gnu.h.
(x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
(x_sync): Move to macfns.c.
[USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
variable `mask_bits'.
(mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
(x_draw_image_glyph_string): Remove unused variable `pixmap'.
(x_mac_to_emacs_modifiers): Remove function.
(XTset_vertical_scroll_bar, mac_handle_visibility_change)
(x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
Add explicit braces to avoid ambiguous `else'.
(x_make_frame_visible): Remove unused variables `type',
`original_top', and `original_left'.
(mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
(x_load_font): Remove unused variables `full_name', and `value'.
(do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
Remove functions.
(do_zoom_window): Reorganize variables with respect to conditionals.
(init_command_handler): Remove unused variable `err'.
[MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
2006-04-12 08:09:24 +00:00
YAMAMOTO Mitsuharu
961bf5901f (get_flavor_type_from_symbol): Remove unused variable `val'.
(get_scrap_private_timestamp, x_get_foreign_selection)
(copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
(Fmac_process_deferred_apple_events): Remove unused variables
`keyword', `reply', `apple_event', `count', and `err'.
2006-04-12 08:08:30 +00:00
YAMAMOTO Mitsuharu
3e7f257019 (min_menu_id): Make element type explicit. 2006-04-12 08:07:48 +00:00
YAMAMOTO Mitsuharu
28a11ed69d (x_to_mac_color): Remove unused variable `tail'.
(x_set_mouse_color): Remove unused variable `dpy'.
(Fx_create_frame): Remove unused variable `x_frame_count'.
(Fx_server_version): Add explicit braces to avoid ambiguous `else'.
(x_sync): Move from macterm.c.
(Fx_file_dialog): Remove unused variable `default_filter_index'.
2006-04-12 08:07:32 +00:00
YAMAMOTO Mitsuharu
1fcd1370e2 (init_process): Remove undef.
(select) [MAC_OSX]: Undefine before including sysselect.h.
(posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
Remove functions and prototypes.
(parse_value): Add parentheses around + inside shift.
(path_from_vol_dir_name): Make static.
(get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
[!MAC_OSX] (get_path_to_system_folder): Likewise.
(Fmac_get_file_creator, Fmac_get_file_type): Remove unused
variable `cCode'.
(Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
(Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
2006-04-12 08:06:59 +00:00
YAMAMOTO Mitsuharu
4f48f1abea (syms_of_fontset, Fset_fontset_font): Put extern and
EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
(syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
Put externs in #ifdef HAVE_X_WINDOWS.
(syms_of_macfns, syms_of_macselect, syms_of_macterm)
(syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
(init_mac_osx_environment) [MAC_OSX]: Add extern.
2006-04-12 08:06:25 +00:00
YAMAMOTO Mitsuharu
9db94f8296 [MAC_OS] (xpm_load_image): Add parentheses around
assignment used as truth value.  Add explicit braces to avoid
ambiguous `else'.
[MAC_OS] (gif_load): Remove unused variable `gcpro1'.
2006-04-12 08:05:52 +00:00
YAMAMOTO Mitsuharu
3df07ecd20 [HAVE_MENUS && MAC_OS]: Include macterm.h. 2006-04-12 08:05:07 +00:00
YAMAMOTO Mitsuharu
6ec6619ae8 (pid_t): Define to int. 2006-04-12 08:04:08 +00:00
Kenichi Handa
94c3a9d897 *** empty log message *** 2006-04-12 07:26:42 +00:00
Kenichi Handa
07a7cdcb35 Copyright updated. 2006-04-12 07:19:52 +00:00
Kenichi Handa
9f4f9273bc (C-SPC fails ...): Explicitly say fcitx in the header. 2006-04-12 06:53:43 +00:00
Jan Djärv
00d70d574c * dispnew.c (init_display): Don't init X display if the user asked
for a non-X display.
2006-04-12 06:23:12 +00:00
Kenichi Handa
957b3c5f2f (setup_coding_system): Use system_eol_type for default
coding->eol_type.
2006-04-12 05:48:37 +00:00
Miles Bader
163cb72dcb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-214
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 83)

   - Update from CVS
2006-04-12 05:23:27 +00:00
Stefan Monnier
16a3b9b72c (perl-indent-new-calculate): Recompute parse-start after jumping backward by
a whole sexp.
2006-04-12 05:11:12 +00:00