]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years agoRemove pointless conditional around key substitution block in term/xterm.el (Dan...
Karoly Lorentey [Thu, 30 Jun 2005 14:08:46 +0000 (14:08 +0000)]
Remove pointless conditional around key substitution block in term/xterm.el (Dan Nicolaescu)

* lisp/term/xterm.el: Remove pointless conditional around key
  substitution block.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-369

19 years agoSpeed up loading of term/xterm.el (Dan Nicolaescu).
Karoly Lorentey [Tue, 28 Jun 2005 15:06:17 +0000 (15:06 +0000)]
Speed up loading of term/xterm.el (Dan Nicolaescu).

* lisp/term/xterm.el: Move key substitutions back before the
  define-keys.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-368

19 years agoSpeed up loading of term/xterm.el.
Karoly Lorentey [Mon, 27 Jun 2005 03:46:25 +0000 (03:46 +0000)]
Speed up loading of term/xterm.el.

* lisp/term/xterm.el: Don't do the key substitutions unless f13-f60 are
  really defined.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-367

19 years agoUse terminal-local-value to access function-key-map in terminal packages.
Karoly Lorentey [Mon, 27 Jun 2005 03:19:27 +0000 (03:19 +0000)]
Use terminal-local-value to access function-key-map in terminal packages.

* lisp/term/AT386.el: Wrap function-key-map accesses in (set-)terminal-local-value.
* lisp/term/internal.el: Ditto.
* lisp/term/iris-ansi.el: Ditto.
* lisp/term/lk201.el: Ditto.
* lisp/term/mac-win.el: Ditto.
* lisp/term/news.el: Ditto.
* lisp/term/rxvt.el: Ditto.
* lisp/term/sun.el: Ditto.
* lisp/term/tvi970.el: Ditto.
* lisp/term/wyse50.el: Ditto.
* lisp/term/x-win.el: Ditto.
* lisp/term/xterm.el: Ditto.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-366

19 years agoWork around nondeterministic binding of terminal-local variables. (Fixes national...
Karoly Lorentey [Mon, 27 Jun 2005 02:08:34 +0000 (02:08 +0000)]
Work around nondeterministic binding of terminal-local variables.  (Fixes national character input on ttys.)

* src/data.c (Fterminal_local_value, Fset_terminal_local_value): New functions.
  (syms_of_data): Defsubr them.

* lisp/international/encoded-kb.el (encoded-kbd-setup-keymap): Add keymap
  parameter.  Use it instead of changing key-translation-map directly.
  (encoded-kbd-setup-display): Use terminal-local-value and
  set-terminal-local-value to access key-translation-map.  Remove
  debugging messages.

* lisp/international/mule.el (keyboard-coding-system): Test for
  encoded-kbd-setup-display, not encoded-kbd-mode.

* src/keyboard.c (syms_of_keyboard): Expand docs of terminal-local
  variables to warn about their random bindings.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-365

19 years agoNew C function `push_display_kboard'.
Karoly Lorentey [Mon, 27 Jun 2005 00:57:09 +0000 (00:57 +0000)]
New C function `push_display_kboard'.

* src/keyboard.c (push_display_kboard): New function.
* src/keyboard.h (push_display_kboard): Declare it.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-364

19 years agoCleanup: Move kboard fields from struct frame and device-specific descriptors to...
Karoly Lorentey [Mon, 27 Jun 2005 00:56:21 +0000 (00:56 +0000)]
Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.

* src/termhooks.h (display): New field: kboard.

* src/xterm.h (x_display_info): Remove kboard field.
* src/termchar.h (tty_display_info): Ditto.
* src/frame.h (frame): Ditto.
  (FRAME_KBOARD): Update.

* src/dispnew.c (init_display): Don't initialize kboard.
* src/frame.c (make_frame, make_initial_frame, make_terminal_frame): Ditto.

* src/frame.c (make_frame_without_minibuffer, Fdelete_frame): Update kboard access.
* src/keyboard.c (delete_kboard): Ditto.
* src/term.c (term_init): Ditto.
* src/xfns.c (Fx_create_frame, x_create_tip_frame): Ditto.
* src/xselect.c (x_handle_selection_clear): Ditto.
* src/xterm.c (x_term_init): Ditto.

* src/term.c (init_initial_display): Initialize kboard.
* src/xterm.c (x_term_init): Ditto.

* src/term.c (delete_tty): Remove kboard deletion.
  (delete_display): Delete kboard as well.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-363

19 years agoNew version of ldefs-boot.el.
Karoly Lorentey [Mon, 27 Jun 2005 00:39:58 +0000 (00:39 +0000)]
New version of ldefs-boot.el.

* lisp/ldefs-boot.el: Regenerate.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-362

19 years agoReplace encoded-kbd-mode with display-specific encoded-kbd-setup-display. (Doesn...
Karoly Lorentey [Mon, 27 Jun 2005 00:39:09 +0000 (00:39 +0000)]
Replace encoded-kbd-mode with display-specific encoded-kbd-setup-display.  (Doesn't work yet.)

* lisp/international/encoded-kb.el (saved-key-translation-map): Remove.
  (encoded-kbd-mode): Remove.
  (encoded-kbd-setup-display): New function.

* lisp/international/mule.el (set-keyboard-coding-system): Use it.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-361

19 years agoMerged from miles@gnu.org--gnu-2005 (patch 447-448)
Karoly Lorentey [Sun, 26 Jun 2005 21:12:57 +0000 (21:12 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 447-448)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-447
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-448
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-360

19 years agoChange key-translation-map to be terminal-local.
Karoly Lorentey [Sun, 26 Jun 2005 21:06:46 +0000 (21:06 +0000)]
Change key-translation-map to be terminal-local.

* src/keymap.c (Vkey_translation_map): Remove.
  (syms_of_keymap): Remove DEFVAR for key-translation-map.
  (Fdescribe_buffer_bindings): Update for terminal-local key-translation-map.

* src/keyboard.h (kboard): Add Vkey_translation_map field.
  (Vglobal_key_translation_map): Declare.

* src/keyboard.c (Vglobal_key_translation_map): New variable.
  (syms_of_keyboard): DEFVAR it and Vkey_translation_map.
  (mark_kboards): Mark key-translation-map.
  (read_key_sequence): Update for terminal-local key-translation-map.

* src/emacs.c (main): Call syms_of_keymap before syms_of_keyboard.

* lisp/term/mac-win.el (mac-handle-language-change): Use
  global-key-translation-map instead of key-translation-map.
* lisp/obsolete/iso-acc.el (iso-accents-customize): Ditto.
* lisp/international/iso-transl.el (iso-transl-ctl-x-8-map): Ditto.
* lisp/double.el (double-setup): Ditto.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-359

19 years agoWork around mysterious breakage of arrow key recognition under screen (see first...
Karoly Lorentey [Sun, 26 Jun 2005 04:35:44 +0000 (04:35 +0000)]
Work around mysterious breakage of arrow key recognition under screen (see first TODO in README).

* src/keyboard.c (Fset_input_mode): Call reset_sys_modes and
  init_sys_modes on the selected device only; do not use the bulk
  functions reset_all_sys_modes and init_all_sys_modes.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-358

19 years agoMake sure the terminfo function key sequences are set up in the correct function...
Karoly Lorentey [Sun, 26 Jun 2005 03:20:47 +0000 (03:20 +0000)]
Make sure the terminfo function key sequences are set up in the correct function-key-map.

* src/term.c (term_init): Make sure the function keys are set up in the
  correct function-key-map.
  (term_get_fkeys_arg): Rename to term_get_fkeys_address.
  (term_get_fkeys_kboard): New variable.
  (term_get_fkeys): Use it.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-357

19 years agoUpdate Lisp code for a terminal-local `function-key-map'.
Karoly Lorentey [Sun, 26 Jun 2005 03:19:45 +0000 (03:19 +0000)]
Update Lisp code for a terminal-local `function-key-map'.

* lisp/term/x-win.el (x-setup-function-keys): New function.  Move
  function-key-map tweaks here.

* lisp/faces.el (x-create-frame-with-faces): Call x-setup-function-keys.

* lisp/term/iris-ansi.el: Update for terminal-local function-key-map.
* lisp/term/lk201.el: Ditto.
* lisp/term/news.el: Ditto.
* lisp/term/rxvt.el: Ditto.
* lisp/term/sun.el: Ditto.
* lisp/term/xterm.el: Ditto.

* lisp/startup.el: Cosmetic change.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-356

19 years ago(Faces): `facep' returns t for strings that are face names.
Luc Teirlinck [Sun, 26 Jun 2005 00:05:46 +0000 (00:05 +0000)]
(Faces): `facep' returns t for strings that are face names.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Jun 2005 00:03:39 +0000 (00:03 +0000)]
*** empty log message ***

19 years ago(facep): Doc fix.
Luc Teirlinck [Sat, 25 Jun 2005 23:48:27 +0000 (23:48 +0000)]
(facep): Doc fix.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 22:38:44 +0000 (22:38 +0000)]
*** empty log message ***

19 years ago(Fcopy_file): New arg PRESERVE_UID_GID.
Richard M. Stallman [Sat, 25 Jun 2005 22:37:49 +0000 (22:37 +0000)]
(Fcopy_file): New arg PRESERVE_UID_GID.
Use fchmod to copy the file modes.
(Frename_file): Don't copy UID and GID here;
instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.

19 years ago(Fx_show_tip): Pass new arg to try_window.
Richard M. Stallman [Sat, 25 Jun 2005 22:37:06 +0000 (22:37 +0000)]
(Fx_show_tip): Pass new arg to try_window.

19 years ago(try_window): New arg CHECK_MARGINS. Calls changed.
Richard M. Stallman [Sat, 25 Jun 2005 22:35:42 +0000 (22:35 +0000)]
(try_window): New arg CHECK_MARGINS.  Calls changed.
(redisplay_window): Handle try_window reporting point in scroll margin.

19 years ago(try_window): Declare new arg.
Richard M. Stallman [Sat, 25 Jun 2005 22:33:51 +0000 (22:33 +0000)]
(try_window): Declare new arg.

19 years ago(facemenu-enable-faces-p): New function.
Richard M. Stallman [Sat, 25 Jun 2005 22:24:10 +0000 (22:24 +0000)]
(facemenu-enable-faces-p): New function.
(facemenu-background-menu, facemenu-foreground-menu)
(facemenu-face-menu): Add menu-enable property.

19 years agoMake function-key-map a terminal-local variable (move it inside the kboard struct).
Karoly Lorentey [Sat, 25 Jun 2005 16:34:30 +0000 (16:34 +0000)]
Make function-key-map a terminal-local variable (move it inside the kboard struct).

* src/keyboard.h (kboard): Move Vfunction_key_map inside the kboard struct.

* src/keyboard.c (Vfunction_key_map): Remove declaration.
  (read_key_sequence, init_kboard): Update references to Vfunction_key_map.
  (syms_of_keyboard): Declare function-key-map as a terminal-local variable.
  (mark_kboards): Mark Vfunction_key_map.

* src/keymap.c (Vfunction_key_map): Remove.
  (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
  (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.

* src/term.c (term_get_fkeys_1): Update references to Vfunction_key_map.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-355

19 years agoMerged from miles@gnu.org--gnu-2005 (patch 441-446)
Karoly Lorentey [Sat, 25 Jun 2005 15:00:08 +0000 (15:00 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 441-446)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441
   Update reference to renamed Buffer-menu-buffer face

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-442
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-443
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-444
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-445
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-446
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-354

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 14:38:05 +0000 (14:38 +0000)]
*** empty log message ***

19 years ago(call_debugger): Take full care of extending stack limits
Richard M. Stallman [Sat, 25 Jun 2005 14:37:47 +0000 (14:37 +0000)]
(call_debugger): Take full care of extending stack limits
to make space for the debugger, and restore the change afterward.
Bind debug-on-error to nil.
(restore_stack_limits): New subroutine.
(Fsignal): Extend specpdl bound along with eval depth bound,
for calling edebug.  Don't do either one, for calling debugger.
(find_handler_clause): Don't bind debug-on-error here.
Don't unbind anything either.
Temporarily advance max_specpdl_size for calling
internal_with_output_to_temp_buffer.
(grow_specpdl): Don't alter max_specpdl_size before signaling an error.
(syms_of_eval) <max-specpdl-size>: Doc fix.

19 years ago(jka-compr-insert-file-contents):
Richard M. Stallman [Sat, 25 Jun 2005 14:14:21 +0000 (14:14 +0000)]
(jka-compr-insert-file-contents):
Special handling if cannot find the uncompression program.

19 years ago(custom-face-attributes): Add autoload.
Richard M. Stallman [Sat, 25 Jun 2005 14:12:45 +0000 (14:12 +0000)]
(custom-face-attributes): Add autoload.

19 years ago(lisp-mode-variables): Bind comment-indent-function locally.
Richard M. Stallman [Sat, 25 Jun 2005 14:10:23 +0000 (14:10 +0000)]
(lisp-mode-variables): Bind comment-indent-function locally.

19 years ago(Equality Predicates): Clarify meaning of equal.
Richard M. Stallman [Sat, 25 Jun 2005 14:09:07 +0000 (14:09 +0000)]
(Equality Predicates): Clarify meaning of equal.

19 years ago(Selecting Windows): save-selected-window and with-selected-window
Richard M. Stallman [Sat, 25 Jun 2005 14:08:34 +0000 (14:08 +0000)]
(Selecting Windows): save-selected-window and with-selected-window
save and restore the current buffer.

19 years ago(with-selected-window): Use save-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 14:04:18 +0000 (14:04 +0000)]
(with-selected-window): Use save-current-buffer.

19 years agoFix previous change.
Richard M. Stallman [Sat, 25 Jun 2005 14:03:53 +0000 (14:03 +0000)]
Fix previous change.

19 years ago(save-selected-window): Use save-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 14:03:27 +0000 (14:03 +0000)]
(save-selected-window): Use save-current-buffer.

19 years ago(gud-filter): Simplify using with-selected-window and with-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 13:52:15 +0000 (13:52 +0000)]
(gud-filter): Simplify using with-selected-window and with-current-buffer.

19 years agoFix indentation.
Richard M. Stallman [Sat, 25 Jun 2005 13:41:59 +0000 (13:41 +0000)]
Fix indentation.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 04:48:24 +0000 (04:48 +0000)]
*** empty log message ***

19 years ago(read1): 0.0e+NaN should make a "positive" NaN.
Richard M. Stallman [Sat, 25 Jun 2005 04:31:49 +0000 (04:31 +0000)]
(read1): 0.0e+NaN should make a "positive" NaN.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 02:31:45 +0000 (02:31 +0000)]
*** empty log message ***

19 years ago(Text Display): Change index entries.
Richard M. Stallman [Sat, 25 Jun 2005 02:31:31 +0000 (02:31 +0000)]
(Text Display): Change index entries.

19 years ago(Float Basics): Explain how to test for NaN, and printing the sign of NaNs.
Richard M. Stallman [Sat, 25 Jun 2005 02:29:46 +0000 (02:29 +0000)]
(Float Basics): Explain how to test for NaN, and printing the sign of NaNs.

19 years ago(line-move-1): Fix previous change.
Richard M. Stallman [Fri, 24 Jun 2005 21:12:07 +0000 (21:12 +0000)]
(line-move-1): Fix previous change.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 24 Jun 2005 20:27:39 +0000 (20:27 +0000)]
*** empty log message ***

19 years ago(MAKEINFO): Use --force.
Eli Zaretskii [Fri, 24 Jun 2005 20:27:10 +0000 (20:27 +0000)]
(MAKEINFO): Use --force.

19 years ago(MAKEINFO): Use --force.
Eli Zaretskii [Fri, 24 Jun 2005 20:23:30 +0000 (20:23 +0000)]
(MAKEINFO): Use --force.
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with more shells.

19 years ago(Frename_file): Undo last change: no need to ifdef away
Eli Zaretskii [Fri, 24 Jun 2005 10:41:19 +0000 (10:41 +0000)]
(Frename_file): Undo last change: no need to ifdef away
chown on DOS_NT platforms.

19 years ago(sys_chown): New function.
Eli Zaretskii [Fri, 24 Jun 2005 10:39:56 +0000 (10:39 +0000)]
(sys_chown): New function.

19 years ago(chown): New; define to sys_chown.
Eli Zaretskii [Fri, 24 Jun 2005 10:39:20 +0000 (10:39 +0000)]
(chown): New; define to sys_chown.

19 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Jun 2005 09:33:10 +0000 (09:33 +0000)]
*** empty log message ***

