1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
Commit graph

39501 commits

Author SHA1 Message Date
Richard M. Stallman
6a48af06df Comment change. 2001-12-28 22:28:05 +00:00
Richard M. Stallman
a929f9e85d (iso-transl-char-map) Eliminate the
alias symbols--put the translated sequences here directly.
2001-12-28 22:27:37 +00:00
Richard M. Stallman
74e1934a3b (c-mode-abbrev-table, c++-mode-abbrev-table, objc-mode-abbrev-table)
(java-mode-abbrev-table, pike-mode-abbrev-table):
Mark all the predefined abbrevs as "system" abbrevs.
2001-12-28 22:16:42 +00:00
Richard M. Stallman
2d6c1fc09a Use the plist of an abbrev for multiple params if nec.
(Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
(Fdefine_global_abbrev, Fdefine_mode_abbrev):
Update calls to Fdefine_abbrev.
(write_abbrev): Update for changed data format.
Don't list "system" abbrevs.
(Fexpand_abbrev): Update use count with new data format.
(describe_abbrev): Update for changed data format.
(Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
2001-12-28 22:14:38 +00:00
Richard M. Stallman
07025a551c *** empty log message *** 2001-12-28 19:07:02 +00:00
Richard M. Stallman
ec40675194 Test for mbsinit. 2001-12-28 19:06:40 +00:00
Richard M. Stallman
b218817d0b (HAVE_MBSINIT): Add #undef. 2001-12-28 19:06:08 +00:00
Richard M. Stallman
025210618f (mbsinit): Define as no-op if not available. 2001-12-28 19:05:42 +00:00
Richard M. Stallman
00417fac36 (mail-envelope-from): Fix custom type.
(sendmail-send-it): Check mail-specify-envelope-from
and mail-envelope-from in the mail buffer at start.
2001-12-28 18:58:40 +00:00
Richard M. Stallman
ade19cac43 Fix previous change; also correct its change log:
(Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
(exclude_keys): New variable.
(Flookup_key): Error message if key has wrong data type.
2001-12-28 18:49:02 +00:00
Richard M. Stallman
ce6eef6e18 *** empty log message *** 2001-12-28 18:47:27 +00:00
Richard M. Stallman
2fae9111a4 (Flookup_key): Add error message for trying to bind [DEL], [RET], etc. 2001-12-28 18:39:20 +00:00
Gerd Moellmann
0cb8bb486a (x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.
2001-12-28 14:47:47 +00:00
Gerd Moellmann
60626bab46 (notice_overwritten_cursor): Don't depend on
output_cursor and updated_area.  Compare pixel coordinates with
window's cursor pixel coordinates.
(x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
notice_overwritten_cursor with new arg list.
(show_mouse_face): Fix bug setting a row's mouse_face_p flag
unconditionally.
2001-12-28 13:34:00 +00:00
Gerd Moellmann
539e92ad44 (try_scrolling) <PT below scroll margin>: Add the
height of the cursor line to the amount to scroll.
2001-12-28 12:42:54 +00:00
Eli Zaretskii
31bc27f607 (mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <gin@mo.msk.ru>.
(sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
From "Golubev I. N." <gin@mo.msk.ru>.
2001-12-28 12:20:11 +00:00
Richard M. Stallman
cf3b69c44c (ldap-search-internal): Handle <file://...> in results. 2001-12-28 06:29:37 +00:00
Richard M. Stallman
4e02881b80 *** empty log message *** 2001-12-28 05:19:24 +00:00
Richard M. Stallman
af894fc98a (line-move-invisible): New subroutine.
(line-move-to-column): New subroutine--smarter about advancing over
invisible parts of a line, or lines, but only as long as hpos grows.
(line-move-finish): New subroutine: repeatedly processes desired
column, intangibility, and fields.
(line-move): Use those subroutines.
When moving lines downward, skip invisible text first rather than last.
2001-12-28 05:15:59 +00:00
Richard M. Stallman
1d14d232dd (set_point_both): The position after an invisible, intangible
character is not an acceptable stopping point.
2001-12-28 05:12:42 +00:00
Richard M. Stallman
6480c8b4e2 Update C-u C-x = output format. 2001-12-28 03:10:33 +00:00
Richard M. Stallman
a228c48e1a (describe-char-after): Describe the text properties of the char after point. 2001-12-28 03:01:42 +00:00
Richard M. Stallman
0e270d1540 Rewrite the introductory text for clarity.
Put the `info' topic above the "Emacs" subcategory line.
2001-12-28 02:55:13 +00:00
Richard M. Stallman
0e842e15be Fix previous change. 2001-12-28 02:13:58 +00:00
Richard M. Stallman
e63e3d5feb (find-dired-sentinel): Precede exit message by
two spaces, to match the regexp in dired-between-files.
2001-12-28 02:12:13 +00:00
Richard M. Stallman
a0d32c10a6 (describe-key): Doc fix. 2001-12-28 02:11:59 +00:00
Miles Bader
3058e43675 (widget-toggle-value-create): Don't eval actual images (which are lists too). 2001-12-27 15:09:44 +00:00
Eli Zaretskii
b24cd22ec0 Fix the doc string of "Latin-5" language environment. 2001-12-27 11:27:27 +00:00
Eli Zaretskii
0a457ceeff *** empty log message *** 2001-12-27 10:27:30 +00:00
Ken Raeburn
1ab964d755 * window.c (enlarge_window): In new preserve_before code, convert CURBEG from
lisp object to integer before doing arithmetic.
2001-12-27 05:49:33 +00:00
Richard M. Stallman
5274126bde (Fbyte_code): Undo previous change. 2001-12-27 05:00:56 +00:00
Richard M. Stallman
749f499fa5 *** empty log message *** 2001-12-27 05:00:49 +00:00
Richard M. Stallman
f2f22d26ed Comment change. 2001-12-27 03:23:50 +00:00
Richard M. Stallman
d2fb04dfd3 (flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.
2001-12-27 03:13:57 +00:00
Francesco Potortì
eaaacacdf4 support for Perl packages
* etags.c (Perl_functions): Tag packages and use them in sub tags.
(get_tag): Return a pointer to the tag that is found.

 general cleanup and streamlining
* etags.c (LOOKING_AT): Use !intoken instead of iswhite.
(F_takeprec): Renamed from takeprec.  All callers changed.
(F_getit): Renamed from getit.  All callers changed.
(nocase_tail): Renamed from tail.  All callers changed.
(Ada_getit): Renamed from adagetit.  All callers changed.
(L_getit): Simplified by using get_tag.
(Perl_functions, Postscript_functions, erlang_attribute): Use the
modified LOOKING_AT.
(notinname): Removed '[' and added ')' to the recognised chars.
(LOOKING_AT, get_tag, PHP_functions): Use notinname.
(Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
Clarified, using strneq or notinname.
(L_isdef, L_isquote): Removed.
(Lisp_functions, L_getit): Clarified.

 changes for standalone compilation
* etags.c: (P_): Renamed to __P for consistency with config.h.
[HAVE_CONFIG_H]: Let config.h deal with __P.
[__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
[!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
gperf code needs it.
[HAVE_CONFIG_H] [!PTR]: Define PTR (for use with Xemacs).
[HAVE_CONFIG_H] [!__P]: Define __P (for use with Xemacs).
(xmalloc, xrealloc): Use PTR instead of long *.
(bool): Make it a define, not a typedef, for C++ compilers.
(pattern): Members renamed to avoid name clash in some C++ compilers.
(get_language_from_langname): Use const argument.
2001-12-26 22:11:21 +00:00
Francesco Potortì
a60e4de9e8 Etags.c:
support for Perl packages
 general cleanup and streamlining
 changes for standalone compilation
2001-12-26 22:07:34 +00:00
Francesco Potortì
13dc057682 Removed names of people from etags.c change log entries. 2001-12-26 21:56:47 +00:00
Francesco Potortì
3e7eaab2dc Perl changes for etags. 2001-12-26 21:51:53 +00:00
Richard M. Stallman
62728cf048 Comment change. 2001-12-26 21:27:54 +00:00
Richard M. Stallman
492e159bb0 (compile-internal): Set TERM variable in process-environment. 2001-12-26 21:26:25 +00:00
Richard M. Stallman
3006826718 Rewrite Types of Log File node. 2001-12-26 00:42:56 +00:00
Kim F. Storm
090c68b9a4 (record_char): Ignore duplicate help-echo events only
separated by mouse-movement.  When tracking mouse, only record
first and last mouse-movement event in same window.
Don't record mouse-movement events in keyboard macros.
2001-12-25 23:38:23 +00:00
Kim F. Storm
b5d9aabacd *** empty log message *** 2001-12-25 23:34:45 +00:00
Richard M. Stallman
5a97a3c2db (help-xref-on-pp): Catch and ignore errors in scanning the buffer. 2001-12-25 22:02:33 +00:00
Pavel Janík
2a7c85e3f8 Move direntry. 2001-12-25 17:20:00 +00:00
Richard M. Stallman
c16eb7b010 (command-line): Convert command line args
to Emacs internal representation using locale-coding-system.
2001-12-25 17:15:14 +00:00
Richard M. Stallman
da3ab9c771 *** empty log message *** 2001-12-25 17:15:00 +00:00
Eli Zaretskii
9ac9525c76 Don't require ind-util when compiling. 2001-12-25 16:31:18 +00:00
Robert J. Chassell
aae61ef390 (texinfo-show-structure): Display the line showing the current location
in the middle of the window.
2001-12-25 16:16:22 +00:00
Robert J. Chassell
d4bb58885a Explain the difference between the per-file log maintained by the
version control system and the per-directory or per-project ChangeLog.
2001-12-25 15:32:10 +00:00