1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00
Commit Graph

58359 Commits

Author SHA1 Message Date
Miles Bader
ead25b5cab Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS

2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
   gnus-add-minor-mode.
   (gnus-binary-mode): Ditto.

   * lisp/gnus/gnus-topic.el (gnus-topic-mode): Ditto.
2005-07-14 05:45:24 +00:00
Stefan Monnier
774784f6be (help-xref-interned): Undo last mistaken change. 2005-07-14 02:10:34 +00:00
Stefan Monnier
65dd627536 (help-xref-interned): Properly setup xref info. 2005-07-14 02:07:08 +00:00
Stefan Monnier
d4b4dfc6c2 Fix up commenting style. 2005-07-14 02:06:30 +00:00
Luc Teirlinck
c94112bff8 Whitespace changes. 2005-07-14 01:19:10 +00:00
Luc Teirlinck
f0856b6f49 (custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes. 2005-07-14 01:17:35 +00:00
Luc Teirlinck
d5b3141dac (Variable Definitions): Add `custom-initialize-safe-set' and
`custom-initialize-safe-default'.
`standard-value' is a list too.
(Defining New Types): Use @key{RET} instead of @key{ret}.
2005-07-14 01:07:23 +00:00
Luc Teirlinck
fd90b80c17 *** empty log message *** 2005-07-14 01:06:01 +00:00
Luc Teirlinck
a042b6ae07 (custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes. 2005-07-14 01:01:37 +00:00
Luc Teirlinck
947d4ae822 (blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
:init-value again.
2005-07-14 00:59:34 +00:00
Luc Teirlinck
dc86f0a908 (command-line): Use `custom-reevaluate-setting' again for tooltip-mode. 2005-07-14 00:57:45 +00:00
Luc Teirlinck
5fc5466286 (tooltip-mode): Use `custom-initialize-safe-default' and simplify
:init-value again.  Delete autoload.
2005-07-14 00:56:53 +00:00
Luc Teirlinck
c736d6cff6 (define-minor-mode): Do not override explicitly specified :initialize keyword. 2005-07-14 00:56:13 +00:00
Ken Raeburn
ec641d5056 Don't include des.h (or variants thereof); krb.h will do it.
(sendline): Add the \r\n to the line in a temporary buffer, and write it all at
once.
2005-07-13 21:47:54 +00:00
Stefan Monnier
2af9d87984 *** empty log message *** 2005-07-13 18:22:07 +00:00
Thien-Thi Nguyen
37aa90e519 (Translating Input): Fix typo. 2005-07-13 17:48:37 +00:00
Kim F. Storm
3e43ae87c4 (line-move-1): Undo rest of 2005-06-23 change. 2005-07-13 13:45:30 +00:00
Juanma Barranquero
a937cb3957 *** empty log message *** 2005-07-13 11:09:30 +00:00
Juanma Barranquero
f7285f0fe9 (winner-mode, winner-boring-buffers, winner-pending-undo-ring): Doc fixes.
(winner-ring): Remove unneeded `progn'.
(winner-equal): `defsubst' it.
(winner-redo): Fix message.
2005-07-13 11:03:18 +00:00
Juanma Barranquero
7f34d6d462 (whitespace-check-buffer-leading, whitespace-check-buffer-trailing,
whitespace-check-buffer-indent, whitespace-check-buffer-spacetab,
whitespace-check-buffer-ateol, whitespace-highlighted-space,
whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,
whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace,
whitespace-check-ateol-whitespace, whitespace-abort-on-error, whitespace-modes):
Fix typos in docstrings.
(defgroup, defcustom): Doc fix.
2005-07-13 10:32:08 +00:00
Kim F. Storm
6a8b26dcd5 (line-move-1): Always use vertical-motion to
do the last (or only) line move to ensure some movement.
Undo 2005-06-23 change--don't check for overlays.
2005-07-13 10:29:38 +00:00
Kim F. Storm
010b9a45b1 *** empty log message *** 2005-07-13 10:29:22 +00:00
Juanma Barranquero
539d773683 (my-mark-marker, allout-isearch-prior-pos, allout-unprotected,
allout-undo-aggregation, allout-snug-back, allout-post-command-business,
allout-flag-region, isearch-reenable-font-lock, allout-yank,
allout-insert-latex-header, allout-insert-latex-trailer,
allout-latex-verbatim-quote-curr-line, allout-latexify-exposed,
allout-latex-verb-quote): Fix typos in docstrings.
(allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
(allout-unprotected, allout-prefix-data): Improve argument/docstring
consistency.
(allout-chart-subtree): Fix argument spec.
(allout-open-topic): Rename `use_sib_bullet' argument to `use-sib-bullet'.
Doc fix.
2005-07-13 10:15:39 +00:00
Kim F. Storm
0163a0d503 (Fvertical_motion): If start position is on an image,
don't move back if we move too far (that's almost certain to happen).
2005-07-13 10:02:58 +00:00
Kim F. Storm
e0e9a80e8b * xdisp.c (start_display): Don't reseat to next visible line start
if current start position is in a string or image.
(move_it_vertically_backward): Be sure to move out of strings and
images when moving it2 forward.
(move_it_by_lines): When moving forward, move to next buffer
position if we end up in a string or image.  When moving backward,
count rows moved over when moving to start of current row in case
row starts in middle of a string or image.  Also move further
backward if we end up in a string or image.
(try_cursor_movement): if overlay string spans multiple lines,
move backward to set cursor on start of an overlay string.
(cursor_row_p): Row is ok if cursor is at newline from string, but
string starts on this line (so we always position cursor at start
of string).
2005-07-13 10:02:42 +00:00
Kim F. Storm
e3ea3a51e6 (cursor_row_fully_visible_p): Allow partially visible
row in minibuffer windows.
(try_window): Don't check margins in minibuffer windows.
2005-07-13 09:36:12 +00:00
Kim F. Storm
098e1273d8 *** empty log message *** 2005-07-13 09:35:20 +00:00
YAMAMOTO Mitsuharu
c229fb1566 *** empty log message *** 2005-07-13 09:13:35 +00:00
YAMAMOTO Mitsuharu
17d0f03b64 (try_font_list) [MAC_OS]: Try font family name
beginning with that for ASCII.
2005-07-13 09:13:19 +00:00
YAMAMOTO Mitsuharu
95dfb19275 Don't include stdlib.h or composite.h.
(x_use_underline_position_properties, last_mouse_press_frame)
(x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
(syms_of_macterm, mac_initialize): Don't initialize them.
(waiting_for_input, initial_argv, initial_argc)
(Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
(set_frame_menubar, path_from_vol_dir_name): Remove externs.
(extra_keyboard_modifiers): Fix type in extern.
(x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
(x_scroll_bar_report_motion): Add argument types to declaration.
(mac_compute_glyph_string_overhangs): Add declaration.
(disable_mouse_highlight): Remove unused variable.
[USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
(x_scroll_bar_handle_press, x_scroll_bar_handle_release)
(x_scroll_bar_handle_drag): Remove argument `timestamp'.  All
callers changed.
[USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
timestamp.
[USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
(x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
only when its width is less than the height.
(XTredeem_scroll_bar): Sync with xterm.c.
(font_name_table, font_name_table_size, font_name_count): Make
static.
(drag_and_drop_file_list): Remove variable.  Previous use is now
local to function.
(do_ae_open_documents): Move DRAG_N_DROP event construction part
from XTread_socket.
(XTread_socket): Consolidate setting of event timestamp.  Move
DRAG_N_DROP event construction part to do_ae_open_documents.
Support extra_keyboard_modifiers.
2005-07-13 09:12:59 +00:00
YAMAMOTO Mitsuharu
852f7e6b6a (ccl-encode-mac-roman-font, ccl-encode-mac-centraleurroman-font)
(ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
(ccl-encode-mac-dingbats-font): Remove check for ASCII.  Change
charset-id boundary of dimension to ?\xef.
(mac-char-fontspec-list): New constant.
(fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
argument.  Nil uses itself as family in font-spec.  Previous
behavior for nil is now provided by non-nil non-string argument.
All callers changed.  Add font-specs for Mac fonts to
"fontset-default" unless iso8859-1 fonts are installed.
2005-07-13 09:11:35 +00:00
Stefan Monnier
69d05d838f *** empty log message *** 2005-07-13 05:38:25 +00:00
Stefan Monnier
aa37e9e246 (gc_cons_threshold): Make it static. 2005-07-13 05:33:34 +00:00
Stefan Monnier
43afcf1762 (gc_cons_threshold): Remove declaration. 2005-07-13 05:32:52 +00:00
Stefan Monnier
856163dbe8 (Feval, Ffuncall): Use gc_cons_combined_threshold. 2005-07-13 05:31:35 +00:00
Stefan Monnier
2a7a50eaea (read_char): Use gc_cons_combined_threshold. 2005-07-13 05:30:56 +00:00
Stefan Monnier
a41abbf623 (gc_cons_combined_threshold): Declare. 2005-07-13 05:30:04 +00:00
Stefan Monnier
642cd12be9 (MAYBE_GC): Use gc_cons_combined_threshold. 2005-07-13 05:29:10 +00:00
Stefan Monnier
96f077ad71 (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
(Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
(syms_of_alloc): Declare gc-cons-percentage.
2005-07-13 05:28:37 +00:00
Stefan Monnier
090475f391 (sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.
(sh-get-indent-info): Simplify.
(sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.
2005-07-13 04:55:42 +00:00
Stefan Monnier
8a08764f7a (font-lock-fontify-keywords-region): Avoid inf-loops
when the matched text is empty.
2005-07-13 04:39:14 +00:00
Luc Teirlinck
f3eb269f58 *** empty log message *** 2005-07-12 23:29:29 +00:00
Richard M. Stallman
ce7830e529 *** empty log message *** 2005-07-12 22:19:42 +00:00
Richard M. Stallman
88e7212b38 Delete MH-E. 2005-07-12 22:19:00 +00:00
Richard M. Stallman
c730ba414d Delete find-func and flyspell. 2005-07-12 22:18:29 +00:00
Richard M. Stallman
92d7ad01f1 Fix word duplication. 2005-07-12 21:53:08 +00:00
Luc Teirlinck
185355ffc2 (command-line): Whitespace changes. 2005-07-12 20:30:04 +00:00
Luc Teirlinck
2d3683fada (command-line): Revert to previous handling of tooltip-mode.
Explain in comment why the complexity is needed.
2005-07-12 20:15:57 +00:00
Luc Teirlinck
2231b5c5f8 (tooltip-mode): Revert to previous implementation of its defcustom. 2005-07-12 20:14:40 +00:00
Luc Teirlinck
022034b72e (blink-cursor-mode): Revert to previous implementation of its defcustom.
Update.comment.
2005-07-12 20:13:23 +00:00