19 years ago(syms_of_xdisp) <nobreak-char-display>: Doc fix.
Juanma Barranquero [Fri, 24 Jun 2005 09:32:11 +0000 (09:32 +0000)]
(syms_of_xdisp) <nobreak-char-display>: Doc fix.
(syms_of_xdisp) <void-text-area-pointer>: Doc fix.

19 years ago(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
Juanma Barranquero [Fri, 24 Jun 2005 09:04:15 +0000 (09:04 +0000)]
(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.

19 years ago(gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.
Juanma Barranquero [Fri, 24 Jun 2005 08:57:12 +0000 (08:57 +0000)]
(gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.

19 years ago(occur-1): Set `buffer-read-only' and the buffer-modified flag before running
Juanma Barranquero [Fri, 24 Jun 2005 02:41:36 +0000 (02:41 +0000)]
(occur-1): Set `buffer-read-only' and the buffer-modified flag before running
`occur-hook' to protect against unintentional buffer switches that can lead to
data loss.

19 years ago(Face Functions): Correct Texinfo usage.
Richard M. Stallman [Fri, 24 Jun 2005 01:49:25 +0000 (01:49 +0000)]
(Face Functions): Correct Texinfo usage.

19 years ago(gdb-send): Remove warning face from errors
Nick Roberts [Fri, 24 Jun 2005 01:32:24 +0000 (01:32 +0000)]
(gdb-send): Remove warning face from errors
after fresh input.
(gdb-var-create-handler): Put name of expression in quotes.

19 years ago(gud-tooltip-print-command): Indent properly.
Nick Roberts [Fri, 24 Jun 2005 01:31:50 +0000 (01:31 +0000)]
(gud-tooltip-print-command): Indent properly.
(gud-gdb-marker-filter): Use font-lock-warning-face for any
initial error.

19 years ago*** empty log message ***
Nick Roberts [Fri, 24 Jun 2005 01:31:07 +0000 (01:31 +0000)]
*** empty log message ***

19 years ago(Rings): `ring-elements' now returns the elements of RING in order.
Luc Teirlinck [Fri, 24 Jun 2005 01:30:16 +0000 (01:30 +0000)]
(Rings): `ring-elements' now returns the elements of RING in order.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 24 Jun 2005 01:29:05 +0000 (01:29 +0000)]
*** empty log message ***

19 years ago(ring-elements): Make it return a list of the elements of RING in
Luc Teirlinck [Fri, 24 Jun 2005 01:20:14 +0000 (01:20 +0000)]
(ring-elements): Make it return a list of the elements of RING in
order, and without bogus nil elements.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 23 Jun 2005 21:49:52 +0000 (21:49 +0000)]
*** empty log message ***

19 years agoRenamed show-nonbreak-escape to nobreak-char-display.
Richard M. Stallman [Thu, 23 Jun 2005 21:48:25 +0000 (21:48 +0000)]
Renamed show-nonbreak-escape to nobreak-char-display.

19 years ago(Antinews): Renamed show-nonbreak-escape to nobreak-char-display.
Richard M. Stallman [Thu, 23 Jun 2005 21:47:27 +0000 (21:47 +0000)]
(Antinews): Renamed show-nonbreak-escape to nobreak-char-display.

19 years ago(Top): Update detailed node listing.
Richard M. Stallman [Thu, 23 Jun 2005 21:46:37 +0000 (21:46 +0000)]
(Top): Update detailed node listing.

19 years ago(Text Display): Renamed show-nonbreak-escape
Richard M. Stallman [Thu, 23 Jun 2005 21:46:06 +0000 (21:46 +0000)]
(Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
(Standard Faces): Split up the list of standard faces
and put it in a separate node.
Add nobreak-space and escape-glyph.

19 years ago(Text Display): Renamed show-nonbreak-escape
Richard M. Stallman [Thu, 23 Jun 2005 21:34:04 +0000 (21:34 +0000)]
(Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.

19 years ago(get_next_display_element):
Richard M. Stallman [Thu, 23 Jun 2005 21:32:26 +0000 (21:32 +0000)]
(get_next_display_element):
Finish reversing the tests of Vnobreak_char_display.

(Vnobreak_char_display): Renamed from Vshow_nonbreak_escape.
All uses changed.
(Qnobreak_space): Renamed from Qno_break_space.  All uses changed.
(syms_of_xdisp): Define nobreak-char-display and nobreak-space.

19 years ago(Frename_file): Preserve owner and group, if possible.
Richard M. Stallman [Thu, 23 Jun 2005 21:29:26 +0000 (21:29 +0000)]
(Frename_file): Preserve owner and group, if possible.

19 years ago(url-cookie-generate-header-lines): Fix autoload cookie.
Richard M. Stallman [Thu, 23 Jun 2005 21:28:07 +0000 (21:28 +0000)]
(url-cookie-generate-header-lines): Fix autoload cookie.

19 years ago(set-variable): Args renamed; doc fix.
Richard M. Stallman [Thu, 23 Jun 2005 21:26:31 +0000 (21:26 +0000)]
(set-variable): Args renamed; doc fix.
(line-move-1): When there are overlays around, use vertical-motion.

19 years ago(escape-glyph): Use brown against light background.
Richard M. Stallman [Thu, 23 Jun 2005 21:24:58 +0000 (21:24 +0000)]
(escape-glyph): Use brown against light background.
(nobreak-space): Renamed from no-break-space.
Fix previous change.

19 years ago(dired-do-copy): Fix arg prompt.
Richard M. Stallman [Thu, 23 Jun 2005 21:23:17 +0000 (21:23 +0000)]
(dired-do-copy): Fix arg prompt.

19 years ago(mail-setup-with-from): Fix custom type.
Richard M. Stallman [Thu, 23 Jun 2005 21:22:43 +0000 (21:22 +0000)]
(mail-setup-with-from): Fix custom type.

19 years ago(Creating a display): Texinfo usage fixes.
Richard M. Stallman [Thu, 23 Jun 2005 17:32:42 +0000 (17:32 +0000)]
(Creating a display): Texinfo usage fixes.

19 years ago(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.
Richard M. Stallman [Thu, 23 Jun 2005 17:30:56 +0000 (17:30 +0000)]
(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.

19 years ago(report-emacs-bug): Use "X server distributor" rather than
Glenn Morris [Thu, 23 Jun 2005 17:02:33 +0000 (17:02 +0000)]
(report-emacs-bug): Use "X server distributor" rather than
"Distributor".

19 years ago*** empty log message ***
Glenn Morris [Thu, 23 Jun 2005 17:02:11 +0000 (17:02 +0000)]
*** empty log message ***

19 years ago(Fx_own_selection_internal): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:20:05 +0000 (16:20 +0000)]
(Fx_own_selection_internal): Follow error conventions.

19 years ago(x_supports_face_attributes_p): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:18:01 +0000 (16:18 +0000)]
(x_supports_face_attributes_p): Follow error conventions.

19 years ago(check_x_frame, check_x_display_info): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:17:04 +0000 (16:17 +0000)]
(check_x_frame, check_x_display_info): Follow error conventions.

19 years ago(Fstring_to_syntax): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:15:29 +0000 (16:15 +0000)]
(Fstring_to_syntax): Follow error conventions.

19 years ago(Freplace_match): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:14:45 +0000 (16:14 +0000)]
(Freplace_match): Follow error conventions.

19 years ago(Fstop_process, Fcontinue_process): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:13:54 +0000 (16:13 +0000)]
(Fstop_process, Fcontinue_process): Follow error conventions.

19 years ago(check_x_frame): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:12:25 +0000 (16:12 +0000)]
(check_x_frame): Follow error conventions.

19 years ago(read_vector): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:10:06 +0000 (16:10 +0000)]
(read_vector): Follow error conventions.

19 years ago(make_frame_without_minibuffer): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:08:43 +0000 (16:08 +0000)]
(make_frame_without_minibuffer): Follow error conventions.

19 years ago(Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:07:51 +0000 (16:07 +0000)]
(Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.

19 years ago(Fsubst_char_in_region): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:06:58 +0000 (16:06 +0000)]
(Fsubst_char_in_region): Follow error conventions.

19 years ago(Fsleep_for, Fsit_for): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:06:10 +0000 (16:06 +0000)]
(Fsleep_for, Fsit_for): Follow error conventions.

19 years ago(Fmake_category_set): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:05:15 +0000 (16:05 +0000)]
(Fmake_category_set): Follow error conventions.

19 years ago(Funexpand_abbrev): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:04:28 +0000 (16:04 +0000)]
(Funexpand_abbrev): Follow error conventions.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 23 Jun 2005 13:58:24 +0000 (13:58 +0000)]
*** empty log message ***

19 years ago(Face Functions): Correct previous change.
Glenn Morris [Thu, 23 Jun 2005 12:14:50 +0000 (12:14 +0000)]
(Face Functions): Correct previous change.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 23 Jun 2005 08:34:34 +0000 (08:34 +0000)]
*** empty log message ***

19 years ago(gnus-article-mode): Use kill-all-local-variables.
Lute Kamstra [Thu, 23 Jun 2005 08:34:10 +0000 (08:34 +0000)]
(gnus-article-mode): Use kill-all-local-variables.

19 years ago(smime-mode): Use gnus-run-mode-hooks.
Lute Kamstra [Thu, 23 Jun 2005 08:33:29 +0000 (08:33 +0000)]
(smime-mode): Use gnus-run-mode-hooks.

19 years ago(dig-mode): Use gnus-run-mode-hooks.
Lute Kamstra [Thu, 23 Jun 2005 08:32:57 +0000 (08:32 +0000)]
(dig-mode): Use gnus-run-mode-hooks.

19 years ago(debugger-special-form-p): New defun.
Lute Kamstra [Thu, 23 Jun 2005 08:20:33 +0000 (08:20 +0000)]
(debugger-special-form-p): New defun.
(debug-on-entry): Use it.  New interactive declaration that uses
function-called-at-point.

19 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Jun 2005 07:54:12 +0000 (07:54 +0000)]
*** empty log message ***