1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
Commit Graph

58829 Commits

Author SHA1 Message Date
Richard M. Stallman
69517e25dc (grep-error-face): Use font-lock-keyword-face
(grep-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.
2005-07-23 22:13:54 +00:00
Richard M. Stallman
3bec7ffe70 (compilation-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.
2005-07-23 22:11:30 +00:00
Richard M. Stallman
bf0bf758f6 (syms_of_insdel): staticpro combine_after_change_buffer. 2005-07-23 19:15:47 +00:00
Richard M. Stallman
3414f2d82b (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one. 2005-07-23 19:14:59 +00:00
Richard M. Stallman
c8e16a028e (read_char): Test gc_cons_threshold.
(syms_of_keyboard): staticpro Qecho_area_clear_hook.
2005-07-23 19:09:50 +00:00
Richard M. Stallman
8f6bda75fb (Feval, Ffuncall): Test gc_cons_threshold and
gc_relative_threshold, one by one.
2005-07-23 19:09:09 +00:00
Richard M. Stallman
9bd32d8c95 (gc_cons_threshold, gc_relative_threshold): Declared.
(gc_cons_combined_threshold): Declaration deleted.
2005-07-23 19:08:32 +00:00
Richard M. Stallman
974aae61bb (gc_cons_threshold): Not static.
(gc_cons_combined_threshold): Var deleted.
(gc_relative_threshold): New variable.
(Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
instead of gc_cons_combined_threshold.
2005-07-23 19:08:06 +00:00
Eli Zaretskii
ba6ebbd500 (Autoload): Make the `doctor' example be consistent
with what's in current loaddefs.el.  Describe the "fn" magic in
the usage portion of the doc string.
2005-07-23 10:22:44 +00:00
YAMAMOTO Mitsuharu
99f963e4ea (Fx_own_selection_internal): Follow error conventions.
(Fx_get_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Doc fixes.  (syms_of_macselect)
<selection-converter-alist>: Likewise.
2005-07-23 07:50:27 +00:00
YAMAMOTO Mitsuharu
50971a123a (Fx_popup_menu, Fx_popup_menu): Doc fixes. 2005-07-23 07:48:26 +00:00
YAMAMOTO Mitsuharu
b8ab86c320 Don't include stdlib.h or string.h. Include atimer.h.
(gray_width, gray_height): Remove defines.
(gray_bits, gray_bitmap_width, gray_bitmap_height)
(gray_bitmap_bits): Remove variables.
(lispy_function_keys): Remove extern.
(free_frame_menubar): Add extern.
(x_window_to_frame): Remove function.
(unwind_create_tip_frame): Add declaration.
(x_set_name_internal): New function.
(x_set_name, x_set_title): Use it.
(Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_planes)
(Fx_display_color_cells, Fx_server_max_request_size)
(Fx_server_vendor, Fx_server_version, Fx_display_screens)
(Fx_display_mm_height, Fx_display_mm_width)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
2005-07-23 07:48:10 +00:00
YAMAMOTO Mitsuharu
fc3216cb11 Don't include stdlib.h or string.h.
(Fdo_applescript, Fmac_file_name_to_posix)
(Fmac_file_name_to_posix): Doc fixes.
[TARGET_API_MAC_CARBON] (Fmac_get_preference)
(Fmac_code_convert_string): Likewise.
[MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
if the executable is not contained in a bundle.
2005-07-23 07:47:51 +00:00
Richard M. Stallman
6696f2a495 (Garbage Collection): Clarify previous change. 2005-07-22 22:58:30 +00:00
Juri Linkov
1050234a98 *** empty log message *** 2005-07-22 18:53:02 +00:00
Juri Linkov
ba698f3b64 (tempo-insert-template): Fix 2005-07-16 change. 2005-07-22 18:44:45 +00:00
Juri Linkov
93bb512f12 (normal-splash-screen): Update menu name. 2005-07-22 18:44:04 +00:00
Juri Linkov
f9872a6bb3 (line-move-1): Fix comments. 2005-07-22 18:43:24 +00:00
Dan Nicolaescu
6a55dae262 Load term/rxvt if the terminal is actually an
rxvt terminal.
(xterm-rxvt-set-background-mode): Remove, not used anymore.
2005-07-22 18:40:15 +00:00
Dan Nicolaescu
19292318e8 * term/rxvt.el (function-key-map): Use substitute-key-definition
to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.

* term/cygwin.el: New file.
2005-07-22 17:11:04 +00:00
Sam Steingold
290e47075b typo 2005-07-22 14:22:02 +00:00
Kim F. Storm
eab4879567 (insert-image-file, image-file-yank-handler): Fix
last change to maintain a (unique) yank-handler on yanked images.
2005-07-22 13:11:34 +00:00
Kim F. Storm
80362dd2c0 *** empty log message *** 2005-07-22 13:02:19 +00:00
Eli Zaretskii
4be2783999 *** empty log message *** 2005-07-22 10:00:09 +00:00
Eli Zaretskii
7dc24a368c (Quoted File Names): Add index entry. 2005-07-22 09:59:41 +00:00
Eli Zaretskii
09b0b7b388 (dired-move-to-filename-regexp): Recognize the B suffix
of the file size (as in "177B" for 177 bytes).  This happens with
"ls -lh" on FreeBSD.
2005-07-22 09:54:45 +00:00
Miles Bader
7929f858f8 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-492
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 92-94)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

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

   * lisp/gnus/gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
   (gnus-article-next-page-1): Use gnus-beginning-of-window.
   (gnus-article-prev-page): Ditto.

   * lisp/gnus/gnus-util.el (gnus-beginning-of-window): New function.
   (gnus-end-of-window): New function.
2005-07-22 08:22:41 +00:00
Juanma Barranquero
3dd89635ee *** empty log message *** 2005-07-22 02:27:10 +00:00
Juanma Barranquero
2c470dc3b3 (highlight-changes-global-initial-state, highlight-compare-buffers,
hilit-chg-turn-on-maybe, hilit-chg-fixup, highlight-changes-mode):
Fix typos in docstrings.
(highlight-changes-global-modes, highlight-changes-rotate-faces): Doc fixes.
2005-07-22 02:20:29 +00:00
Luc Teirlinck
f4cb1d8cae (define-minor-mode): Never call the mode function using `eval-after-load'. 2005-07-22 01:26:03 +00:00
Luc Teirlinck
8a469c7726 *** empty log message *** 2005-07-22 01:22:49 +00:00
Stefan Monnier
7573397b97 (mm-uu-copy-to-buffer): Use with-current-buffer. 2005-07-21 19:08:48 +00:00
Stefan Monnier
af5e96cdb4 (mml-minibuffer-read-disposition): Don't use inline by default
for text/rtf.  Display default in prompt.  Pass default for M-n.
2005-07-21 19:08:30 +00:00
Stefan Monnier
dd44836c98 Add gc-cons-percentage. 2005-07-21 19:03:30 +00:00
Stefan Monnier
0c17e67cf2 (Garbage Collection): Add gc-cons-percentage. 2005-07-21 19:03:13 +00:00
Juanma Barranquero
1d256714e5 (Finternal_lisp_face_p): Doc fix. 2005-07-21 16:38:17 +00:00
Juanma Barranquero
c10ce82e3c (Fset_window_margins, Fset_window_fringes):
Improve argument/docstring consistency.
2005-07-21 16:34:51 +00:00
Juanma Barranquero
a41292c235 (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes. 2005-07-21 16:32:33 +00:00
Juanma Barranquero
eb7c9b64b7 (Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings. 2005-07-21 16:30:50 +00:00
Juanma Barranquero
d562f8abe7 (Fcompose_region_internal, Fcompose_string_internal):
Improve argument/docstring consistency.
2005-07-21 16:28:00 +00:00
Juanma Barranquero
2a0bd758b7 (Fregister_ccl_program): Fix typos in docstring.
(Fccl_execute_on_string): Likewise; add usage info.
2005-07-21 16:25:59 +00:00
Juanma Barranquero
b8dc613f45 (syms_of_buffer) <cursor-type>: Doc fix. 2005-07-21 16:06:33 +00:00
Juanma Barranquero
d6ff789ca7 (comint-use-prompt-regexp, comint-send-input, comint-source-default,
comint-extract-string, comint-get-source, comint-word, comint-completion,
comint-source, comint-prompt-read-only, comint-update-fence):
Fix typos in docstrings.
(comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
Declare with define-obsolete-*-alias macros.
(comint-previous-matching-input-from-input,
comint-next-matching-input-from-input, comint-previous-matching-input,
comint-next-matching-input, comint-forward-matching-input):
Improve argument/docstring consistency.
2005-07-21 15:13:47 +00:00
Andreas Schwab
538f78c3a8 (restore_stack_limits): Return a value. 2005-07-21 15:03:51 +00:00
Juanma Barranquero
4880a2744a (desktop-clear-preserve-buffers-regexp): Also preserve the *server* buffer. 2005-07-21 11:50:38 +00:00
Juanma Barranquero
00d00aa9ea (widget-default-create, widget-after-change, widget-default-format-handler,
widget-checklist-add-item, widget-radio-add-item, widget-choose,
widget-specify-secret, widget-field-value-create, widget-field-value-get,
widget-editable-list-format-handler, widget-editable-list-entry-create,
widget-group-value-create, widget-documentation-link-add,
widget-documentation-string-value-create): "?\ " -> "?\s".
(widget-convert-text): Doc fix.
(widget-narrow-to-field, widget-field-find, widget-url-link-action,
widget-emacs-library-link-action, widget-color-notify): Fix typos in docstrings.
2005-07-21 11:41:54 +00:00
Juanma Barranquero
5a7383fda0 (vcursor-other-window, vcursor-bind-keys, vcursor-key-bindings,
vcursor-use-vcursor-map, vcursor-find-window, vcursor-scroll-down,
vcursor-disable, vcursor-beginning-of-buffer, vcursor-end-of-buffer):
Fix typos in docstrings.
(vcursor-relative-move, vcursor-get-char-count): Improve argument/docstring
consistency.
2005-07-21 11:09:11 +00:00
Juanma Barranquero
551ea1bdb9 (w32-shell-name): Use `bound-and-true-p'.
(x-select-text, set-w32-system-coding-system, w32-add-charset-info):
Fix typos in docstrings.
2005-07-21 10:51:10 +00:00
Juanma Barranquero
7d52483fd3 "?\ " -> "?\s". 2005-07-21 10:38:01 +00:00
Juanma Barranquero
09066a607b (tempo-insert-prompt, tempo-interactive, tempo-show-completion-buffer,
tempo-tags, tempo-match-finder, tempo-insert-string-functions, tempo-local-tags,
tempo-define-template, tempo-insert-template, tempo-insert-prompt-compat,
tempo-is-user-element, tempo-insert-mark, tempo-find-match-string,
tempo-complete-tag): Fix typos in docstrings.
2005-07-21 10:33:36 +00:00