]>
git.eshelyaron.com Git - emacs.git/log
Dave Love [Fri, 21 Jul 2000 13:53:20 +0000 (13:53 +0000)]
(smerge-mode-menu): Fill it out.
Kenichi Handa [Fri, 21 Jul 2000 06:59:01 +0000 (06:59 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 21 Jul 2000 06:45:30 +0000 (06:45 +0000)]
(Faset): Allow storing any multibyte character in a string. Convert
unibyte string to multibyte if necessary.
Kenichi Handa [Fri, 21 Jul 2000 02:39:45 +0000 (02:39 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 21 Jul 2000 02:32:21 +0000 (02:32 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 21 Jul 2000 02:07:35 +0000 (02:07 +0000)]
(x_encode_text): Add prototype.
Kenichi Handa [Fri, 21 Jul 2000 02:07:14 +0000 (02:07 +0000)]
(lisp_data_to_selection_data): Use x_encode_text.
Kenichi Handa [Fri, 21 Jul 2000 02:06:49 +0000 (02:06 +0000)]
(x_encode_text): New function.
(x_set_name): Use x_encode_text.
(x_set_title): Likewise.
Gerd Moellmann [Thu, 20 Jul 2000 20:38:08 +0000 (20:38 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 20 Jul 2000 20:38:01 +0000 (20:38 +0000)]
Change `-b' to `-bw'.
Gerd Moellmann [Thu, 20 Jul 2000 20:35:27 +0000 (20:35 +0000)]
(info-lookup): If *info* is shown in another frame
on the same display, select that frame, instead of switching to
the Info buffer in another window of the selected frame.
Gerd Moellmann [Thu, 20 Jul 2000 20:35:05 +0000 (20:35 +0000)]
(universal-argument-map): Bind numeric keypad keys
kp-0 to kp-9 and kp-subtract.
(digit-argument): Handle these keys.
Dave Love [Thu, 20 Jul 2000 17:31:18 +0000 (17:31 +0000)]
*** empty log message ***
Dave Love [Thu, 20 Jul 2000 17:29:46 +0000 (17:29 +0000)]
(goto-address-fontify): Don't bother with buffer-modified and read-only
stuff -- irrelevant with overlays. Put an extra property on the
overlays and use it to clean up in case goto-address is re-run.
Dave Love [Thu, 20 Jul 2000 12:50:09 +0000 (12:50 +0000)]
(Fccl_execute_on_string): Don't check xmalloc return. Use xfree, not
free.
Eli Zaretskii [Thu, 20 Jul 2000 11:17:16 +0000 (11:17 +0000)]
Correct a typo in a comment.
Eli Zaretskii [Thu, 20 Jul 2000 11:09:12 +0000 (11:09 +0000)]
(IT_note_mode_line_highlight, IT_note_mouse_highlight):
Record the object that generated the help echo and the position of
that object in help_echo_object and help_echo_pos. Record that
some glyphs in a row are displayed in mouse-face.
(IT_update_begin): Don't clear mouse highlight unless one of the
enabled glyph rows is marked as being displayed in mouse-face.
(dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
and position recorded in help_echo_object and help_echo_pos to the
event queue.
(IT_menu_display): Accept a new argument PN: the pane number of
the current menu pane. Record the pane number and the item
number of the item which has associated help string.
(XMenuActivate): Update the prototype for help_callback in
function declaration. Call IT_menu_display with the current menu
pane number as an additional argument. Call help_callback with
two additional arguments: the pane number and the item number of
the menu item associated with the help text.
(help_echo_object, help_echo_pos): New variables.
(syms_of_msdos): Initialize them and staticpro help_echo_object.
(help_echo_window): New variable.
(syms_of_msdos): Initialize and staticpro it.
(IT_note_mode_line_highlight): Set help_echo_window.
(IT_note_mouse_highlight): Ditto.
(dos_rawgetc): Store help_echo_window in the second event produced
for HELP_EVENTs.
Eli Zaretskii [Thu, 20 Jul 2000 11:04:07 +0000 (11:04 +0000)]
(XMenuActivate): Update prototype.
Dave Love [Thu, 20 Jul 2000 09:39:42 +0000 (09:39 +0000)]
C-down-mouse-3. Move concat change.
Eli Zaretskii [Thu, 20 Jul 2000 06:59:46 +0000 (06:59 +0000)]
Fix a typo in a comment.
Richard M. Stallman [Wed, 19 Jul 2000 22:05:09 +0000 (22:05 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 19 Jul 2000 22:04:34 +0000 (22:04 +0000)]
(run-with-idle-timer): Doc fix.
Richard M. Stallman [Wed, 19 Jul 2000 22:00:37 +0000 (22:00 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 19 Jul 2000 21:53:51 +0000 (21:53 +0000)]
(mail-strip-quoted-names): Handle case where <...> appears inside "...".
Use replace-match to edit the string more simply.
(rmail-dont-reply-to): Cope with an unmatched ".
Dave Love [Wed, 19 Jul 2000 16:00:04 +0000 (16:00 +0000)]
Fix last checkin.
Dave Love [Wed, 19 Jul 2000 15:56:50 +0000 (15:56 +0000)]
(ediff-region-help-echo): Partially fix for Emacs implementation.
Gerd Moellmann [Wed, 19 Jul 2000 15:52:13 +0000 (15:52 +0000)]
*** empty log message ***
Dave Love [Wed, 19 Jul 2000 15:52:02 +0000 (15:52 +0000)]
(popup-menu): Allow a list of keymaps for menu arg.
(mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
(global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
Gerd Moellmann [Wed, 19 Jul 2000 15:51:05 +0000 (15:51 +0000)]
Correct author's email address. Fix typo in comment.
Gerd Moellmann [Wed, 19 Jul 2000 15:50:36 +0000 (15:50 +0000)]
Correct maintainer's email address.
Gerd Moellmann [Wed, 19 Jul 2000 15:50:13 +0000 (15:50 +0000)]
(comint-highlight-input, comint-highlight-face):
New user options.
(comint-input-ring-file-name): Change custom type.
(comint-mode-map): Bind mouse-2.
(comint-insert-clicked-input): New function.
(comint-send-input): Handle input highlighting.
Gerd Moellmann [Wed, 19 Jul 2000 15:49:28 +0000 (15:49 +0000)]
Don't include <X11/bitmaps/gray> because that
leads to redefinition errors when static is defined as empty in
config.h. Refer to the gray bitmap in xfns.c, instead.
Gerd Moellmann [Wed, 19 Jul 2000 15:47:52 +0000 (15:47 +0000)]
(direct_output_for_insert): Remove confusing
outer local variable mouse_face_overwritten_p.
(glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
Gerd Moellmann [Wed, 19 Jul 2000 15:47:31 +0000 (15:47 +0000)]
(Fnext_single_char_property_change): Add prototype.
Gerd Moellmann [Wed, 19 Jul 2000 15:47:10 +0000 (15:47 +0000)]
Add some more prototypes.
Gerd Moellmann [Wed, 19 Jul 2000 15:46:20 +0000 (15:46 +0000)]
(with_echo_area_buffer): Call FN with more arguments.
Add some more prototypes.
Gerd Moellmann [Wed, 19 Jul 2000 14:09:42 +0000 (14:09 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 19 Jul 2000 11:06:09 +0000 (11:06 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 19 Jul 2000 11:05:32 +0000 (11:05 +0000)]
(allocate_string_data): Don't copy old string contents.
Gerd Moellmann [Wed, 19 Jul 2000 11:04:18 +0000 (11:04 +0000)]
Correct author's mail address.
Kenichi Handa [Wed, 19 Jul 2000 03:44:55 +0000 (03:44 +0000)]
(code_convert_region): Delete text properties before shrinking the
conversion region.
Kenichi Handa [Wed, 19 Jul 2000 03:44:17 +0000 (03:44 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 18 Jul 2000 23:43:41 +0000 (23:43 +0000)]
(popup-menu): New function.
(mouse-major-mode-menu): Use it.
Dave Love [Tue, 18 Jul 2000 22:16:01 +0000 (22:16 +0000)]
*** empty log message ***
Dave Love [Tue, 18 Jul 2000 22:04:26 +0000 (22:04 +0000)]
Reorder so that most tests are done after CPPFLAGS
is set from the C_SWITCH_... definitions.
Dave Love [Tue, 18 Jul 2000 21:53:46 +0000 (21:53 +0000)]
(mode-line-mule-info, mode-line-modified): help-echo
improvements.
Gerd Moellmann [Tue, 18 Jul 2000 19:43:58 +0000 (19:43 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 19:43:04 +0000 (19:43 +0000)]
(update_text_area): Write the whole row if it
has mouse-face in it.
Gerd Moellmann [Tue, 18 Jul 2000 19:07:15 +0000 (19:07 +0000)]
(face-font-selection-order)
(face-font-family-alternatives): Add custom type.
Gerd Moellmann [Tue, 18 Jul 2000 19:04:00 +0000 (19:04 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 19:03:13 +0000 (19:03 +0000)]
(face-alternative-font-family-alist): Remove
DEFVAR_LISP; staticpro instead.
Gerd Moellmann [Tue, 18 Jul 2000 18:23:29 +0000 (18:23 +0000)]
(help_echo_window): New variable.
(note_mouse_highlight, note_tool_bar_highlight): Set
help_echo_window.
(XTread_socket): Pass help_echo_window to gen_help_event.
(syms_of_xterm): Initialize and staticpro help_echo_window.
Gerd Moellmann [Tue, 18 Jul 2000 18:20:16 +0000 (18:20 +0000)]
(show_help_echo, gen_help_event): Change prototypes.
Gerd Moellmann [Tue, 18 Jul 2000 18:20:04 +0000 (18:20 +0000)]
(show_help_echo): Add parameter WINDOW.
(read_char): Call show_help_echo with window extracted from Lisp
help event.
(gen_help_event): Add parameter WINDOW.
Gerd Moellmann [Tue, 18 Jul 2000 18:19:37 +0000 (18:19 +0000)]
(menu_help_callback): Call show_help_echo with
new arguments.
Dave Love [Tue, 18 Jul 2000 16:21:46 +0000 (16:21 +0000)]
*** empty log message ***
Dave Love [Tue, 18 Jul 2000 16:21:06 +0000 (16:21 +0000)]
Fix dependencies of blockinput.h on atimer.h, systime.h.
Gerd Moellmann [Tue, 18 Jul 2000 14:42:30 +0000 (14:42 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 14:40:07 +0000 (14:40 +0000)]
Add author's email address.
Gerd Moellmann [Tue, 18 Jul 2000 14:39:41 +0000 (14:39 +0000)]
Fix `Maintainer' keyword.
Gerd Moellmann [Tue, 18 Jul 2000 14:38:20 +0000 (14:38 +0000)]
(allocate_string_data): If string had already data
assigned, copy old contents to new string data.
Gerd Moellmann [Tue, 18 Jul 2000 14:37:54 +0000 (14:37 +0000)]
(syms_of_coding): Fix typo in spelling of variable
`inhibit-iso-escape-detection'.
Sam Steingold [Tue, 18 Jul 2000 14:18:03 +0000 (14:18 +0000)]
insert-directory: use split-string
Gerd Moellmann [Tue, 18 Jul 2000 13:05:44 +0000 (13:05 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 13:02:40 +0000 (13:02 +0000)]
(free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
Gerd Moellmann [Tue, 18 Jul 2000 13:02:29 +0000 (13:02 +0000)]
Add dependencies on dispextern.h.
(alloca.o): Don't define malloc and define EMACS_FREE instead of
`free'; both can conflict with system header files.
Gerd Moellmann [Tue, 18 Jul 2000 12:59:17 +0000 (12:59 +0000)]
(Info-title-face-alist): Removed.
Gerd Moellmann [Tue, 18 Jul 2000 12:59:01 +0000 (12:59 +0000)]
Update from author.
Gerd Moellmann [Tue, 18 Jul 2000 12:58:36 +0000 (12:58 +0000)]
Change maintainer to FSF.
Dave Love [Tue, 18 Jul 2000 12:52:25 +0000 (12:52 +0000)]
(custom-variable-reset-saved, custom-variable-reset-standard): Remove
unused bindings.
Dave Love [Tue, 18 Jul 2000 12:50:38 +0000 (12:50 +0000)]
(open-rectangle-line): Remove unused let.
Kenichi Handa [Tue, 18 Jul 2000 12:48:53 +0000 (12:48 +0000)]
(MAKE_CHAR): Return reasonable code even if CHARSET is undefined.
Kenichi Handa [Tue, 18 Jul 2000 12:48:24 +0000 (12:48 +0000)]
*** empty log message ***
Dave Love [Tue, 18 Jul 2000 12:41:55 +0000 (12:41 +0000)]
(XtApplyToWidgets): Cast args of lwlib_bcopy.
Miles Bader [Tue, 18 Jul 2000 12:30:02 +0000 (12:30 +0000)]
Add entry for new `dired-show-file-type' command.
Eli Zaretskii [Tue, 18 Jul 2000 12:01:14 +0000 (12:01 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 18 Jul 2000 12:00:12 +0000 (12:00 +0000)]
Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
Eli Zaretskii [Tue, 18 Jul 2000 11:52:01 +0000 (11:52 +0000)]
(eshell-banner): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
Dave Love [Tue, 18 Jul 2000 11:51:43 +0000 (11:51 +0000)]
(hl-line-highlight): Check hl-line-mode.
Eli Zaretskii [Tue, 18 Jul 2000 11:50:42 +0000 (11:50 +0000)]
(eshell-smart): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
Eli Zaretskii [Tue, 18 Jul 2000 11:49:24 +0000 (11:49 +0000)]
(eshell-cmd): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
Eli Zaretskii [Tue, 18 Jul 2000 11:47:47 +0000 (11:47 +0000)]
(eshell-directory-name): Run default directory
name through convert-standard-filename.
(eshell): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
Eli Zaretskii [Tue, 18 Jul 2000 11:46:21 +0000 (11:46 +0000)]
(eshell-maybe-replace-by-alias): Doc fix.
(eshell-alias, eshell-bad-command-tolerance): Replace links to eshell.info
with links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
Eli Zaretskii [Tue, 18 Jul 2000 11:44:12 +0000 (11:44 +0000)]
(eshell-shuffle-files): Don't disable
same-file check in the MS-DOS version (it does support inodes).
Kenichi Handa [Tue, 18 Jul 2000 11:13:55 +0000 (11:13 +0000)]
(select-safe-coding-system): Fix typo in the comment.
Kenichi Handa [Tue, 18 Jul 2000 11:13:06 +0000 (11:13 +0000)]
*** empty log message ***
Dave Love [Tue, 18 Jul 2000 11:07:57 +0000 (11:07 +0000)]
(Fwindow_list): Declare arg `window'.
Kenichi Handa [Tue, 18 Jul 2000 10:49:40 +0000 (10:49 +0000)]
("japanese"): Fix docstring.
Kenichi Handa [Tue, 18 Jul 2000 04:32:08 +0000 (04:32 +0000)]
(setup_coding_system): Don't override the explicitly specified
designations.
Kenichi Handa [Tue, 18 Jul 2000 04:31:25 +0000 (04:31 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 18 Jul 2000 04:29:20 +0000 (04:29 +0000)]
(compound-text): Force katakana-jisx0201 to be designated to G1.
Kenichi Handa [Tue, 18 Jul 2000 04:28:52 +0000 (04:28 +0000)]
(x-ctext): Force katakana-jisx0201 to be designated to G1.
Kenichi Handa [Tue, 18 Jul 2000 02:30:18 +0000 (02:30 +0000)]
(oldjis-newjis-jisroman-ascii): Don't translate some national variant
characters of latin-jisx0201.
Kenichi Handa [Tue, 18 Jul 2000 02:29:51 +0000 (02:29 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 17 Jul 2000 23:52:42 +0000 (23:52 +0000)]
(kkc-after-update-conversion-functions): New variable.
(kkc-update-conversion): Run functions in it at the tail.
Kenichi Handa [Mon, 17 Jul 2000 23:52:13 +0000 (23:52 +0000)]
*** empty log message ***
John Wiegley [Mon, 17 Jul 2000 06:33:36 +0000 (06:33 +0000)]
Added a new feature to align.el
Kenichi Handa [Mon, 17 Jul 2000 01:27:07 +0000 (01:27 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 17 Jul 2000 01:26:28 +0000 (01:26 +0000)]
("japanese"): Docstring modified.
Kenichi Handa [Mon, 17 Jul 2000 01:22:09 +0000 (01:22 +0000)]
(kkc-show-conversion-list-count): Customize it.
(kkc-region): Update kkc-next-count and kkc-prev-count here. Show
the conversion list at first if appropriate.
(kkc-next): Don't update kkc-next-count here.
(kkc-prev): Don't update kkc-prev-count here.
(kkc-show-conversion-list-update): Fix setting up of conversion
list message.