]>
git.eshelyaron.com Git - emacs.git/log
John Wiegley [Fri, 16 Mar 2001 21:39:31 +0000 (21:39 +0000)]
see ChangeLog
Eli Zaretskii [Fri, 16 Mar 2001 18:53:54 +0000 (18:53 +0000)]
(Select Input Method): Document the behavior of toggle-input-method
when invoked with an argument. From Janusz S. Bien <jsbien@mimuw.edu.pl>.
Eli Zaretskii [Fri, 16 Mar 2001 18:18:06 +0000 (18:18 +0000)]
(Glossary): Fix last change.
Eli Zaretskii [Fri, 16 Mar 2001 16:45:10 +0000 (16:45 +0000)]
Mode line is mouse-sensitive on all systems which have a mouse.
Gerd Moellmann [Fri, 16 Mar 2001 13:33:46 +0000 (13:33 +0000)]
(current_column, current_column_1, Fmove_to_column)
(compute_motion): Handle characters from display vectors
differently.
Eli Zaretskii [Fri, 16 Mar 2001 12:56:13 +0000 (12:56 +0000)]
(Faces): Correct the definition of the fringe area.
Kenichi Handa [Fri, 16 Mar 2001 12:53:10 +0000 (12:53 +0000)]
("slovak"): Delete translations of "q", "Q", "=q", "+q", "=Q", and "+Q".
("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
("slovak-prog-2"): Likewise.
("slovak-prog-3"): Likewise.
Kenichi Handa [Fri, 16 Mar 2001 12:52:27 +0000 (12:52 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 16 Mar 2001 12:44:41 +0000 (12:44 +0000)]
Change "character terminal" to "text-only terminal".
Eli Zaretskii [Fri, 16 Mar 2001 12:42:51 +0000 (12:42 +0000)]
Change "character terminals" to "text-only terminals".
Eli Zaretskii [Fri, 16 Mar 2001 12:41:30 +0000 (12:41 +0000)]
(Antinews): Change "character terminals" to "text-only terminals".
Eli Zaretskii [Fri, 16 Mar 2001 12:39:04 +0000 (12:39 +0000)]
(Glossary): Updated for Emacs 21, with comments from Richard M. Stallman.
Eli Zaretskii [Fri, 16 Mar 2001 12:09:01 +0000 (12:09 +0000)]
(finnish-keyboard): Fix a typo.
Kenichi Handa [Fri, 16 Mar 2001 11:01:53 +0000 (11:01 +0000)]
(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.
Kenichi Handa [Fri, 16 Mar 2001 11:01:23 +0000 (11:01 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 16 Mar 2001 08:47:41 +0000 (08:47 +0000)]
(quail-japanese-kana-state): Delete this variable.
(quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
instead check if there's any Hiraganas in the converison region.
Kenichi Handa [Fri, 16 Mar 2001 08:47:14 +0000 (08:47 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 16 Mar 2001 08:18:41 +0000 (08:18 +0000)]
(quail-japanese-transliteration-rules): New variable. Use it to
define these input methods: "japanese", "japanese-hiragana",
"japanese-katakana".
Kenichi Handa [Fri, 16 Mar 2001 08:17:37 +0000 (08:17 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 16 Mar 2001 05:52:16 +0000 (05:52 +0000)]
(rmail-insert-inbox-text): Call expand-file-name before
substitute-in-file-name to handle double slashes in FILE correctly.
Kenichi Handa [Fri, 16 Mar 2001 05:51:37 +0000 (05:51 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 16 Mar 2001 02:50:18 +0000 (02:50 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 15 Mar 2001 16:31:51 +0000 (16:31 +0000)]
(timer_check): Preserve the value of deactivate-mark.
(command_loop_1): Undo last change.
Gerd Moellmann [Thu, 15 Mar 2001 16:29:17 +0000 (16:29 +0000)]
(fast_find_position): Return the correct vpos.
Gerd Moellmann [Thu, 15 Mar 2001 13:29:29 +0000 (13:29 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 15 Mar 2001 13:29:04 +0000 (13:29 +0000)]
New image from Luis Fernandes <elf@ee.ryerson.ca>.
Gerd Moellmann [Thu, 15 Mar 2001 12:13:49 +0000 (12:13 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 15 Mar 2001 09:44:37 +0000 (09:44 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 15 Mar 2001 09:44:10 +0000 (09:44 +0000)]
(store_symval_forwarding): Add parameter BUF. If BUF is
non-null, set a per-buffer value in BUF instead of the current
buffer.
(swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
Call store_symval_forwarding with BUF null.
(set_internal): Call store_symval_forwarding with the BUF
parameter passed to set_internal. Formerly, the value was always
set in the current buffer; the buffer recorded in specbind for
this case wasn't used.
(arith_driver): Reindent.
Gerd Moellmann [Thu, 15 Mar 2001 09:43:39 +0000 (09:43 +0000)]
(swap_out_buffer_local_variables): Call
store_symval_forwarding with BUF null.
Gerd Moellmann [Thu, 15 Mar 2001 09:43:16 +0000 (09:43 +0000)]
(specbind): Call store_symval_forwarding with BUF null.
Gerd Moellmann [Thu, 15 Mar 2001 09:42:53 +0000 (09:42 +0000)]
(store_symval_forwarding): Change prototype.
Gerd Moellmann [Thu, 15 Mar 2001 09:18:31 +0000 (09:18 +0000)]
(ispell-dictionary-alist-6): Add support
for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e ,Bm\e (Bk ml.).
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>