1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

39469 commits

Author SHA1 Message Date
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
Robert J. Chassell
744e59f6a8 Fix typo in cross-reference for `Using non-standard file names'
Fix cross-reference to `The GNU Emacs Manual'.
2001-12-25 15:30:36 +00:00
Pavel Janík
04b7de794f (tpu-reset-screen-size): Use set-frame-height and set-frame-width instead
of set-screen-height and set-screen-width.
2001-12-25 11:22:35 +00:00
Pavel Janík
ec5b8815a9 (mh-show-msg): Likewise.
(mh-handle-process-error): Use frame-width instead of obsolete
screen-width.
2001-12-25 11:18:39 +00:00
Pavel Janík
2cb48ea3ff (vt-wide, vt-narrow): Use set-frame-width instead of obsolete
set-screen-width.
2001-12-25 11:16:02 +00:00
Pavel Janík
041f4d74cc Fix Lisp headers. 2001-12-25 11:10:03 +00:00
Pavel Janík
fcb1ffbb9f Remove empty line at the end of file. 2001-12-25 11:09:24 +00:00
Pavel Janík
c19813f3f5 (locate): Remove dot at the end of error argument. 2001-12-25 11:07:45 +00:00
Pavel Janík
634f4a678a Add Maintainer header. 2001-12-25 11:03:46 +00:00
Pavel Janík
639898757d Remove empty lines at the end of file. 2001-12-25 11:02:43 +00:00
Pavel Janík
19d62fda54 (emerge-show-file-name): Use frame-height instead of obsolete
screen-height.
2001-12-25 11:01:47 +00:00
Pavel Janík
51896ebc37 Add keyword. 2001-12-25 10:55:12 +00:00
Pavel Janík
02ed5b47a7 Fix Lisp footer. 2001-12-25 10:53:42 +00:00
Pavel Janík
ad21495fd3 Fix previous change. 2001-12-25 10:43:25 +00:00
Richard M. Stallman
b4c4516263 *** empty log message *** 2001-12-25 10:36:14 +00:00
Richard M. Stallman
f95284d2b4 (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
(Fenlarge_window): New arg PRESERVE_BEFORE.
2001-12-25 10:36:08 +00:00
Richard M. Stallman
0d6c5d1849 (balance-windows): Use new PRESERVE-BEFORE arg
to enlarge-window.  Use save-selected-window.  Don't try
to resize windows that end at the bottom "level".
Retry changing the sizes until the windows get the desired sizes.
Discount the minibuffer when computing total height available.
2001-12-25 10:34:39 +00:00
Richard M. Stallman
d0fd26dd0b *** empty log message *** 2001-12-25 08:16:54 +00:00
Richard M. Stallman
fbd98f82df (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte. 2001-12-25 08:16:46 +00:00
Richard M. Stallman
f27b0335d1 (debugger-mode-map): Bind C-m, not `RET'.
(debugger-make-xrefs): Only make a button for the first symbol on any line.
2001-12-25 08:14:45 +00:00
Richard M. Stallman
96c01bd4e3 (ftp-mode-abbrev-table): Don't define it.
(nslookup-mode-abbrev-table): Don't define it.
(smbclient-mode-abbrev-table): Don't define it.
(ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
(nslookup-mode, smbclient-mode): Likewise.
(network-connection-service-abbrev-alist): Variable deleted.
(network-connection-mode-setup): Don't set up abbrev table.
2001-12-24 20:18:36 +00:00
Richard M. Stallman
85c7ceaa01 Replace "comment-fence" and "string-fence" with consistent terms. 2001-12-24 18:01:56 +00:00
Eli Zaretskii
9e06819844 *** empty log message *** 2001-12-24 17:11:11 +00:00
Eli Zaretskii
a9a9b2e3c3 (dos-cpNNN-setup, dos-codepage-setup):
Call IT-setup-unicode-display here instead of adding it to
dos-codepage-setup-hook, so that Unicode display tables are set
before dos-codepage-setup-hook runs.
2001-12-24 16:52:50 +00:00
Richard M. Stallman
7c425d82b0 *** empty log message *** 2001-12-24 16:39:39 +00:00
Richard M. Stallman
31cf46d33d (minibuffer-prompt): New face.
(minibuffer-prompt-properties): Add `face' property.
2001-12-24 16:39:31 +00:00
Richard M. Stallman
7826313924 Explain using a before-string to put something in the margin. 2001-12-24 16:29:42 +00:00
Richard M. Stallman
8e0f7b5b48 Explain mode line redisplay better. 2001-12-24 16:28:22 +00:00
Richard M. Stallman
365486d69e (occur-mode-display-occurrence): New function.
(occur-mode-map): Bind C-o to it.
2001-12-24 16:27:20 +00:00
Pavel Janík
3978dec08d Fix headers. 2001-12-24 12:20:50 +00:00
Pavel Janík
153c21601b Fix typo. 2001-12-24 12:17:55 +00:00
ShengHuo ZHU
d9d575d874 More fixes. 2001-12-24 06:04:36 +00:00
ShengHuo ZHU
7696fe41cf Fix confusing entries. 2001-12-24 05:51:46 +00:00