Eli Zaretskii
6d35b49fdb
Mark list-charset-chars as documented in the manual.
2000-08-22 08:38:57 +00:00
Eli Zaretskii
2565a55e97
Document list-charset-chars.
2000-08-22 08:36:51 +00:00
Eli Zaretskii
beb2eb004e
Mark the operation of chosing safe coding system as explained
...
in the manual.
2000-08-22 08:30:39 +00:00
Eli Zaretskii
2a8868924d
Document the way Emacs prompts for a safe coding system when the
...
buffer is saved.
2000-08-22 08:28:59 +00:00
Eli Zaretskii
db7a3ede99
Mark inhibit-iso-escape-detection as updated in the manual.
2000-08-22 08:03:22 +00:00
Eli Zaretskii
ff33264718
Mark timeclock.el as being described in the manual.
2000-08-22 06:08:26 +00:00
Stefan Monnier
ebf96bfa84
*** empty log message ***
2000-08-21 22:46:59 +00:00
Gerd Moellmann
acb7cc8983
(find_field): Formatting changes.
...
(toplevel): Some old-style function forward declarations
changed to prototypes, some new protypes added, some functions
made static.
2000-08-21 19:48:17 +00:00
Gerd Moellmann
9a4f9d3026
(set_time_zone_rule): Add prototype.
...
(use_dialog_box): External declaration.
2000-08-21 19:47:02 +00:00
Gerd Moellmann
0bbfdc25a0
(gen_help_event): Add parameter SIZE.
...
(kbd_buffer_events_waiting): Slightly rewritten.
(clear_event): New function.
(kbd_buffer_get_event): Use it, and clear the input_events of
HELP_EVENTs.
(init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
don't fill the newly created array with nils.
(toplevel): Convert some old-style function forward declarations
to prototypes.
2000-08-21 18:59:19 +00:00
Gerd Moellmann
2ed8e984db
(gen_help_event): Change prototype.
2000-08-21 18:58:30 +00:00
Gerd Moellmann
5ab2570dea
(XTread_socket): Change calls to gen_help_event.
2000-08-21 18:58:17 +00:00
Gerd Moellmann
b41653141d
(w32_read_socket): Change calls to gen_help_event.
2000-08-21 18:57:13 +00:00
Gerd Moellmann
7a912f6340
*** empty log message ***
2000-08-21 15:33:16 +00:00
Gerd Moellmann
c6a117f07b
(server-kill-new-buffers): New user option.
...
(server-existing-buffer): New buffer-local variable.
(server-visit-files): When using an existing buffer, set
server-existing-buffer to t.
(server-buffer-done): If server-kill-new-buffers is t, kill the
buffer, unless it was already present before visiting it with
Emacs server.
2000-08-21 15:26:01 +00:00
Dave Love
424d8b4451
*** empty log message ***
2000-08-21 14:45:04 +00:00
Eli Zaretskii
240301df36
(Man-init-defvars): Don't reset Man-fontify-manpage-flag,
...
even if the display doesn't support colors: some displays will
support bold/underline faces.
2000-08-21 14:18:32 +00:00
Gerd Moellmann
6917e6bbc9
*** empty log message ***
2000-08-21 11:44:42 +00:00
Gerd Moellmann
5f78ea2720
Renamed from refcard-pl.ps.
2000-08-21 11:43:25 +00:00
Gerd Moellmann
01407fb642
Renamed from refcard-pl.tex.
2000-08-21 11:42:52 +00:00
Gerd Moellmann
37acc9fbe0
Renamed from refcard-de.ps.
2000-08-21 11:42:32 +00:00
Gerd Moellmann
5965d96ce1
Renamed form refcard-de.tex.
2000-08-21 11:42:09 +00:00
Gerd Moellmann
80c05374a4
(Fmacroexpand): Doc fix.
2000-08-21 11:39:17 +00:00
Gerd Moellmann
f15e298c4a
(cl-macroexpand): Doc fix.
2000-08-21 11:38:26 +00:00
Gerd Moellmann
cbcef616a3
*** empty log message ***
2000-08-21 09:56:52 +00:00
Gerd Moellmann
42bb6910db
(command-line): If user's init file had an error,
...
add explanatory text to *Messages*.
2000-08-21 09:56:32 +00:00
Kenichi Handa
8629358381
(Man-getpage-in-background): Decode the process output by the system
...
locale coding system.
2000-08-21 01:39:45 +00:00
Kenichi Handa
6922b01802
*** empty log message ***
2000-08-21 01:39:25 +00:00
Kenichi Handa
25a6fab1d1
*** empty log message ***
2000-08-21 01:19:23 +00:00
Dave Love
26064e9b16
(Mail Methods): xref MH, Message.
2000-08-20 22:35:49 +00:00
Dave Love
96ab635145
*** empty log message ***
2000-08-20 22:22:29 +00:00
Jason Rumney
e5cd3d111a
(keymap_panes): Pass the keymap's prompt as the pane name to
...
single_keymap_panes.
(w32_menu_show): Set wv->title when dealing with titles.
(w32_menu_display_help): Call show_help_echo with OBJECT and POS.
2000-08-20 21:14:08 +00:00
Jason Rumney
158cba563f
(help_echo_window): New variable.
...
(syms_of_w32term): staticpro it.
(note_mode_line_highlight): Set it.
(XTextExtents16): Removed as there is no equivalent on W32.
(x_compute_glyph_string_overhangs): Incomplete body removed, as
the X way of doing this will not work for W32.
(w32_intersect_rectangles): Removed. Use IntersectRect API call.
(x_draw_image_foreground): Avoid drawing outside of the clip area
when image doesn't have a mask.
(note_mouse_highlight): Process overlays in the right order of
priority. Set help_echo_window.
(x_draw_bar_cursor): If cursor is on an image, draw a box cursor
because that's more visible for large images.
2000-08-20 21:08:43 +00:00
Jason Rumney
5a7ab57adc
(x_display_info_for_display): Remove as this function does not exist on W32.
2000-08-20 20:47:43 +00:00
Dave Love
c016c701e0
(Sending Mail): Mention EUDC.
2000-08-20 19:20:00 +00:00
Dave Love
dcd465573f
(Fread): Doc fix.
2000-08-20 19:06:50 +00:00
Dave Love
dc96827f12
C-x 5 1
2000-08-20 18:58:55 +00:00
Dave Love
e8efaf39f2
aset change.
2000-08-20 18:39:20 +00:00
Dave Love
7fdbdbeadb
(widget-choose, widget-choice-mouse-down-action):
...
Don't test x-popup-menu.
(function) <complete-function>: Complete only fbound symbols.
<validate, value>: New.
(variable) <complete-function>: Complete only bound symbols.
(coding-system): Add :base-only, :complete-function, :validate,
:value, :prompt-match.
(widget-coding-system-prompt-value): Use read-coding-system and
act on :base-only.
(editable-field): Add :help-echo.
(widget-push-button-gui, widget-push-button-cache)
(widget-gui-action, widget-editable-list-gui): COmment out, along
with uses.
(widget-at): Make arg optional.
(widget-echo-help): Adjust for current help-echo calling sequence.
(widget-specify-field, widget-specify-button)
(widget-specify-insert, widget-get-sibling, widget-image-find)
(widget-convert, widget-insert, widget-leave-text)
(widget-beginning-of-line, widget-end-of-line, widget-kill-line)
(widget-setup, widget-field-find, widget-before-change)
(widget-after-change, widget-default-complete)
(widget-default-create, widget-default-delete)
(widget-push-button-value-create, editable-field)
(widget-field-prompt-value, widget-field-validate)
(widget-choice-value-create, widget-choice-action)
(widget-choice-validate, widget-checklist-add-item)
(widget-radio-add-item, widget-radio-chosen)
(widget-radio-value-inline, widget-editable-list-value-create)
(widget-editable-list-entry-create)
(widget-documentation-link-add)
(widget-documentation-string-value-create)
(widget-regexp-validate, widget-file-complete)
(widget-sexp-validate, widget-plist-convert-widget)
(widget-plist-convert-widget, widget-alist-convert-widget)
(widget-alist-convert-widget, widget-color-complete): Simplify,
particularly to avoid bindings which aren't optimized out.
2000-08-20 18:34:24 +00:00
Dave Love
35244a0ee5
(List Motion): Note optional args.
2000-08-20 18:22:20 +00:00
Dave Love
e50c4203bf
(defun-prompt-regexp, parens-require-spaces): Doc fix.
...
(down-list, backward-up-list, up-list, kill-sexp)
(backward-kill-sexp, mark-sexp)): Make arg optional.
(lisp-complete-symbol): Add optional arg PREDICATE.
2000-08-20 18:12:07 +00:00
Dave Love
13eb63ffef
Add display-buffer-reuse-frames,
...
file-coding-system-alist.
2000-08-20 17:21:22 +00:00
Miles Bader
6e69ab8c7b
(do_completion): Try again if we rewrite the input string, but no
...
completion was done, so that any completion message will be correct.
2000-08-20 17:12:03 +00:00
Gerd Moellmann
511bd4eb0b
*** empty log message ***
2000-08-20 13:29:38 +00:00
Gerd Moellmann
dde0101c65
(command-line): Clear realized faces after
...
modifying TTY color mappings.
2000-08-20 13:26:35 +00:00
Gerd Moellmann
ae4b4ba5df
(lface_equal_p): Compare strings differently.
...
(Qtty_color_alist, Vtty_defined_color_alist): New variables.
(realize_tty_face): Use them.
(syms_of_xfaces): Initialize new variables.
(map_tty_color): New function, extracted from realize_tty_face.
(map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
foreground or background color, store the new color name in the
realized face; previous code trying to do this had no effect.
(realize_tty_face): Use map_tty_color.
(Fclear_face_cache): Set face_change_count and ensure thorough
redisplay.
2000-08-20 13:23:01 +00:00
Miles Bader
a9de7d29be
(face-attr-match-p):
...
Don't return true if ATTRS are merely a subset of FACE's attributes.
2000-08-20 12:02:24 +00:00
Eli Zaretskii
3b5414898b
(canonicalize_filename) [DOS_NT]: Upcase the first
...
letter only if it is a drive letter.
2000-08-20 08:30:05 +00:00
Eli Zaretskii
441ba712b0
Remove redundant description of change-log-redate.
2000-08-20 08:05:35 +00:00
Eli Zaretskii
250023311f
Add findex entries for getenv and setenv.
2000-08-20 08:02:22 +00:00