]> code.delx.au - gnu-emacs/log
gnu-emacs
21 years ago(Fmessage): Treat "" like nil.
Richard M. Stallman [Tue, 23 Jul 2002 19:08:44 +0000 (19:08 +0000)]
(Fmessage): Treat "" like nil.

21 years ago(add-log-current-defun): Fix typo in documentation.
Markus Rost [Tue, 23 Jul 2002 16:52:50 +0000 (16:52 +0000)]
(add-log-current-defun):  Fix typo in documentation.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 23 Jul 2002 13:35:11 +0000 (13:35 +0000)]
*** empty log message ***

21 years ago(face_before_or_after_it_pos): Call
Kenichi Handa [Tue, 23 Jul 2002 04:48:43 +0000 (04:48 +0000)]
(face_before_or_after_it_pos): Call
FETCH_MULTIBYTE_CHAR with byte postion, not char position.

21 years ago(add-log-mailing-address): Fix type. Can be a string.
Markus Rost [Tue, 23 Jul 2002 02:28:08 +0000 (02:28 +0000)]
(add-log-mailing-address): Fix type.  Can be a string.

21 years ago(ido-separator): Fix type.
Markus Rost [Tue, 23 Jul 2002 02:26:56 +0000 (02:26 +0000)]
(ido-separator): Fix type.

