Juanma Barranquero
f38cec78b6
(tar-subfile-save-buffer): Use insert-buffer-substring', not
insert-buffer'.
2005-07-18 10:46:17 +00:00
Juanma Barranquero
88cb5d3ce6
(dired-log): Use insert-buffer-substring', not
insert-buffer'.
2005-07-18 10:24:58 +00:00
Juanma Barranquero
26cf3f33ec
(array-mode, array-reconfigure-rows, untabify-backward): Fix typos in
...
docstrings.
(array-reconfigure-rows): Use `insert-buffer-substring', not `insert-buffer'.
2005-07-18 09:35:43 +00:00
Juanma Barranquero
635ca79601
(allout-resolve-xref): Fix typos in error strings.
...
(allout-before-change-protect): Remove unneeded `concat'.
2005-07-18 09:03:05 +00:00
YAMAMOTO Mitsuharu
d005338b2a
[MAC_OS] (XCreateGC): Remove extern.
2005-07-18 05:42:23 +00:00
YAMAMOTO Mitsuharu
e81a5b61b1
(struct mac_display_info): Change types of scratch_cursor_gc
...
black_relief.gc, and white_relief.gc to GC.
(XCreateGC, XParseGeometry): Move externs from macgui.h.
2005-07-18 05:41:03 +00:00
YAMAMOTO Mitsuharu
e4f5e01926
(x_bitmap_icon, x_make_frame_visible): Remove declarations.
...
(XSetFont): Add declaration.
(mac_set_forecolor, mac_set_backcolor, mac_set_colors): Remove
functions.
(GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC): New
defines.
(XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
(mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
(mac_draw_rectangle, mac_draw_string_common, mac_scroll_area): Use
them.
(mac_erase_rectangle): New function.
(XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
(x_draw_stretch_glyph_string): Use it.
(XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
(XSetBackground, XSetFont): Adjust for new GC implementation.
(x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
(XTset_vertical_scroll_bar): Clear area under scroll bar.
2005-07-18 05:40:30 +00:00
YAMAMOTO Mitsuharu
623cc1d8d7
(struct _XGC): New struct.
...
(GC): Use it.
(GCForeground, GCBackground, GCFont): Use X11 mask values.
(XCreateGC, XParseGeometry): Move externs to macterm.h.
2005-07-18 05:39:27 +00:00
YAMAMOTO Mitsuharu
88ad5ea792
(x_set_cursor_color): Use XSetBackground and XSetForeground.
2005-07-18 05:38:38 +00:00
Kim F. Storm
c5fb0bd65e
*** empty log message ***
2005-07-17 22:27:29 +00:00
Richard M. Stallman
7ce1c508f2
(Creating Frames): Fix foreground color example.
2005-07-17 19:50:08 +00:00
Richard M. Stallman
2059927bff
(Init Examples): Clean up text about conditionals.
2005-07-17 19:47:56 +00:00
Simon Josefsson
e81c51f0b2
(smtpmail-auth-supported): Prefer PLAIN over LOGIN.
2005-07-17 07:44:34 +00:00
Simon Josefsson
4effb11216
(smtpmail-auth-supported): Added the 'plain auth method
...
(smtpmail-try-auth-methods): added the AUTH PLAIN dialog
2005-07-17 07:43:29 +00:00
Richard M. Stallman
9b0c2c5620
*** empty log message ***
2005-07-17 03:47:36 +00:00
Richard M. Stallman
a625ee20c8
(Fmake_overlay): Doc fix.
2005-07-17 03:47:19 +00:00
Richard M. Stallman
f209d77de5
(Managing Overlays): Clarify make-overlay args for insertion types.
2005-07-17 03:45:41 +00:00
Kim F. Storm
f64d5328aa
*** empty log message ***
2005-07-17 00:42:25 +00:00
Kim F. Storm
76ce3ae6eb
(dired-other-window): Put ido property on dired-other-window.
2005-07-17 00:32:57 +00:00
Kim F. Storm
4f8efafc72
*** empty log message ***
2005-07-17 00:32:45 +00:00
Juanma Barranquero
e41acc77b8
(def-edebug-form-spec): Add obsolescence info and delete redundant message. Doc
...
fix.
(edebug-install-custom-print-funcs, edebug-reset-print-funcs,
edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
2005-07-16 21:20:32 +00:00
Juanma Barranquero
b2e948ee15
(byte-compile-maybe-guarded): Fix typo in docstring.
...
(byte-compile-interactive-only-functions): Add `insert-buffer' and
`insert-file-literally'.
2005-07-16 21:17:10 +00:00
Richard M. Stallman
dc9c856d4f
(find-gc-subrs-callers): Renamed from find-gc-subrs-used.
...
(find-gc-subrs-called): Renamed from subrs-called, and defvar'd.
2005-07-16 19:21:10 +00:00
Richard M. Stallman
4185451dc7
(allout-isearch-did-quit): Variable deleted.
...
(allout-real-isearch-abort): Function name no longer used.
(allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
(allout-isearch-rectification): isearch-mode always exists.
Don't set allout-isearch-did-quit.
(allout-isearch-expose): Check isearch-mode-end-hook-error, not
allout-isearch-did-quit.
(allout-enwrap-isearch): Just add the hook.
(allout-isearch-abort): Function deleted.
(allout-pre-command-business): Avoid warning.
2005-07-16 19:15:35 +00:00
Richard M. Stallman
87e9767365
(isearch-mode-end-hook-quit): New variable.
...
(isearch-done): Bind it.
(isearch-mode-end-hook): Doc fix.
2005-07-16 19:13:30 +00:00
Richard M. Stallman
ad50a502a1
(byte-compile-maybe-guarded): Doc fix.
2005-07-16 19:04:57 +00:00
Richard M. Stallman
ca73a5b441
(pascal-outline-map): Use fboundp, not boundp. Correctly avoid warnings.
...
(pascal-outline): Likewise.
2005-07-16 18:45:25 +00:00
Richard M. Stallman
2c94857186
(f90-abbrev-start): Avoid warning.
2005-07-16 18:42:26 +00:00
Richard M. Stallman
434fc2d3ee
(asm-comment): Use with-no-warnings.
2005-07-16 18:41:15 +00:00
Richard M. Stallman
300f994a93
(byte-compile-if): Guard the else-clause too.
2005-07-16 18:39:14 +00:00
Richard M. Stallman
2b632b1668
(tetris-mode): Avoid warning.
2005-07-16 18:38:33 +00:00
Richard M. Stallman
2f4fbe7a92
(snake-mode): Avoid warning.
2005-07-16 18:35:08 +00:00
Richard M. Stallman
bf7f684c17
(gamegrid-shared-game-dir): Add defvar.
...
(gamegrid-set-display-table): Avoid warning.
(gamegrid-set-timer): Likewise.
(gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
(gamegrid-add-score-with-update-game-score-1): Take FILE as argument.
(gamegrid-add-score-with-update-game-score): Pass that argument.
Rename have-shared-game-dir to gamegrid-shared-game-dir.
2005-07-16 18:34:22 +00:00
Richard M. Stallman
83b0af6e4f
(byte-compile-or-recursion): New function.
...
(byte-compile-or): Use that.
(byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
2005-07-16 18:27:25 +00:00
Richard M. Stallman
5ba583d104
(eudc-hotlist-mode): Avoid warnings.
2005-07-16 18:10:43 +00:00
Richard M. Stallman
8d25cef7cc
(eudc-jump-to-event): Avoid warning.
...
(eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
2005-07-16 18:07:59 +00:00
Richard M. Stallman
3892610361
(uce-reply-to-uce): Replace beginning-of-buffer and insert-file.
2005-07-16 18:05:23 +00:00
Richard M. Stallman
8877fa6fb3
(byte-compile-and-recursion): New function.
...
(byte-compile-and): Use byte-compile-and-recursion.
2005-07-16 18:02:07 +00:00
Richard M. Stallman
3c54e8f136
(eshell-rebind-keys-alist): Add defvar.
...
(eshell-hist-initialize): Use that var the natural way.
2005-07-16 17:42:49 +00:00
Richard M. Stallman
b674ceaf81
(viper-activate-input-method): Avoid warning.
2005-07-16 17:39:49 +00:00
Richard M. Stallman
5834812aad
(reb-cook-regexp): Avoid warning calling lre-compile-string.
...
(reb-color-display-p): Avoid warning.
2005-07-16 17:35:09 +00:00
Richard M. Stallman
d88757d61b
(calculator-last-input): Guard uses of event-key and key-press-event-p.
...
(event-key, key-press-event-p): Delete definitions.
2005-07-16 17:31:53 +00:00
Richard M. Stallman
b63ecadb4c
(find-gc-unsafe-list, find-gc-source-directory, find-gc-subrs-used)
...
(find-gc-noreturn-list, find-gc-source-files):
Vars renamed and defvar'd.
2005-07-16 17:24:40 +00:00
Richard M. Stallman
b372cfa997
(checkdoc-make-overlay, checkdoc-overlay-put, checkdoc-delete-overlay)
...
(checkdoc-overlay-start, checkdoc-overlay-end)
(checkdoc-mode-line-update, checkdoc-char=):
Define such that compiler knows they are defined.
(checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
(checkdoc-read-event): Deleted. Use read-event directly.
2005-07-16 17:16:57 +00:00
Richard M. Stallman
9d8f0a3cbf
(whitespace-make-overlay)
...
(whitespace-overlay-put, whitespace-delete-overlay)
(whitespace-overlay-start, whitespace-overlay-end):
Define such that compiler knows they are defined.
(whitespace): Move conditional inside.
2005-07-16 17:10:58 +00:00
Richard M. Stallman
7e3db69c11
(tempo-insert-template): Suppress warning.
2005-07-16 17:06:34 +00:00
Richard M. Stallman
1a24f45ad4
(longlines-mode): Add defvar.
2005-07-16 16:58:43 +00:00
Richard M. Stallman
8db30414b1
(Completion Commands): Fix command name for ?.
2005-07-16 15:59:09 +00:00
Eli Zaretskii
9ebc3953c9
*** empty log message ***
2005-07-16 12:37:28 +00:00
Eli Zaretskii
a27014fc32
Finish config.log with a line that indicates that the configure step
...
was successful.
2005-07-16 12:37:06 +00:00