]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Fri, 28 Dec 2001 19:06:08 +0000 (19:06 +0000)]
(HAVE_MBSINIT): Add #undef.
Richard M. Stallman [Fri, 28 Dec 2001 19:05:42 +0000 (19:05 +0000)]
(mbsinit): Define as no-op if not available.
Richard M. Stallman [Fri, 28 Dec 2001 18:58:40 +0000 (18:58 +0000)]
(mail-envelope-from): Fix custom type.
(sendmail-send-it): Check mail-specify-envelope-from
and mail-envelope-from in the mail buffer at start.
Richard M. Stallman [Fri, 28 Dec 2001 18:49:02 +0000 (18:49 +0000)]
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.
Richard M. Stallman [Fri, 28 Dec 2001 18:47:27 +0000 (18:47 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2001 18:39:20 +0000 (18:39 +0000)]
(Flookup_key): Add error message for trying to bind [DEL], [RET], etc.
Gerd Moellmann [Fri, 28 Dec 2001 14:47:47 +0000 (14:47 +0000)]
(x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.
Gerd Moellmann [Fri, 28 Dec 2001 13:34:00 +0000 (13:34 +0000)]
(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.
Gerd Moellmann [Fri, 28 Dec 2001 12:42:54 +0000 (12:42 +0000)]
(try_scrolling) <PT below scroll margin>: Add the
height of the cursor line to the amount to scroll.
Eli Zaretskii [Fri, 28 Dec 2001 12:20:11 +0000 (12:20 +0000)]
(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>.
Richard M. Stallman [Fri, 28 Dec 2001 06:29:37 +0000 (06:29 +0000)]
(ldap-search-internal): Handle <file://...> in results.
Richard M. Stallman [Fri, 28 Dec 2001 05:19:24 +0000 (05:19 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2001 05:15:59 +0000 (05:15 +0000)]
(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.
Richard M. Stallman [Fri, 28 Dec 2001 05:12:42 +0000 (05:12 +0000)]
(set_point_both): The position after an invisible, intangible
character is not an acceptable stopping point.
Richard M. Stallman [Fri, 28 Dec 2001 03:10:33 +0000 (03:10 +0000)]
Update C-u C-x = output format.
Richard M. Stallman [Fri, 28 Dec 2001 03:01:42 +0000 (03:01 +0000)]
(describe-char-after): Describe the text properties of the char after point.
Richard M. Stallman [Fri, 28 Dec 2001 02:55:13 +0000 (02:55 +0000)]
Rewrite the introductory text for clarity.
Put the `info' topic above the "Emacs" subcategory line.
Richard M. Stallman [Fri, 28 Dec 2001 02:13:58 +0000 (02:13 +0000)]
Fix previous change.
Richard M. Stallman [Fri, 28 Dec 2001 02:12:13 +0000 (02:12 +0000)]
(find-dired-sentinel): Precede exit message by
two spaces, to match the regexp in dired-between-files.
Richard M. Stallman [Fri, 28 Dec 2001 02:11:59 +0000 (02:11 +0000)]
(describe-key): Doc fix.
Miles Bader [Thu, 27 Dec 2001 15:09:44 +0000 (15:09 +0000)]
(widget-toggle-value-create): Don't eval actual images (which are lists too).
Eli Zaretskii [Thu, 27 Dec 2001 11:27:27 +0000 (11:27 +0000)]
Fix the doc string of "Latin-5" language environment.
Eli Zaretskii [Thu, 27 Dec 2001 10:27:30 +0000 (10:27 +0000)]
*** empty log message ***
Ken Raeburn [Thu, 27 Dec 2001 05:49:33 +0000 (05:49 +0000)]
* window.c (enlarge_window): In new preserve_before code, convert CURBEG from
lisp object to integer before doing arithmetic.
Richard M. Stallman [Thu, 27 Dec 2001 05:00:56 +0000 (05:00 +0000)]
(Fbyte_code): Undo previous change.
Richard M. Stallman [Thu, 27 Dec 2001 05:00:49 +0000 (05:00 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 27 Dec 2001 03:23:50 +0000 (03:23 +0000)]
Comment change.
Richard M. Stallman [Thu, 27 Dec 2001 03:13:57 +0000 (03:13 +0000)]
(flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.
Francesco Potortì [Wed, 26 Dec 2001 22:11:21 +0000 (22:11 +0000)]
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.
Francesco Potortì [Wed, 26 Dec 2001 22:07:34 +0000 (22:07 +0000)]
Etags.c:
support for Perl packages
general cleanup and streamlining
changes for standalone compilation
Francesco Potortì [Wed, 26 Dec 2001 21:56:47 +0000 (21:56 +0000)]
Removed names of people from etags.c change log entries.
Francesco Potortì [Wed, 26 Dec 2001 21:51:53 +0000 (21:51 +0000)]
Perl changes for etags.
Richard M. Stallman [Wed, 26 Dec 2001 21:27:54 +0000 (21:27 +0000)]
Comment change.
Richard M. Stallman [Wed, 26 Dec 2001 21:26:25 +0000 (21:26 +0000)]
(compile-internal): Set TERM variable in process-environment.
Richard M. Stallman [Wed, 26 Dec 2001 00:42:56 +0000 (00:42 +0000)]
Rewrite Types of Log File node.
Kim F. Storm [Tue, 25 Dec 2001 23:38:23 +0000 (23:38 +0000)]
(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.
Kim F. Storm [Tue, 25 Dec 2001 23:34:45 +0000 (23:34 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2001 22:02:33 +0000 (22:02 +0000)]
(help-xref-on-pp): Catch and ignore errors in scanning the buffer.
Pavel Janík [Tue, 25 Dec 2001 17:20:00 +0000 (17:20 +0000)]
Move direntry.
Richard M. Stallman [Tue, 25 Dec 2001 17:15:14 +0000 (17:15 +0000)]
(command-line): Convert command line args
to Emacs internal representation using locale-coding-system.
Richard M. Stallman [Tue, 25 Dec 2001 17:15:00 +0000 (17:15 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 25 Dec 2001 16:31:18 +0000 (16:31 +0000)]
Don't require ind-util when compiling.
Robert J. Chassell [Tue, 25 Dec 2001 16:16:22 +0000 (16:16 +0000)]
(texinfo-show-structure): Display the line showing the current location
in the middle of the window.
Robert J. Chassell [Tue, 25 Dec 2001 15:32:10 +0000 (15:32 +0000)]
Explain the difference between the per-file log maintained by the
version control system and the per-directory or per-project ChangeLog.
Robert J. Chassell [Tue, 25 Dec 2001 15:30:36 +0000 (15:30 +0000)]
Fix typo in cross-reference for `Using non-standard file names'
Fix cross-reference to `The GNU Emacs Manual'.
Pavel Janík [Tue, 25 Dec 2001 11:22:35 +0000 (11:22 +0000)]
(tpu-reset-screen-size): Use set-frame-height and set-frame-width instead
of set-screen-height and set-screen-width.
Pavel Janík [Tue, 25 Dec 2001 11:18:39 +0000 (11:18 +0000)]
(mh-show-msg): Likewise.
(mh-handle-process-error): Use frame-width instead of obsolete
screen-width.
Pavel Janík [Tue, 25 Dec 2001 11:16:02 +0000 (11:16 +0000)]
(vt-wide, vt-narrow): Use set-frame-width instead of obsolete
set-screen-width.
Pavel Janík [Tue, 25 Dec 2001 11:10:03 +0000 (11:10 +0000)]
Fix Lisp headers.
Pavel Janík [Tue, 25 Dec 2001 11:09:24 +0000 (11:09 +0000)]
Remove empty line at the end of file.
Pavel Janík [Tue, 25 Dec 2001 11:07:45 +0000 (11:07 +0000)]
(locate): Remove dot at the end of error argument.
Pavel Janík [Tue, 25 Dec 2001 11:03:46 +0000 (11:03 +0000)]
Add Maintainer header.
Pavel Janík [Tue, 25 Dec 2001 11:02:43 +0000 (11:02 +0000)]
Remove empty lines at the end of file.
Pavel Janík [Tue, 25 Dec 2001 11:01:47 +0000 (11:01 +0000)]
(emerge-show-file-name): Use frame-height instead of obsolete
screen-height.
Pavel Janík [Tue, 25 Dec 2001 10:55:12 +0000 (10:55 +0000)]
Add keyword.
Pavel Janík [Tue, 25 Dec 2001 10:53:42 +0000 (10:53 +0000)]
Fix Lisp footer.
Pavel Janík [Tue, 25 Dec 2001 10:43:25 +0000 (10:43 +0000)]
Fix previous change.
Richard M. Stallman [Tue, 25 Dec 2001 10:36:14 +0000 (10:36 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2001 10:36:08 +0000 (10:36 +0000)]
(enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
(Fenlarge_window): New arg PRESERVE_BEFORE.
Richard M. Stallman [Tue, 25 Dec 2001 10:34:39 +0000 (10:34 +0000)]
(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.
Richard M. Stallman [Tue, 25 Dec 2001 08:16:54 +0000 (08:16 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2001 08:16:46 +0000 (08:16 +0000)]
(Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.
Richard M. Stallman [Tue, 25 Dec 2001 08:14:45 +0000 (08:14 +0000)]
(debugger-mode-map): Bind C-m, not `RET'.
(debugger-make-xrefs): Only make a button for the first symbol on any line.
Richard M. Stallman [Mon, 24 Dec 2001 20:18:36 +0000 (20:18 +0000)]
(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.
Richard M. Stallman [Mon, 24 Dec 2001 18:01:56 +0000 (18:01 +0000)]
Replace "comment-fence" and "string-fence" with consistent terms.
Eli Zaretskii [Mon, 24 Dec 2001 17:11:11 +0000 (17:11 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 24 Dec 2001 16:52:50 +0000 (16:52 +0000)]
(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.
Richard M. Stallman [Mon, 24 Dec 2001 16:39:39 +0000 (16:39 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 24 Dec 2001 16:39:31 +0000 (16:39 +0000)]
(minibuffer-prompt): New face.
(minibuffer-prompt-properties): Add `face' property.
Richard M. Stallman [Mon, 24 Dec 2001 16:29:42 +0000 (16:29 +0000)]
Explain using a before-string to put something in the margin.
Richard M. Stallman [Mon, 24 Dec 2001 16:28:22 +0000 (16:28 +0000)]
Explain mode line redisplay better.
Richard M. Stallman [Mon, 24 Dec 2001 16:27:20 +0000 (16:27 +0000)]
(occur-mode-display-occurrence): New function.
(occur-mode-map): Bind C-o to it.
Pavel Janík [Mon, 24 Dec 2001 12:20:50 +0000 (12:20 +0000)]
Fix headers.
Pavel Janík [Mon, 24 Dec 2001 12:17:55 +0000 (12:17 +0000)]
Fix typo.
ShengHuo ZHU [Mon, 24 Dec 2001 06:04:36 +0000 (06:04 +0000)]
More fixes.
ShengHuo ZHU [Mon, 24 Dec 2001 05:51:46 +0000 (05:51 +0000)]
Fix confusing entries.
Michael Kifer [Mon, 24 Dec 2001 05:50:31 +0000 (05:50 +0000)]
2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-change-state): Got rid of make-local-hook.
(viper-special-read-and-insert-char): Make C-m work right in the r
comand.
(viper-buffer-search-enable): Fixed format string.
* viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
instead of viper-info-on-file.
(ex-set-visited-file-name): New function.
* viper.el (viper-emacs-state-mode-list): Added mail-mode.
* ediff-mult.el (ediff-meta-mark-equal-files): Added optional
action argument.
* ediff-init.el: Fixed some doc strings.
* ediff-util.el (ediff-after-quit-hook-internal): New variable.
Got rid of make-local-hook.
* ediff-wind.el (ediff-setup-control-frame): Got rid of
make-local-hook.
Richard M. Stallman [Mon, 24 Dec 2001 04:52:54 +0000 (04:52 +0000)]
(x-handle-geometry): Put height and width on default-frame-alist,
left and top on initial-frame-alist.
Richard M. Stallman [Sun, 23 Dec 2001 06:46:19 +0000 (06:46 +0000)]
(sort-reorder-buffer): Copy all to a temp buffer first.
Richard M. Stallman [Sun, 23 Dec 2001 06:40:00 +0000 (06:40 +0000)]
(yow): Use an arg to distinguish interactive calls, not interactive-p.
Richard M. Stallman [Sun, 23 Dec 2001 06:38:58 +0000 (06:38 +0000)]
Document new doc string format.
Pavel Janík [Sat, 22 Dec 2001 14:18:08 +0000 (14:18 +0000)]
*** empty log message ***
Pavel Janík [Sat, 22 Dec 2001 14:13:11 +0000 (14:13 +0000)]
Files removed.
Pavel Janík [Sat, 22 Dec 2001 14:02:33 +0000 (14:02 +0000)]
Remove mocklisp files.
Pavel Janík [Sat, 22 Dec 2001 14:01:52 +0000 (14:01 +0000)]
Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and
`Qmocklisp_arguments'.
Remove prototype of syms_of_mocklisp.
Pavel Janík [Sat, 22 Dec 2001 14:01:01 +0000 (14:01 +0000)]
Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' and
`Qmocklisp'. Remove prototype of ml_apply.
(Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do not test
for mocklisp case.
(Fwhile): Remove unused variable `tem'.
(syms_of_eval): Remove variable `moclisp-arguments'.
Pavel Janík [Sat, 22 Dec 2001 14:00:05 +0000 (14:00 +0000)]
(main): Do not call syms_of_mocklisp.
Pavel Janík [Sat, 22 Dec 2001 13:59:08 +0000 (13:59 +0000)]
(Fdocumentation): Remove mocklisp case.
Pavel Janík [Sat, 22 Dec 2001 13:58:42 +0000 (13:58 +0000)]
(wrong_type_argument): Remove mocklisp case.
Pavel Janík [Sat, 22 Dec 2001 13:57:51 +0000 (13:57 +0000)]
*** empty log message ***
Pavel Janík [Sat, 22 Dec 2001 13:55:34 +0000 (13:55 +0000)]
Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
Pavel Janík [Sat, 22 Dec 2001 13:49:19 +0000 (13:49 +0000)]
*** empty log message ***
Pavel Janík [Sat, 22 Dec 2001 13:39:18 +0000 (13:39 +0000)]
Moved there from lisp/emulation.
Pavel Janík [Sat, 22 Dec 2001 13:37:57 +0000 (13:37 +0000)]
(source-files): Remove mocklisp.c.
Pavel Janík [Sat, 22 Dec 2001 13:37:30 +0000 (13:37 +0000)]
(elint-unknown-builtin-args): Remove mocklisp entries.
Pavel Janík [Sat, 22 Dec 2001 13:36:59 +0000 (13:36 +0000)]
(byte-optimize-form-code-walker): Remove mocklisp case.
Pavel Janík [Sat, 22 Dec 2001 13:36:12 +0000 (13:36 +0000)]
(insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted.
Pavel Janík [Sat, 22 Dec 2001 13:35:14 +0000 (13:35 +0000)]
Remove mocklisp function case.
Miles Bader [Sat, 22 Dec 2001 12:40:41 +0000 (12:40 +0000)]
*** empty log message ***
Miles Bader [Sat, 22 Dec 2001 12:25:14 +0000 (12:25 +0000)]
(refill-mode): Don't barf when redundantly turning refill-mode off.