21 years ago(DONTCOMPILE): Remove cus-start.el.
Andrew Innes [Tue, 23 Jul 2002 00:06:22 +0000 (00:06 +0000)]
(DONTCOMPILE): Remove cus-start.el.
(DONTCOMPILE): Add various language files.
(DONTCOMPILE): Remove term/xterm.el.
(finder-inf.el): Remove.
(update-authors): New target.
(TAGS-LISP): Remove $(lispsource).
(compile-always): Renamed from `compile-files'.
(compile): New target, adapted from `compile-files'.
(compile-calc): New target.
(recompile): Change `.' to $(lisp).
(bootstrap): Add update-subdirs and finder-data
to dependencies; change compile-files to compile.

21 years ago#
André Spiegel [Mon, 22 Jul 2002 21:40:52 +0000 (21:40 +0000)]
#

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 22 Jul 2002 20:11:58 +0000 (20:11 +0000)]
*** empty log message ***

21 years ago(init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.
Juanma Barranquero [Mon, 22 Jul 2002 20:05:37 +0000 (20:05 +0000)]
(init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.
(syms_of_callproc) [DOS_NT]: Likewise.

21 years agoChange German es-zett in my name from Latin-9 to Latin-1 encoding.
Kai Großjohann [Mon, 22 Jul 2002 19:12:51 +0000 (19:12 +0000)]
Change German es-zett in my name from Latin-9 to Latin-1 encoding.

21 years agoFixup encoding.
Andreas Schwab [Mon, 22 Jul 2002 19:02:44 +0000 (19:02 +0000)]
Fixup encoding.

21 years ago(vc-next-action-on-file): Preserve find-file-literally.
André Spiegel [Mon, 22 Jul 2002 18:52:04 +0000 (18:52 +0000)]
(vc-next-action-on-file): Preserve find-file-literally.

21 years ago(display_line): Replace an unconditional abort with an assertion.
Richard M. Stallman [Mon, 22 Jul 2002 16:15:53 +0000 (16:15 +0000)]
(display_line): Replace an unconditional abort with an assertion.

21 years ago(mark-sexp-diary-entries): Retrieve mark
Richard M. Stallman [Mon, 22 Jul 2002 15:32:00 +0000 (15:32 +0000)]
(mark-sexp-diary-entries): Retrieve mark
from diary-sexp-entry and pass it to mark-visible-calendar-date.
(list-sexp-diary-entries): Update doc string for new docs for ....
If diary-sexp-entry returns a cons, only add the text to the diary list.
(diary-sexp-entry): Allow sexps to return a cons of the form (MARK
. STRING) to specify what face or character mark should be used in
the calendar display.
(diary-date, diary-block, diary-float, diary-anniversary)
(diary-cyclic): Add optional MARK parameter, specifying what face
or character to use in the calendar display.  These will now
return (MARK . ENTRY).

(check-calendar-holidays, diary-iso-date)
(calendar-holiday-list, diary-french-date, diary-mayan-date)
(diary-julian-date, diary-astro-day-number, diary-chinese-date)
(diary-islamic-date, list-islamic-diary-entries)
(mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
(diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
(diary-rosh-hodesh, list-hebrew-diary-entries)
(mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
(diary-coptic-date, diary-persian-date, diary-phases-of-moon)
(diary-sunrise-sunset, diary-sabbath-candles):
Remove interactive flag from autoloads.

21 years ago(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha, diary-parasha):
Richard M. Stallman [Mon, 22 Jul 2002 15:31:13 +0000 (15:31 +0000)]
(diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha, diary-parasha):
Add optional MARK parameter, specifying what face or character to use
in the calendar display.  These will now return (MARK . ENTRY).

21 years ago(diary-phases-of-moon): Add optional MARK
Richard M. Stallman [Mon, 22 Jul 2002 15:30:43 +0000 (15:30 +0000)]
(diary-phases-of-moon): Add optional MARK
parameter, specifying what face or character to use in the
calendar display.  These will now return (MARK . ENTRY).

21 years ago(diary-sabbath-candles): Add optional MARK
Richard M. Stallman [Mon, 22 Jul 2002 15:30:24 +0000 (15:30 +0000)]
(diary-sabbath-candles): Add optional MARK
parameter, specifying what face or character to use in the
calendar display.  These will now return (MARK . ENTRY).

21 years ago(double-click-fuzz): Added.
Richard M. Stallman [Mon, 22 Jul 2002 15:22:49 +0000 (15:22 +0000)]
(double-click-fuzz): Added.

21 years ago(browse-url-lynx-input-attempts): Use defcustom.
Richard M. Stallman [Mon, 22 Jul 2002 15:21:41 +0000 (15:21 +0000)]
(browse-url-lynx-input-attempts): Use defcustom.
(browse-url-lynx-input-delay): Add custom type and group.

21 years agoremoved forgotten (debug) form
Carsten Dominik [Mon, 22 Jul 2002 12:03:31 +0000 (12:03 +0000)]
removed forgotten (debug) form

21 years agoUpdated to reftex 4.17
Carsten Dominik [Mon, 22 Jul 2002 10:38:32 +0000 (10:38 +0000)]
Updated to reftex 4.17

21 years ago*** empty log message ***
Ken Raeburn [Mon, 22 Jul 2002 02:19:34 +0000 (02:19 +0000)]
*** empty log message ***

21 years agoRegenerated.
Markus Rost [Mon, 22 Jul 2002 01:23:10 +0000 (01:23 +0000)]
Regenerated.

21 years ago* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
Ken Raeburn [Mon, 22 Jul 2002 00:08:26 +0000 (00:08 +0000)]
* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
(DATA_SEG_BITS): Define.

21 years ago* m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
Ken Raeburn [Mon, 22 Jul 2002 00:08:23 +0000 (00:08 +0000)]
* m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
ARRAY_MARK_FLAG): Deleted.
(DATA_SEG_BITS): Define.

21 years ago* m/att3b.h (XINT): Don't define.
Ken Raeburn [Mon, 22 Jul 2002 00:08:18 +0000 (00:08 +0000)]
* m/att3b.h (XINT): Don't define.
(VALBITS, VALMASK, XTYPE): Deleted.
(DATA_SEG_BITS): Define.

21 years ago(XSETINT): Deleted.
Ken Raeburn [Sun, 21 Jul 2002 20:57:16 +0000 (20:57 +0000)]
(XSETINT): Deleted.

21 years ago*** empty log message ***
Richard M. Stallman [Sun, 21 Jul 2002 20:32:15 +0000 (20:32 +0000)]
*** empty log message ***

21 years ago(redisplay_window): Don't test BEG_UNCHANGED
Richard M. Stallman [Sun, 21 Jul 2002 20:31:46 +0000 (20:31 +0000)]
(redisplay_window): Don't test BEG_UNCHANGED
and END_UNCHANGED when setting buffer_unchanged_p.
Use current_matrix_up_to_date_p to decide whether to use try_cursor_movement.

21 years ago(HAVE_SHARED_GAME_DIR): Undef deleted.
Richard M. Stallman [Sun, 21 Jul 2002 20:30:08 +0000 (20:30 +0000)]
(HAVE_SHARED_GAME_DIR): Undef deleted.

21 years ago(PATH_GAME): New macro, edited by ../Makefile.in.
Richard M. Stallman [Sun, 21 Jul 2002 20:29:33 +0000 (20:29 +0000)]
(PATH_GAME): New macro, edited by ../Makefile.in.

21 years ago(init_callproc): Set up Vshared_game_score_directory.
Richard M. Stallman [Sun, 21 Jul 2002 20:29:02 +0000 (20:29 +0000)]
(init_callproc): Set up Vshared_game_score_directory.
Set to nil if dir does not exist.
(syms_of_callproc): Init unconditionally and simply.

21 years ago(Fbuffer_list): Doc fix.
Richard M. Stallman [Sun, 21 Jul 2002 20:25:32 +0000 (20:25 +0000)]
(Fbuffer_list): Doc fix.

21 years ago(ucs-quail-activate): Cope if buffer-file-coding-system is nil.
Richard M. Stallman [Sun, 21 Jul 2002 20:24:38 +0000 (20:24 +0000)]
(ucs-quail-activate): Cope if buffer-file-coding-system is nil.

21 years ago(last-buffer): Use buffer-list with frame arg.
Richard M. Stallman [Sun, 21 Jul 2002 20:23:32 +0000 (20:23 +0000)]
(last-buffer): Use buffer-list with frame arg.
Create *scratch* if no other choice exists.  Fix bugs.

21 years agoUpdated.
Richard M. Stallman [Sun, 21 Jul 2002 20:22:11 +0000 (20:22 +0000)]
Updated.

21 years ago(gamedir, localstatedir): New variables.
Richard M. Stallman [Sun, 21 Jul 2002 20:20:59 +0000 (20:20 +0000)]
(gamedir, localstatedir): New variables.
(epaths-force): Insert value of gamedir into PATH_GAME.

21 years ago(gamedir): Handle it like lispdir.
Richard M. Stallman [Sun, 21 Jul 2002 20:19:22 +0000 (20:19 +0000)]
(gamedir): Handle it like lispdir.
(--with-game-dir option): Deleted.

21 years agoThe appropriate whitespace setting for smallbook are part of texinfo.tex.
Robert J. Chassell [Sun, 21 Jul 2002 16:40:04 +0000 (16:40 +0000)]
The appropriate whitespace setting for smallbook are part of texinfo.tex.

21 years ago(end_of_text, end_of_data): Unused functions deleted.
Ken Raeburn [Sun, 21 Jul 2002 14:17:24 +0000 (14:17 +0000)]
(end_of_text, end_of_data): Unused functions deleted.

21 years ago(XSETUINT, XSETPNTR): Unused macros deleted.
Ken Raeburn [Sun, 21 Jul 2002 14:13:28 +0000 (14:13 +0000)]
(XSETUINT, XSETPNTR): Unused macros deleted.

21 years agocomment last change
Ken Raeburn [Sun, 21 Jul 2002 14:11:55 +0000 (14:11 +0000)]
comment last change

21 years ago*** empty log message ***
Ken Raeburn [Sun, 21 Jul 2002 14:09:56 +0000 (14:09 +0000)]
*** empty log message ***

21 years ago(mmap_realloc): When shrinking, make sure number of
Ken Raeburn [Sun, 21 Jul 2002 13:59:00 +0000 (13:59 +0000)]
(mmap_realloc): When shrinking, make sure number of
pages is rounded towards zero.

21 years agoBump version to 2.0.2.
Kai Großjohann [Sun, 21 Jul 2002 13:49:06 +0000 (13:49 +0000)]
Bump version to 2.0.2.
(tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
longer names.  Use old names "sm1", "sm2" and so on for methods
invoking "ssh -1" or "ssh -2".
(tramp-multi-file-name-structure-separate): Typo, its name was set
to "tramp-file-name-structure-separate".  Trivial patch.  From
Steve Youngs <youngs@xemacs.org>.
(tramp-multi-sh-program): New variable.
(tramp-open-connection-multi): Use it.  Now you can use multi
methods from Windows (at least in principle).
(tramp-do-copy-or-rename-via-buffer): New function.
(tramp-do-copy-or-rename-file): Use it.  Change and simplify
logic.  Omit special case of invoking rcp directly to copy the
files.
(tramp-open-connection-su, tramp-multi-connect-telnet)
(tramp-multi-connect-rlogin, tramp-multi-connect-su)
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks in format-spec for brevity and to avoid
character/number confusion in XEmacs.

21 years agoremove outdated comment
Ken Raeburn [Sun, 21 Jul 2002 12:02:15 +0000 (12:02 +0000)]
remove outdated comment

21 years ago*** empty log message ***
Richard M. Stallman [Sat, 20 Jul 2002 22:16:01 +0000 (22:16 +0000)]
*** empty log message ***

21 years ago(widget-documentation-string-value-create):
Richard M. Stallman [Sat, 20 Jul 2002 22:15:15 +0000 (22:15 +0000)]
(widget-documentation-string-value-create):
Say "Hide Rest", not just "Hide".

21 years ago(custom-variable-value-create):
Richard M. Stallman [Sat, 20 Jul 2002 22:14:36 +0000 (22:14 +0000)]
(custom-variable-value-create):
Say "Show Value", not just "Show".  Also "Hide Value".
Output a newline before the doc string.
(custom-face-value-create): Say "Show Face" and "Hide Face".

21 years ago(display-warning, warn, lwarn): Add autoload cookie.
Richard M. Stallman [Sat, 20 Jul 2002 22:09:46 +0000 (22:09 +0000)]
(display-warning, warn, lwarn): Add autoload cookie.

21 years ago(toggle-read-only): Clean up the hint message.
Richard M. Stallman [Sat, 20 Jul 2002 22:02:57 +0000 (22:02 +0000)]
(toggle-read-only): Clean up the hint message.

21 years agoUse warnings.el:
Richard M. Stallman [Sat, 20 Jul 2002 22:01:19 +0000 (22:01 +0000)]
Use warnings.el:
(byte-compile-warning-prefix): New function.
(byte-compile-log-file): Return page start position.
(byte-compile-log-warning): New function.
(byte-compile-warn): Use byte-compile-log-warning.
(byte-compile-report-error): Likewise.  Also use error-message-string.
(displaying-byte-compile-warnings): Bind warning-series.
Don't bind or use byte-compile-warnings-point-max.
Don't display the log buffer at the end.
(byte-compile-warnings-point-max): Variable deleted.
(byte-compile-log-1): Rewrite for trace info, not used for warnings.
(byte-compile-last-warned-form, byte-compile-last-logged-file):
Defvars moved.

21 years agoNew file.
Richard M. Stallman [Sat, 20 Jul 2002 21:54:53 +0000 (21:54 +0000)]
New file.

21 years ago(print_error_message): New args CONTEXT and CALLER. Calls changed.
Richard M. Stallman [Sat, 20 Jul 2002 21:48:27 +0000 (21:48 +0000)]
(print_error_message): New args CONTEXT and CALLER.  Calls changed.

21 years ago(print_error_message): Declare new args.
Richard M. Stallman [Sat, 20 Jul 2002 21:47:26 +0000 (21:47 +0000)]
(print_error_message): Declare new args.

21 years ago(cmd_error_internal): Pass Vsignaling_function
Richard M. Stallman [Sat, 20 Jul 2002 21:47:00 +0000 (21:47 +0000)]
(cmd_error_internal): Pass Vsignaling_function
and CONTEXT to print_error_message, don't print them here.
For a Quit, don't use Vsignaling_function.
Call message_log_maybe_newline.

21 years ago(xsmfns.o): Don't depend on lisp.h.
Richard M. Stallman [Sat, 20 Jul 2002 21:45:25 +0000 (21:45 +0000)]
(xsmfns.o): Don't depend on lisp.h.

21 years ago(redisplay_window): Test MODIFF to set buffer_unchanged_p.
Richard M. Stallman [Sat, 20 Jul 2002 21:44:48 +0000 (21:44 +0000)]
(redisplay_window): Test MODIFF to set buffer_unchanged_p.

21 years ago(byte-compile-cl-warn): Delete `values'
Richard M. Stallman [Fri, 19 Jul 2002 23:01:24 +0000 (23:01 +0000)]
(byte-compile-cl-warn): Delete `values'
and `values-list' from list of CL functions.

