Glenn Morris
6036654ee8
(scroll-all-page-down-all, scroll-all-page-up-all): Ignore the error if one
...
of the other windows being scrolled reaches the end/start of its buffer.
(scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all): New
functions to track `beginning-of-buffer' and `end-of-buffer'.
2002-04-21 16:30:28 +00:00
Glenn Morris
75272a3a3d
(minor-mode-alist): scroll-all-mode', not
scroll-all-mode-mode'.
...
(scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-check-to-scroll):
Remove `fkey-' prefix from scroll commands.
2002-04-21 14:43:31 +00:00
Gerd Moellmann
c901ceff74
(add_declarator): Test *CLS instead of CLS.
2002-04-21 12:49:36 +00:00
Glenn Morris
758bf24f76
Variable auto-save-file-name-transforms now has a third element.
2002-04-20 23:14:02 +00:00
Glenn Morris
5a2ce5f599
(Auto Save Files): Mention auto-save-file-name-transforms.
...
(Remote Files): Mention auto-save-file-name-transforms.
2002-04-20 22:56:08 +00:00
Glenn Morris
5ecad17d8f
(command-line): Add third element to auto-save-file-name-transforms.
2002-04-20 22:25:55 +00:00
Glenn Morris
a0b60c3317
(auto-save-file-name-transforms): Doc string addition - no effect for
...
MS-DOS systems without long file names. Add third element for uniquifying
filenames.
(make-auto-save-file-name): Make a unique filename if indicated by
new element of auto-save-file-name-transforms.
2002-04-20 22:22:57 +00:00
Pavel Janík
7769818bc9
*** empty log message ***
2002-04-20 13:41:07 +00:00
Pavel Janík
1b8d91abb3
(find_next_selectable): New function.
...
(Down, Up, Right): Use it.
(find_next_selectable): Prevent endless loops when only one item is enabled
in the menu.
2002-04-20 13:39:57 +00:00
Pavel Janík
436fa78bc1
(use-dialog-box): Doc fix.
2002-04-20 13:32:12 +00:00
Eli Zaretskii
45fd9aa54e
New version from ftp://invisible-island.net.
2002-04-20 07:39:34 +00:00
Pavel Janík
6ad6535ba3
*** empty log message ***
2002-04-19 19:04:25 +00:00
Pavel Janík
2a793c0c4c
(note_mode_line_or_margin_highlight): Remove unused variables row',
i'
...
and `area'.
(XTread_socket) <KeyPress>: Pass KeyPress events when in menu to toolkit
library.
2002-04-19 18:59:02 +00:00
Pavel Janík
a7e19a2674
(xlwMenuTranslations, xlwMenuActionsList): Add translations for cursor keys
...
and RET.
(find_next_selectable, find_prev_selectable): New functions used for
finding menu-items.
(Down, Up, Left, Right): New functions.
2002-04-19 18:56:51 +00:00
Stefan Monnier
3d90c96c54
(clear_font_table): Don't free the default font of
...
a frame even if it's on another display.
(Finternal_set_lisp_face_attribute): Don't use XFRAME on something
that could be Qt.
2002-04-19 18:38:16 +00:00
Stefan Monnier
c37adaa5ea
(file-name-non-special): Don't mangle the 0'th arg and the
...
return value of file-name-completion and file-name-all-completions.
2002-04-19 16:27:09 +00:00
Juanma Barranquero
58b1103e0e
(Fmove_to_column): Remove unused local variable `next_boundary_byte'.
...
(current_column_1): Likewise.
2002-04-19 13:46:02 +00:00
Eli Zaretskii
175e150b91
*** empty log message ***
2002-04-19 13:12:14 +00:00
Eli Zaretskii
dfafefa19a
Replace commented-out lines with a condition that is always false.
2002-04-19 13:11:52 +00:00
Eli Zaretskii
724698b0d0
Regenerated.
2002-04-19 12:48:57 +00:00
Eli Zaretskii
b125e64388
Update maintainer.
...
(f90-line-continued): Recognize blank/comment lines embedded in
continuation lines.
(f90-looking-at-program-block-start): No extra indentation after
function or subroutine keyword appears in single quotes.
2002-04-19 12:22:13 +00:00
Eli Zaretskii
9413a271ee
(MS-DOS Display): bar' and
hbar' cursors are identical on MS-DOS.
2002-04-19 12:17:43 +00:00
Eli Zaretskii
a0738471ba
(Qhbar): New variable.
...
(syms_of_msdos): intern and staticpro it.
(IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
cursor type.
2002-04-19 12:13:47 +00:00
Eli Zaretskii
267bdad319
Document the addition of `hbar'.
2002-04-19 12:06:06 +00:00
Eli Zaretskii
e545ad34f9
(Window Frame Parameters): Document the hbar cursor type.
2002-04-19 12:02:21 +00:00
Eli Zaretskii
6fab1572a3
(text_cursor_kinds): New enumeration member HBAR_CURSOR.
2002-04-19 11:51:16 +00:00
Eli Zaretskii
65c26775c6
(x_draw_bar_cursor): New argument KIND; callers changed.
...
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.
2002-04-19 11:47:58 +00:00
Eli Zaretskii
a9653085d8
(Qhbar): New variable.
...
(syms_of_xfns): intern and staticpro it.
(x_specified_cursor_type): Handle `hbar' cursor.
2002-04-19 11:45:27 +00:00
Pavel Janík
e7c9e4455f
Fix typo and whitespaces.
2002-04-19 11:39:17 +00:00
Eli Zaretskii
5e3238f491
*** empty log message ***
2002-04-19 10:35:52 +00:00
Eli Zaretskii
9040fe8b81
(TAGS): Don't use -t, it's the default for
...
etags, so it barfs if invoked with -t.
2002-04-19 10:35:02 +00:00
Eli Zaretskii
ec07b63d6f
(bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined.
2002-04-19 10:11:57 +00:00
Miles Bader
6d912ee1a7
(customize-mark-to-save, customize-mark-as-set)
...
(custom-quote): Moved here from `cus-edit.el'.
2002-04-19 07:43:43 +00:00
Miles Bader
60acd41c19
(customize-mark-to-save, customize-mark-as-set)
...
(custom-quote): Moved to `custom.el'.
2002-04-19 07:42:10 +00:00
Richard M. Stallman
39d9e41299
*** empty log message ***
2002-04-19 05:24:02 +00:00
Richard M. Stallman
d9f7eb77e1
*** empty log message ***
2002-04-19 00:29:46 +00:00
Richard M. Stallman
dac7616d0b
Document describe-text-at, not list-text-properties-at.
2002-04-19 00:29:11 +00:00
Richard M. Stallman
0af1db4225
(list-text-properties-at): Command deleted.
2002-04-19 00:27:07 +00:00
Richard M. Stallman
e7c765c3fc
(insert-register): Use insert-for-yank.
...
(describe-register-1): Discard text props in yank-excluded-properties.
2002-04-19 00:23:18 +00:00
Richard M. Stallman
afa0467f08
(insert-rectangle): Use insert-for-yank.
2002-04-19 00:23:08 +00:00
Richard M. Stallman
c68b630c17
Line break change.
2002-04-19 00:18:22 +00:00
Richard M. Stallman
f9350c5cef
Explain use of `declare'.
2002-04-19 00:17:47 +00:00
Richard M. Stallman
11713b6daf
(remove_properties): New arg LIST allows scanning
...
either a list or a plist.
(interval_has_some_properties_list): New function, like
interval_has_some_properties using list instead of plist.
All callers changed.
(Fremove_list_of_text_properties): New function.
(syms_of_textprop): Defsubr it.
2002-04-19 00:14:14 +00:00
Richard M. Stallman
0cf5c1e712
(remove_properties): New arg LIST allows scanning either a list or a plist.
...
(interval_has_some_properties_list): New function, like
interval_has_some_properties using list instead of plist.
All callers changed.
(Fremove_list_of_text_properties): New function.
(syms_of_textprop): Defsubr it.
2002-04-19 00:13:57 +00:00
Richard M. Stallman
5b48fe6556
Comment change.
2002-04-19 00:11:58 +00:00
Richard M. Stallman
97c2194784
(tool-bar-local-item-from-menu):
...
Fix parts in construction of `menu-item' item at end.
2002-04-19 00:09:20 +00:00
Richard M. Stallman
fba75b6b1a
(mail-mode-abbrev-table): Delete defvar.
2002-04-19 00:08:19 +00:00
Richard M. Stallman
2493767eaa
(insert-for-yank): New function.
2002-04-19 00:06:54 +00:00
Richard M. Stallman
cfb4f12394
(yank-excluded-properties): New user option.
...
(yank-pop, yank): Use insert-for-yank.
2002-04-19 00:05:22 +00:00
Richard M. Stallman
32f665fa96
*** empty log message ***
2002-04-18 23:54:54 +00:00