]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Thu, 15 Mar 2001 08:49:11 +0000 (08:49 +0000)]
Fix the names of Emacs manuals. From Kim Storm.
Dave Love [Wed, 14 Mar 2001 19:52:43 +0000 (19:52 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 14 Mar 2001 18:24:54 +0000 (18:24 +0000)]
Set version to 21.0.101.
Gerd Moellmann [Wed, 14 Mar 2001 16:37:12 +0000 (16:37 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 14 Mar 2001 16:36:44 +0000 (16:36 +0000)]
(do_switch_frame): Remove unused parameter NO_EVENT, add
FOR_DELETION. Avoid resizing the mini-window of the selected
frame if FOR_DELETION is set.
(Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
(Fmake_frame_invisible): Change calls to do_switch_frame for new
signature.
Gerd Moellmann [Wed, 14 Mar 2001 16:36:16 +0000 (16:36 +0000)]
(Fset_window_configuration): Change call to
do_switch_frame to new format.
Gerd Moellmann [Wed, 14 Mar 2001 16:35:40 +0000 (16:35 +0000)]
(quit_throw_to_read_char): Change call to
do_switch_frame to new format.
Gerd Moellmann [Wed, 14 Mar 2001 16:34:51 +0000 (16:34 +0000)]
(do_switch_frame): Change prototype.
Gerd Moellmann [Wed, 14 Mar 2001 15:46:58 +0000 (15:46 +0000)]
(features): Add `md5' and `overlay' to the list.
Gerd Moellmann [Wed, 14 Mar 2001 14:40:54 +0000 (14:40 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 14 Mar 2001 14:40:22 +0000 (14:40 +0000)]
(Fframe_parameters): In the `buffer-list' frame
parameter, store the buffer list of FRAME, not the list of the
selected frame.
Gerd Moellmann [Wed, 14 Mar 2001 14:00:42 +0000 (14:00 +0000)]
(toplevel): Test if `x-toolkit-scroll-bars' is
bound before using it. It's not bound when configured without X,
for instance.
Gerd Moellmann [Wed, 14 Mar 2001 13:26:45 +0000 (13:26 +0000)]
(highlight_trailing_whitespace): On character terminals,
skip the padding blanks inserted in extend_face_to_end_of_line,
before checking for trailing whitespace.
Kenichi Handa [Wed, 14 Mar 2001 13:18:05 +0000 (13:18 +0000)]
(x_draw_glyph_string): Draw relief (if any) before
drawing glyph string.
Gerd Moellmann [Wed, 14 Mar 2001 13:15:51 +0000 (13:15 +0000)]
Improve comments.
Gerd Moellmann [Wed, 14 Mar 2001 12:54:20 +0000 (12:54 +0000)]
Mention default value of backward-delete-char-untabify-method.
Gerd Moellmann [Wed, 14 Mar 2001 12:50:16 +0000 (12:50 +0000)]
Extend description of backward-delete-char-untabify-method.
Gerd Moellmann [Wed, 14 Mar 2001 12:40:08 +0000 (12:40 +0000)]
(x_draw_glyph_string_box): Don't draw a full-width
box just because the glyph row's full_width_p flag is set.
Kenichi Handa [Wed, 14 Mar 2001 12:30:06 +0000 (12:30 +0000)]
("slovak"): Give t to the arg SHOW-LAYOUT.
Kenichi Handa [Wed, 14 Mar 2001 12:29:42 +0000 (12:29 +0000)]
*** empty log message ***
Eli Zaretskii [Wed, 14 Mar 2001 08:01:55 +0000 (08:01 +0000)]
Minor changes from Kim Storm <storm@filanet.dk>.
Richard M. Stallman [Wed, 14 Mar 2001 01:30:20 +0000 (01:30 +0000)]
DEL Gets Help: Complete rewrite to deal with automatic
discrimination on window terminals.
Richard M. Stallman [Wed, 14 Mar 2001 01:25:42 +0000 (01:25 +0000)]
Format Faces: Update info on `fixed' face
since we do support variable width now.
Richard M. Stallman [Wed, 14 Mar 2001 01:23:52 +0000 (01:23 +0000)]
Simplify the discussion of DEL. Refer to `DEL Gets Help' node
for fixing problems.
Thien-Thi Nguyen [Wed, 14 Mar 2001 00:09:55 +0000 (00:09 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Wed, 14 Mar 2001 00:04:50 +0000 (00:04 +0000)]
(hs-minor-mode-hook): Include `:version' in defcustom form.
Thien-Thi Nguyen [Wed, 14 Mar 2001 00:00:13 +0000 (00:00 +0000)]
Update hideshow key bindings.
Thien-Thi Nguyen [Tue, 13 Mar 2001 23:41:10 +0000 (23:41 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Tue, 13 Mar 2001 23:34:21 +0000 (23:34 +0000)]
Update copyright.
(hs-minor-mode-map): Change bindings to use `C-c @' prefix.
Gerd Moellmann [Tue, 13 Mar 2001 16:51:32 +0000 (16:51 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 13 Mar 2001 16:51:13 +0000 (16:51 +0000)]
(make_menu_in_widget): Remove code forcing LessTif to
recompute centered text; it works fine without with current LessTif.
Gerd Moellmann [Tue, 13 Mar 2001 16:30:15 +0000 (16:30 +0000)]
(make_menu_in_widget): Add an XmNpopdownCallback
instead of an XmNunmapCallback.
(xm_unmap_callback): Removed.
Gerd Moellmann [Tue, 13 Mar 2001 16:26:25 +0000 (16:26 +0000)]
(popup_activate_callback, popup_deactivate_callback):
Remove special handling for LessTif/Motif.
(toplevel): Don't include Xm/Xm.h.
Gerd Moellmann [Tue, 13 Mar 2001 15:03:03 +0000 (15:03 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 13 Mar 2001 15:00:45 +0000 (15:00 +0000)]
(string-key-binding): Don't call event-start on
a non-list.
Gerd Moellmann [Tue, 13 Mar 2001 14:36:25 +0000 (14:36 +0000)]
(XTread_socket) <LeaveNotify, EnterNotify>: Remove
workaround code for LessTif; it doesn't work anymore.
Gerd Moellmann [Tue, 13 Mar 2001 14:20:01 +0000 (14:20 +0000)]
[USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
SscrollBarP.h.
Gerd Moellmann [Tue, 13 Mar 2001 14:11:34 +0000 (14:11 +0000)]
(x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
access private scroll bar data; it's no longer necessary with
contemporary LessTif.
Gerd Moellmann [Tue, 13 Mar 2001 13:16:37 +0000 (13:16 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 13 Mar 2001 13:16:10 +0000 (13:16 +0000)]
(xm_set_menu_resources_from_menu_face): Change
#if 0 to #ifndef LESSTIF_VERSION.
Gerd Moellmann [Tue, 13 Mar 2001 12:51:25 +0000 (12:51 +0000)]
(EmacsFrameSetCharSize): Comment update.
Gerd Moellmann [Tue, 13 Mar 2001 12:38:50 +0000 (12:38 +0000)]
(make_menubar): Take out code in #if 0.
Gerd Moellmann [Tue, 13 Mar 2001 12:31:55 +0000 (12:31 +0000)]
(xm_popup_menu): Don't set XmNmenuPost unless
necessary. From Rick Scott <rwscott@alumni.uwaterloo.ca>.
Eli Zaretskii [Tue, 13 Mar 2001 11:40:38 +0000 (11:40 +0000)]
(fancy-splash-tail, command-line-1): Fix the copyright year.
Kenichi Handa [Tue, 13 Mar 2001 11:21:52 +0000 (11:21 +0000)]
These changes are based on a patch sent from Yong Lu <lyongu@yahoo.com>.
(term-set-escape-char): Bind M-x to execute-extended-command in
term-raw-escape-map.
(term-move-columns): Don't try to move to negagive column.
(term-emulate-terminal): Insert a string before deleting a text to
overwrite.
Kenichi Handa [Tue, 13 Mar 2001 11:21:27 +0000 (11:21 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 13 Mar 2001 10:39:00 +0000 (10:39 +0000)]
(xmenu_show) [LESSTIF_VERSION]: Take out the code
removing button grabs.
Kenichi Handa [Tue, 13 Mar 2001 08:14:35 +0000 (08:14 +0000)]
(syms_of_fontset): Describe highlight-wrong-size-font
and clip-large-size-font as obsolete.
Kenichi Handa [Tue, 13 Mar 2001 08:14:06 +0000 (08:14 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 13 Mar 2001 06:04:12 +0000 (06:04 +0000)]
(read_multibyte): Check the validity of multibyte sequence. If
invalid, return the first byte.
Kenichi Handa [Tue, 13 Mar 2001 06:03:52 +0000 (06:03 +0000)]
*** empty log message ***
Dave Love [Mon, 12 Mar 2001 20:32:21 +0000 (20:32 +0000)]
utf-8.el
Stefan Monnier [Mon, 12 Mar 2001 19:47:09 +0000 (19:47 +0000)]
*** empty log message ***
Dave Love [Mon, 12 Mar 2001 17:28:09 +0000 (17:28 +0000)]
*** empty log message ***
Dave Love [Mon, 12 Mar 2001 17:24:51 +0000 (17:24 +0000)]
Need library devel packages.
Gerd Moellmann [Mon, 12 Mar 2001 16:45:29 +0000 (16:45 +0000)]
(life): Rearrange code so that all calls to
life-display-generation are in a catch-form.
Gerd Moellmann [Mon, 12 Mar 2001 16:39:22 +0000 (16:39 +0000)]
(tags-loop-continue): Don't change point in a
file that isn't interesting. In an interesting file, push the old
value of point on the mark ring.
Gerd Moellmann [Mon, 12 Mar 2001 15:58:43 +0000 (15:58 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 12 Mar 2001 15:58:05 +0000 (15:58 +0000)]
(rmail-summary-override-mail-send-and-exit):
New function.
(rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
Use it.
Gerd Moellmann [Mon, 12 Mar 2001 15:14:11 +0000 (15:14 +0000)]
(command_loop_1): Set Vdeactivate_mark to nil
before running the command; timer functions or process
filters may have set it.
Gerd Moellmann [Mon, 12 Mar 2001 14:57:30 +0000 (14:57 +0000)]
(generate-file-autoloads): Remove
warning about line lengths.
Eli Zaretskii [Mon, 12 Mar 2001 14:48:45 +0000 (14:48 +0000)]
(syms_of_keyboard) <overriding-local-map>: Doc fix.
Gerd Moellmann [Mon, 12 Mar 2001 12:49:02 +0000 (12:49 +0000)]
(x_load_resources) [USE_MOTIF]: Remove extraneous arg
to sprintf.
Francesco Potortì [Mon, 12 Mar 2001 12:45:40 +0000 (12:45 +0000)]
Correctly attribute a change to etags.el made by Gerd to Philippe
Waroquiers, who at that time had not yet released papers to the FSF.
Francesco Potortì [Mon, 12 Mar 2001 12:41:32 +0000 (12:41 +0000)]
Mention that file names are tags.
Francesco Potortì [Mon, 12 Mar 2001 12:33:39 +0000 (12:33 +0000)]
2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
* progmodes/etags.el (tags-compression-info-list): New variable.
(find-tag-in-order): Use it to deal with compressed source files.
(tag-file-name-match-p): New function.
(etags-recognize-tags-table): Use it for better match of file names.
Francesco Potortì [Mon, 12 Mar 2001 12:32:48 +0000 (12:32 +0000)]
etags.el: compression and better file name tagging
by Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
Francesco Potortì [Mon, 12 Mar 2001 11:47:23 +0000 (11:47 +0000)]
etags.el: compressed files are now transparently supported
Dave Love [Mon, 12 Mar 2001 11:32:53 +0000 (11:32 +0000)]
efont URL
Kenichi Handa [Mon, 12 Mar 2001 06:18:57 +0000 (06:18 +0000)]
(register-input-method): Doc fix.
Kenichi Handa [Mon, 12 Mar 2001 06:18:17 +0000 (06:18 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 12 Mar 2001 03:45:12 +0000 (03:45 +0000)]
Move :file, :data and :margin first in the table
of subproperties of `image' property.
Richard M. Stallman [Mon, 12 Mar 2001 03:39:23 +0000 (03:39 +0000)]
Minor change in @kindex.
Richard M. Stallman [Mon, 12 Mar 2001 03:35:40 +0000 (03:35 +0000)]
Clarify C-u C-x v v cvs RET. Clarify the purpose of C-x v b.
Richard M. Stallman [Mon, 12 Mar 2001 03:33:45 +0000 (03:33 +0000)]
Delete minibuffer-scroll-overlap.
Richard M. Stallman [Mon, 12 Mar 2001 03:32:46 +0000 (03:32 +0000)]
Clarify key bindings vs running a command by name.
Richard M. Stallman [Mon, 12 Mar 2001 03:31:14 +0000 (03:31 +0000)]
Clarify the text for BACKSPACE vs DELETE.
Richard M. Stallman [Mon, 12 Mar 2001 03:24:41 +0000 (03:24 +0000)]
Clarify BACKSPACE vs DELETE. Mention delete-key-deletes-forward-mode.
Kenichi Handa [Sun, 11 Mar 2001 23:38:11 +0000 (23:38 +0000)]
(quail-translate-key): Fix condition to
check if there's another breaking point in the current key.
Kenichi Handa [Sun, 11 Mar 2001 23:37:43 +0000 (23:37 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 11 Mar 2001 18:57:19 +0000 (18:57 +0000)]
(texinfo-update-menu-lower-regexps):
Fix the named and regexp used for subsubsections.
Eli Zaretskii [Sun, 11 Mar 2001 17:55:15 +0000 (17:55 +0000)]
(Deletion): Fix last change.
Eli Zaretskii [Sun, 11 Mar 2001 17:52:35 +0000 (17:52 +0000)]
(Faces): Fix description of terminals which support faces.
(Font Lock): Document that syntactic fontification might slow down display.
Eli Zaretskii [Sun, 11 Mar 2001 11:54:03 +0000 (11:54 +0000)]
(rmail-output-to-rmail-file): When writing the
Babyl header to the newly-created output file, bind
coding-system-for-write to either rmail-file-coding-system or
emacs-mule-unix.
Dave Love [Sat, 10 Mar 2001 13:20:47 +0000 (13:20 +0000)]
(tool-bar-setup): Don't suppress write-file
and save-buffer if buffer-file-name non-nil. From rms.
André Spiegel [Sat, 10 Mar 2001 10:58:23 +0000 (10:58 +0000)]
#
André Spiegel [Sat, 10 Mar 2001 10:51:22 +0000 (10:51 +0000)]
(vc-sccs-print-log): Output to buffer *vc*, not the current buffer.
(vc-sccs-diff): Output to buffer *vc-diff*, not the current buffer.
André Spiegel [Sat, 10 Mar 2001 10:50:16 +0000 (10:50 +0000)]
(vc-rcs-print-log): Output to buffer *vc*, not the current buffer.
(vc-rcs-diff): Output to buffer *vc-diff*, not the current buffer.
André Spiegel [Sat, 10 Mar 2001 10:49:05 +0000 (10:49 +0000)]
(vc-cvs-checkin): When removing the sticky tag, make output go to
buffer *vc*, not the current buffer.
(vc-cvs-print-log): Output to buffer *vc*, not the current buffer.
(vc-cvs-diff): Output to buffer *vc-diff*, not the current buffer.
André Spiegel [Sat, 10 Mar 2001 10:44:35 +0000 (10:44 +0000)]
(vc-do-command): If the destination buffer is already current, don't
set it up and don't erase it. Updated doc string to reflect that.
(vc-version-diff): When doing a single file diff, don't switch to the
*vc-diff* buffer before the command. This is to preserve local variable
bindings that might affect the diff command.
(vc-print-log): Don't switch to the *vc* buffer before the command, so
that local variable bindings are preserved.
Stefan Monnier [Fri, 9 Mar 2001 21:16:24 +0000 (21:16 +0000)]
(hi-lock-line-face-buffer): Wrap the regexp in a group
so ^, $, *, ? and + are interpreted correctly.
Stefan Monnier [Fri, 9 Mar 2001 18:50:20 +0000 (18:50 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 9 Mar 2001 18:43:47 +0000 (18:43 +0000)]
(make_lispy_event): Add string info to the event,
analogous to what's done on mode lines.
(read_key_sequence): For a click on a string, consider `local-map'
and `keymap' of that string.
Gerd Moellmann [Fri, 9 Mar 2001 18:42:28 +0000 (18:42 +0000)]
(note_mouse_highlight): If there's no help-echo on
a string, look at the buffer text ``under'' it.
Gerd Moellmann [Fri, 9 Mar 2001 18:41:50 +0000 (18:41 +0000)]
(string_buffer_position, display_prop_string_p)
(single_display_prop_string_p): New functions.
Gerd Moellmann [Fri, 9 Mar 2001 18:41:17 +0000 (18:41 +0000)]
(string_buffer_position): Add prototype.
Gerd Moellmann [Fri, 9 Mar 2001 16:24:53 +0000 (16:24 +0000)]
(string-key-binding): Renamed from
mode-line-key-binding. Handle any event on a string. Check for
`keymap' properties as well as `local-map' properties.
Gerd Moellmann [Fri, 9 Mar 2001 14:51:34 +0000 (14:51 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 9 Mar 2001 14:51:01 +0000 (14:51 +0000)]
(make_lispy_event, make_lispy_movement): Adjust
calls to buffer_posn_from_coords to new format.
Gerd Moellmann [Fri, 9 Mar 2001 14:50:33 +0000 (14:50 +0000)]
(buffer_posn_from_coords): Add parameters OBJECT and
POS; return void.