(compile-defun): Bind `read-with-symbol-positions' to current buffer.

21 years ago(file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
Juanma Barranquero [Fri, 19 Jul 2002 21:26:14 +0000 (21:26 +0000)]
(file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.

21 years agoSay "human-language" instead of "English".
Richard M. Stallman [Fri, 19 Jul 2002 20:55:05 +0000 (20:55 +0000)]
Say "human-language" instead of "English".

21 years agoUpdate copyright notice and fix typo in commentary section.
Markus Rost [Fri, 19 Jul 2002 20:17:58 +0000 (20:17 +0000)]
Update copyright notice and fix typo in commentary section.

21 years agoMany cleanups, fixing of accents, punctuation, etc.
Richard M. Stallman [Fri, 19 Jul 2002 20:15:44 +0000 (20:15 +0000)]
Many cleanups, fixing of accents, punctuation, etc.

21 years ago(Ffile_name_as_directory): Fix argument name in docstring.
Juanma Barranquero [Fri, 19 Jul 2002 16:30:14 +0000 (16:30 +0000)]
(Ffile_name_as_directory): Fix argument name in docstring.

21 years ago(encode_terminal_code): Buffer pointer now const.
Ken Raeburn [Fri, 19 Jul 2002 14:37:32 +0000 (14:37 +0000)]
(encode_terminal_code): Buffer pointer now const.

21 years ago(emacs_write): Buffer pointer now const.
Ken Raeburn [Fri, 19 Jul 2002 14:37:13 +0000 (14:37 +0000)]
(emacs_write): Buffer pointer now const.

21 years ago*** empty log message ***
Ken Raeburn [Fri, 19 Jul 2002 14:35:03 +0000 (14:35 +0000)]
*** empty log message ***

21 years ago(may_use_scalable_font_p): Argument now points to
Ken Raeburn [Fri, 19 Jul 2002 14:27:28 +0000 (14:27 +0000)]
(may_use_scalable_font_p): Argument now points to
const.
(x_face_list_fonts, x_update_menu_appearance):
(hash_string_case_insensitive): Treat Lisp string contents as
const.

21 years ago(Fstring_to_syntax, skip_chars): Treat Lisp string
Ken Raeburn [Fri, 19 Jul 2002 14:27:24 +0000 (14:27 +0000)]
(Fstring_to_syntax, skip_chars): Treat Lisp string
contents as const.

21 years ago(struct sound_device): Function pointer field "write"
Ken Raeburn [Fri, 19 Jul 2002 14:27:20 +0000 (14:27 +0000)]
(struct sound_device): Function pointer field "write"
buffer argument now points to const.
(vox_write): Buffer argument points to const.

21 years ago(temp_output_buffer_setup):
Ken Raeburn [Fri, 19 Jul 2002 14:27:16 +0000 (14:27 +0000)]
(temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Buffer name argument is now
pointer to const.

21 years ago(STRING_COPYIN): New macro.
Ken Raeburn [Fri, 19 Jul 2002 14:27:13 +0000 (14:27 +0000)]
(STRING_COPYIN): New macro.
(detect_coding_system, safe_bcopy, temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Declarations updated.

21 years ago(safe_bcopy): Source pointer now points to const.
Ken Raeburn [Fri, 19 Jul 2002 14:27:09 +0000 (14:27 +0000)]
(safe_bcopy): Source pointer now points to const.

21 years ago(compose_chars_in_text): Treat Lisp string contents
Ken Raeburn [Fri, 19 Jul 2002 14:27:04 +0000 (14:27 +0000)]
(compose_chars_in_text): Treat Lisp string contents
as const.

21 years ago(decode_coding, encode_coding, detect_coding,
Ken Raeburn [Fri, 19 Jul 2002 14:27:01 +0000 (14:27 +0000)]
(decode_coding, encode_coding, detect_coding,
detect_eol): Declarations updated.

21 years ago(encode_eol, detect_coding, detect_eol):
Ken Raeburn [Fri, 19 Jul 2002 14:26:57 +0000 (14:26 +0000)]
(encode_eol, detect_coding, detect_eol):
(decode_coding, encode_coding, detect_coding_system): Source
strings now treated as const.
(decode_coding_string, encode_coding_string): Use STRING_COPYIN to
modify Lisp string contents.

21 years ago(BCOPY_SHORT): Source pointer now points to const.
Ken Raeburn [Fri, 19 Jul 2002 14:26:53 +0000 (14:26 +0000)]
(BCOPY_SHORT): Source pointer now points to const.

21 years ago(Fcall_process): Make NEW_ARGV array hold pointer to
Ken Raeburn [Fri, 19 Jul 2002 14:26:49 +0000 (14:26 +0000)]
(Fcall_process): Make NEW_ARGV array hold pointer to
const.

21 years ago(struct byte_stack): Pointers into byte string now
Ken Raeburn [Fri, 19 Jul 2002 14:26:46 +0000 (14:26 +0000)]
(struct byte_stack): Pointers into byte string now
point to const.

21 years ago#
André Spiegel [Fri, 19 Jul 2002 13:32:53 +0000 (13:32 +0000)]
#

21 years ago(vc-rcs-fetch-master-state): Be more careful to check
André Spiegel [Fri, 19 Jul 2002 13:27:44 +0000 (13:27 +0000)]
(vc-rcs-fetch-master-state): Be more careful to check
if this is really an RCS master file.

21 years ago(vc-insert-file): When called with a LIMIT regexp,
André Spiegel [Fri, 19 Jul 2002 13:26:11 +0000 (13:26 +0000)]
(vc-insert-file): When called with a LIMIT regexp,
delete anything that comes after LIMIT from the buffer.

21 years agoImprove comment of vc-BACKEND-workfile-unchanged-p.
André Spiegel [Fri, 19 Jul 2002 13:20:02 +0000 (13:20 +0000)]
Improve comment of vc-BACKEND-workfile-unchanged-p.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 19 Jul 2002 11:40:00 +0000 (11:40 +0000)]
*** empty log message ***

21 years ago(syms_of_fileio): Remove redundant deprecation info.
Juanma Barranquero [Fri, 19 Jul 2002 11:39:39 +0000 (11:39 +0000)]
(syms_of_fileio): Remove redundant deprecation info.

21 years ago(syms_of_xdisp): Remove redundant deprecation info.
Juanma Barranquero [Fri, 19 Jul 2002 11:38:35 +0000 (11:38 +0000)]
(syms_of_xdisp): Remove redundant deprecation info.

21 years ago(unread-command-char, executing-macro, post-command-idle-hook,
Juanma Barranquero [Fri, 19 Jul 2002 11:37:01 +0000 (11:37 +0000)]
(unread-command-char, executing-macro, post-command-idle-hook,
post-command-idle-delay): Move obsolescence declarations from subr.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence declaration.

21 years ago(unread-command-char, executing-macro, post-command-idle-hook,
Juanma Barranquero [Fri, 19 Jul 2002 11:35:37 +0000 (11:35 +0000)]
(unread-command-char, executing-macro, post-command-idle-hook,
post-command-idle-delay): Move obsolescence declarations to subr.el.

21 years agoFix typo.
Juanma Barranquero [Fri, 19 Jul 2002 10:33:44 +0000 (10:33 +0000)]
Fix typo.

22 years agoUpdated with patches from 2000-12-11T12:45:42Z!dominik@science.uva.nl to 2001-11...
J.D. Smith [Fri, 19 Jul 2002 07:01:33 +0000 (07:01 +0000)]
Updated with patches from 2000-12-11T12:45:42Z!dominik@science.uva.nl to 2001-11-04T12:51:16Z!eliz@gnu.org

22 years ago(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
Juanma Barranquero [Fri, 19 Jul 2002 06:25:06 +0000 (06:25 +0000)]
(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations from
subr.el

22 years ago(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
Juanma Barranquero [Fri, 19 Jul 2002 06:23:28 +0000 (06:23 +0000)]
(dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations to
subr.el.

22 years agoFixed filename.
J.D. Smith [Fri, 19 Jul 2002 01:33:34 +0000 (01:33 +0000)]
Fixed filename.

22 years agoUpdated to IDLWAVE version 4.14. See idlwave.org.
J.D. Smith [Thu, 18 Jul 2002 18:58:07 +0000 (18:58 +0000)]
Updated to IDLWAVE version 4.14. See idlwave.org.

22 years ago*** empty log message ***
J.D. Smith [Thu, 18 Jul 2002 18:57:28 +0000 (18:57 +0000)]
*** empty log message ***

22 years agoUpdated to IDLWAVE version 4.14.
J.D. Smith [Thu, 18 Jul 2002 18:51:26 +0000 (18:51 +0000)]
Updated to IDLWAVE version 4.14.

22 years agoSupport current auto{conf,make} manuals.
Dave Love [Thu, 18 Jul 2002 18:19:18 +0000 (18:19 +0000)]
Support current auto{conf,make} manuals.

22 years ago(last-buffer): Add missing frame argument.
Juanma Barranquero [Thu, 18 Jul 2002 16:04:01 +0000 (16:04 +0000)]
(last-buffer): Add missing frame argument.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 18 Jul 2002 15:04:36 +0000 (15:04 +0000)]
*** empty log message ***