bpt/emacs.git
26 years agoSome changes in comments and documentation.
Karl Heuer [Thu, 16 Oct 1997 18:20:16 +0000 (18:20 +0000)]
Some changes in comments and documentation.
View mode hooked into the customize tree.
(view): New custom group.
(view-highlight-face, view-scroll-auto-exit)
(view-try-extend-at-buffer-end)
(view-remove-frame-by-deleting, view-mode-hook):
Defined by defcustom instead of by defvar.
(view-mode-enter): Install exit-action also when view-mode is
already on. Small rewrite using unless.
(view-mode, view-mode-exit, view-scroll-lines, view-really-at-end)
(view-search): Small rewrite using when or unless.

26 years ago(L_getit): Always make named tags so that Emacs
Karl Heuer [Thu, 16 Oct 1997 18:17:52 +0000 (18:17 +0000)]
(L_getit): Always make named tags so that Emacs
completion on symbols containing `:' etc. works.
(get_scheme): Likewise.

26 years ago(Fwhere_is_internal): some minor mode bindings weren't
Karl Heuer [Thu, 16 Oct 1997 18:13:44 +0000 (18:13 +0000)]
(Fwhere_is_internal): some minor mode bindings weren't
being found.

26 years ago(describe-variable): Pass default value to completing-read.
Karl Heuer [Thu, 16 Oct 1997 18:12:06 +0000 (18:12 +0000)]
(describe-variable): Pass default value to completing-read.
(describe-function): Likewise.

26 years ago(narrow-to-page): Check whether forward-page
Karl Heuer [Thu, 16 Oct 1997 18:09:31 +0000 (18:09 +0000)]
(narrow-to-page): Check whether forward-page
actually set the match data.

26 years ago(scheme-let-indent): New arg NORMAL-INDENT.
Karl Heuer [Thu, 16 Oct 1997 18:07:23 +0000 (18:07 +0000)]
(scheme-let-indent): New arg NORMAL-INDENT.
(scheme-indent-function): Pass normal-indent as 3rd arg
when calling an indentation function.

26 years ago(replace_buffer_in_all_windows):
Karl Heuer [Thu, 16 Oct 1997 00:07:02 +0000 (00:07 +0000)]
(replace_buffer_in_all_windows):
Pass 1 as MINI to window_loop.

26 years ago(uniquify-buffer-name-style): Add :require.
Karl Heuer [Thu, 16 Oct 1997 00:04:22 +0000 (00:04 +0000)]
(uniquify-buffer-name-style): Add :require.

26 years ago(widget-button-click): Move point to where clicked.
Karl Heuer [Wed, 15 Oct 1997 23:57:19 +0000 (23:57 +0000)]
(widget-button-click): Move point to where clicked.

26 years ago(auto-save-list-file-prefix): Fix custom type.
Karl Heuer [Wed, 15 Oct 1997 23:55:45 +0000 (23:55 +0000)]
(auto-save-list-file-prefix): Fix custom type.

26 years ago(outline-back-to-heading): New arg INVISIBLE-OK.
Karl Heuer [Wed, 15 Oct 1997 23:48:01 +0000 (23:48 +0000)]
(outline-back-to-heading): New arg INVISIBLE-OK.
(outline-on-heading-p):
(show-entry): If the heading is invisible, show it too.
(hide-other):

26 years ago(toggle-scroll-bar): Call prefix-numeric-value.
Karl Heuer [Wed, 15 Oct 1997 23:40:43 +0000 (23:40 +0000)]
(toggle-scroll-bar): Call prefix-numeric-value.

26 years ago(help-mode-maybe): New function, on temp-buffer-show-hook.
Karl Heuer [Wed, 15 Oct 1997 23:36:30 +0000 (23:36 +0000)]
(help-mode-maybe): New function, on temp-buffer-show-hook.
(describe-key, describe-mode): Don't call help-mode here.
(view-lossage, describe-function, describe-variable): Likewise.

26 years ago(compilation-forget-errors):
Karl Heuer [Wed, 15 Oct 1997 23:34:58 +0000 (23:34 +0000)]
(compilation-forget-errors):
Reinit compilation-directory-stack the way compile-internal does.
(compilation-parse-errors): Don't let default-directory change.

26 years ago(smtpmail-send-it): Don't use time-stamp-strftime.
Karl Heuer [Wed, 15 Oct 1997 23:33:14 +0000 (23:33 +0000)]
(smtpmail-send-it): Don't use time-stamp-strftime.

26 years ago(gc_sweep): Free memory blocks that contain only unused
Karl Heuer [Wed, 15 Oct 1997 23:28:06 +0000 (23:28 +0000)]
(gc_sweep): Free memory blocks that contain only unused
objects.

26 years ago(isearch-printing-char): Change S-SPC to SPC.
Karl Heuer [Wed, 15 Oct 1997 23:15:09 +0000 (23:15 +0000)]
(isearch-printing-char): Change S-SPC to SPC.
(isearch-mode-map): Bind S-SPC like SPC.

26 years ago(Fstring_to_number): Handle NEGATIVE for floats too.
Karl Heuer [Wed, 15 Oct 1997 23:12:54 +0000 (23:12 +0000)]
(Fstring_to_number): Handle NEGATIVE for floats too.

26 years ago(end-of-visible-line): After skipping some invisible chars.
Karl Heuer [Wed, 15 Oct 1997 23:10:11 +0000 (23:10 +0000)]
(end-of-visible-line): After skipping some invisible chars.
don't go forward a character, just to end of line.

26 years ago(rmail): Avoid showing message twice.
Karl Heuer [Wed, 15 Oct 1997 23:06:46 +0000 (23:06 +0000)]
(rmail): Avoid showing message twice.

26 years ago(report-emacs-bug): Delete the condition-case.
Karl Heuer [Wed, 15 Oct 1997 23:03:30 +0000 (23:03 +0000)]
(report-emacs-bug): Delete the condition-case.

26 years ago(imenu-add-to-menubar): If not using
Karl Heuer [Wed, 15 Oct 1997 23:00:25 +0000 (23:00 +0000)]
(imenu-add-to-menubar): If not using
imenu-default-create-index-function, don't require its variables.

26 years ago(hs-special-modes-alist): Correct alist
Karl Heuer [Wed, 15 Oct 1997 22:54:24 +0000 (22:54 +0000)]
(hs-special-modes-alist): Correct alist
for java-mode.

26 years ago(mail-bury): Check for value, not just
Karl Heuer [Wed, 15 Oct 1997 22:50:09 +0000 (22:50 +0000)]
(mail-bury): Check for value, not just
existence, of alist element.

26 years ago(read_list): Don't recognize Vload_file_name
Karl Heuer [Wed, 15 Oct 1997 22:45:35 +0000 (22:45 +0000)]
(read_list): Don't recognize Vload_file_name
specially if it is nil.

26 years ago(winner-change-fun): Don't use pushnew.
Karl Heuer [Wed, 15 Oct 1997 22:41:09 +0000 (22:41 +0000)]
(winner-change-fun): Don't use pushnew.

26 years ago(window_scroll): When scrolling forward and point is
Karl Heuer [Wed, 15 Oct 1997 22:18:37 +0000 (22:18 +0000)]
(window_scroll): When scrolling forward and point is
inside the scroll margin put point at bottom of it, not at window
start.

26 years agoEverything seems to work in Harald Melands Emacs 20.02 and
Oliver Seidel [Wed, 15 Oct 1997 17:18:11 +0000 (17:18 +0000)]
Everything seems to work in Harald Melands Emacs 20.02 and
my Emacs 19.34.  Beware of the spelling in some of the
variable names.  I looked up "threshold" in a dictionary
and here in Britain this appears to be the way to spell it.

26 years agoAttempted to reconcile Harald's changes with mine since 1997-10-14T22:22:35Z!os10000...
Oliver Seidel [Wed, 15 Oct 1997 14:30:41 +0000 (14:30 +0000)]
Attempted to reconcile Harald's changes with mine since 1997-10-14T22:22:35Z!os10000@seidel-space.de.

26 years agoFixed 'file-item' and added 20.02 split-string function.
Oliver Seidel [Wed, 15 Oct 1997 14:00:12 +0000 (14:00 +0000)]
Fixed 'file-item' and added 20.02 split-string function.

26 years agoAdded string-split (which I stole from ediff-util), changed
Oliver Seidel [Tue, 14 Oct 1997 22:22:35 +0000 (22:22 +0000)]
Added string-split (which I stole from ediff-util), changed
pop-to-buffer to switch-to-buffer and added message on how
to exit the multi-line-edit mode.

26 years agoEnsure standard handles are reset even if spawnve fails.
Andrew Innes [Mon, 13 Oct 1997 18:11:44 +0000 (18:11 +0000)]
Ensure standard handles are reset even if spawnve fails.

26 years agoPass menu handle by value.
Andrew Innes [Mon, 13 Oct 1997 18:06:22 +0000 (18:06 +0000)]
Pass menu handle by value.

26 years ago(decode_mode_spec): Display non-nil title as the frame's
Eli Zaretskii [Mon, 13 Oct 1997 17:08:02 +0000 (17:08 +0000)]
(decode_mode_spec): Display non-nil title as the frame's
name only on FRAME_WINDOW_P frames.

26 years ago(set_menu_bar_lines): Make the function external instead
Eli Zaretskii [Mon, 13 Oct 1997 16:57:32 +0000 (16:57 +0000)]
(set_menu_bar_lines): Make the function external instead
of static (MS-DOS needs to call it).

26 years ago(shut_down_emacs): Call `dos_cleanup'.
Eli Zaretskii [Mon, 13 Oct 1997 16:52:09 +0000 (16:52 +0000)]
(shut_down_emacs): Call `dos_cleanup'.

26 years ago(mouse_get_pos): Remove reduntant call to `int86'.
Eli Zaretskii [Mon, 13 Oct 1997 16:40:24 +0000 (16:40 +0000)]
(mouse_get_pos): Remove reduntant call to `int86'.
Clear the mouse-moved flag for all frames.  Update last mouse
position.
(IT_set_menu_bar_lines): Remove.
(x_set_menu_bar_lines): Call `set_menu_bar_line' (from frame.c)
instead of duplicating its code.
(IT_set_frame_parameters): Support the `title' and `reverse'
properties.

26 years agoDeclare Vdos_windows_version.
Eli Zaretskii [Mon, 13 Oct 1997 16:29:00 +0000 (16:29 +0000)]
Declare Vdos_windows_version.

26 years ago(__tb): Define.
Eli Zaretskii [Mon, 13 Oct 1997 16:21:52 +0000 (16:21 +0000)]
(__tb): Define.
(restore_parent_vm_title): New function.
(ms_windows_version): New function.
(w95_set_virtual_machine_title): New function
(x_set_title): New function.
(dos_cleanup): New function
(syms_of_dosfns): Define `dos-windows-version' Lisp variable.
(init_dosfns): Compute MS-Windows version and save the original
title of our DOS box.

26 years ago(x-long-option-alist): New variable.
Eli Zaretskii [Mon, 13 Oct 1997 16:05:32 +0000 (16:05 +0000)]
(x-long-option-alist): New variable.
(msdos-handle-args): Handle and complete long options with
attached arguments.  Support "-name", "-T" and "-rv" options.

26 years ago(LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__.
Richard M. Stallman [Sat, 11 Oct 1997 03:57:20 +0000 (03:57 +0000)]
(LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__.

26 years agoTest __OpenBSD__ along with __NetBSD__.
Richard M. Stallman [Sat, 11 Oct 1997 03:56:02 +0000 (03:56 +0000)]
Test __OpenBSD__ along with __NetBSD__.
(PTY_OPEN): Call sigblock properly.
(TEXT_END, COFF, DATA_END): Define them if __NetBSD__ just as if LINUX.
(HAVE_TEXT_START): Define, if __NetBSD__ and __ELF__.

26 years ago(command-line): Don't suppress suffix search.
Richard M. Stallman [Sat, 11 Oct 1997 03:54:19 +0000 (03:54 +0000)]
(command-line): Don't suppress suffix search.

26 years ago(make-help-screen): Make scroll bar work normally.
Richard M. Stallman [Sat, 11 Oct 1997 03:31:06 +0000 (03:31 +0000)]
(make-help-screen): Make scroll bar work normally.

26 years agoHarald Meland <harald.meland@usit.uio.no> asked for
Oliver Seidel [Thu, 9 Oct 1997 09:24:50 +0000 (09:24 +0000)]
Harald Meland <harald.meland@usit.uio.no> asked for
the latest version, got 1997-08-19T14:00:36Z!os10000@seidel-space.de, and returned this.
He writes:

Thanks a lot for the new version of todo-mode.el.  As you will see I
have messed it up a bit, hopefully for the better -- I don't like
short, cryptic names for variables and functions, so I renamed most of
them, and `defalias'ed the old function names.  I hope you don't mind
too much, I just kinda couldn't stop myself.

Additionally, I included some support for multiline entries, cleaned
up (IMHO :) a lot of the code, included completion-support for which
category to install a new entry in, and possibly some other changes I
can't remember :)

It's getting rather late, and I have just done some preliminary
testing on whether all of this really works, but so far it looks
good.

26 years ago(gettimeofday, one arg or two):
Richard M. Stallman [Thu, 2 Oct 1997 04:33:26 +0000 (04:33 +0000)]
(gettimeofday, one arg or two):
Clarify messages by avoiding double negative.

26 years ago(round_up): Make arguments and return type unsigned.
Karl Heuer [Thu, 2 Oct 1997 03:12:38 +0000 (03:12 +0000)]
(round_up): Make arguments and return type unsigned.

26 years ago(syms_of_print): Fix doc string of print-gensym.
Karl Heuer [Thu, 2 Oct 1997 03:10:50 +0000 (03:10 +0000)]
(syms_of_print): Fix doc string of print-gensym.

26 years agoMake sure that make-docfile does not see the doc string
Karl Heuer [Thu, 2 Oct 1997 03:10:35 +0000 (03:10 +0000)]
Make sure that make-docfile does not see the doc string
of the disabled function eval-current-buffer.

26 years agoRepeat the argument list of format-time-string in the
Karl Heuer [Thu, 2 Oct 1997 03:10:12 +0000 (03:10 +0000)]
Repeat the argument list of format-time-string in the
comment for make-docstring.

26 years ago(previous-matching-history-element): No need to bind
Karl Heuer [Thu, 2 Oct 1997 03:04:15 +0000 (03:04 +0000)]
(previous-matching-history-element): No need to bind
minibuffer-history-sexp-flag any more.
(next-matching-history-element): Likewise.
(repeat-complex-command): Bind
minibuffer-history-sexp-flag to the minibuffer depth.
(next-history-element): Compare minibuffer-history-sexp-flag
against the current minibuffer depth to verify its validity.
(previous-matching-history-element): Likewise.
(minibuffer-history-sexp-flag): Update doc string.

26 years ago(term-regexp-arg): No need to bind
Karl Heuer [Thu, 2 Oct 1997 03:03:50 +0000 (03:03 +0000)]
(term-regexp-arg): No need to bind
minibuffer-history-sexp-flag any more.

26 years ago(comint-regexp-arg): No need to bind
Karl Heuer [Thu, 2 Oct 1997 03:03:32 +0000 (03:03 +0000)]
(comint-regexp-arg): No need to bind
minibuffer-history-sexp-flag any more.

26 years ago(ps-print-background-image): Fix customize type.
Karl Heuer [Thu, 2 Oct 1997 02:57:42 +0000 (02:57 +0000)]
(ps-print-background-image): Fix customize type.
(ps-print-background-text): Likewise.
(ps-show-n-of-n): Doc fix.

26 years ago(revert-without-query): Fix customize type.
Karl Heuer [Thu, 2 Oct 1997 02:57:16 +0000 (02:57 +0000)]
(revert-without-query): Fix customize type.

26 years ago(echo-keystrokes): Fix customize type.
Karl Heuer [Thu, 2 Oct 1997 02:57:01 +0000 (02:57 +0000)]
(echo-keystrokes): Fix customize type.

26 years ago(browse-url-netscape-display): Fix customize type.
Karl Heuer [Thu, 2 Oct 1997 02:56:26 +0000 (02:56 +0000)]
(browse-url-netscape-display): Fix customize type.
(browse-url-generic-program): Likewise.

26 years ago(ange-ftp-name-format): Fix customize type.
Karl Heuer [Thu, 2 Oct 1997 02:55:24 +0000 (02:55 +0000)]
(ange-ftp-name-format): Fix customize type.
(ange-ftp-smart-gateway-port): Likewise.

26 years ago(elint-check-defcustom-form): New function.
Karl Heuer [Thu, 2 Oct 1997 02:47:57 +0000 (02:47 +0000)]
(elint-check-defcustom-form): New function.
(elint-special-forms): Use it.

26 years ago(lisp-imenu-generic-expression): Allow `/' in names.
Richard M. Stallman [Wed, 1 Oct 1997 17:28:02 +0000 (17:28 +0000)]
(lisp-imenu-generic-expression): Allow `/' in names.

26 years ago[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman [Wed, 1 Oct 1997 17:24:24 +0000 (17:24 +0000)]
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
[! HAVE_LIBXMU] (NO_EDITRES): Defined.

26 years agoaddpm.c (env_vars): Fix misplaced % in SHELL entry.
Geoff Voelker [Wed, 1 Oct 1997 05:42:45 +0000 (05:42 +0000)]
addpm.c (env_vars): Fix misplaced % in SHELL entry.

26 years agoautomatically generated from GPLed version
Paul Eggert [Tue, 30 Sep 1997 18:13:00 +0000 (18:13 +0000)]
automatically generated from GPLed version

26 years ago(finder-mode-map): Bind [mouse-2].
Karl Heuer [Tue, 30 Sep 1997 07:36:28 +0000 (07:36 +0000)]
(finder-mode-map): Bind [mouse-2].
(finder-compile-keywords): Match compressed file names, but don't
put compression extension in the output.
(finder-find-library): Deleted.
(finder-commentary): Use locate-library, not finder-find-library.
(finder-mouse-select): New function.
(finder-summary): Mention mouse binding.
(finder-exit): Kill "*Finder Category*" buffer too.  Avoid error
from deleting sole window.

26 years ago(vc-find-cvs-master): Added missing `throw' for
Karl Heuer [Tue, 30 Sep 1997 07:33:35 +0000 (07:33 +0000)]
(vc-find-cvs-master): Added missing `throw' for
the case when TIMESTAMP is arbitrary text.

26 years ago(install-arch-indep): install the widget info file.
Karl Heuer [Tue, 30 Sep 1997 07:29:12 +0000 (07:29 +0000)]
(install-arch-indep): install the widget info file.

26 years ago(widget-plist-member): Move from here to src/fns.c;
Karl Heuer [Tue, 30 Sep 1997 07:20:58 +0000 (07:20 +0000)]
(widget-plist-member): Move from here to src/fns.c;
translated into C for efficiency.
(widget-put, widget-get, widget-apply): Likewise.

26 years agoDelete vestigial autoloads.
Karl Heuer [Tue, 30 Sep 1997 07:17:32 +0000 (07:17 +0000)]
Delete vestigial autoloads.

26 years ago(Qwidget_type): New variable.
Karl Heuer [Tue, 30 Sep 1997 07:15:28 +0000 (07:15 +0000)]
(Qwidget_type): New variable.
(widget-plist-member, widget-put, widget-get, widget-apply): Move
here from lisp/wid-edit.el; translated into C for efficiency.
(syms_of_fns): Initialize Qwidget_type; defsubr new functions.

26 years agonew version
Michael Kifer [Tue, 30 Sep 1997 01:13:53 +0000 (01:13 +0000)]
new version

26 years agoFix name of include file to match 1996-08-24 renaming.
Karl Heuer [Mon, 29 Sep 1997 18:53:12 +0000 (18:53 +0000)]
Fix name of include file to match 1996-08-24 renaming.

26 years ago(compilation-mode-font-lock-keywords): Font-lock column numbers.
Karl Heuer [Sat, 27 Sep 1997 16:12:51 +0000 (16:12 +0000)]
(compilation-mode-font-lock-keywords): Font-lock column numbers.

26 years ago(compilation-mode-map): Use more meaningful menu name.
Karl Heuer [Sat, 27 Sep 1997 16:06:15 +0000 (16:06 +0000)]
(compilation-mode-map): Use more meaningful menu name.

26 years ago(relinquish): When returning memory to the system,
Karl Heuer [Sat, 27 Sep 1997 16:01:00 +0000 (16:01 +0000)]
(relinquish): When returning memory to the system,
watch out for the original data segment boundary.

26 years ago(archive-mode): Use write-contents-hooks.
Karl Heuer [Fri, 26 Sep 1997 21:39:10 +0000 (21:39 +0000)]
(archive-mode): Use write-contents-hooks.

26 years ago(scheme-mode-map): Remove duplicate menu item.
Karl Heuer [Fri, 26 Sep 1997 21:26:31 +0000 (21:26 +0000)]
(scheme-mode-map): Remove duplicate menu item.

26 years agoRequire nntp instead of gnus and message.
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
Require nntp instead of gnus and message.
Set euc-kr for newsgroup "han".  Delete code for add-hooking
gnus-mule-initialize and setting coding system for nntp.
Set default coding system for encoding to
iso-latin-1.
(gnus-mule-select-coding-system): Get a coding system of the
current newsgroup from gnus-summary-buffer.
(gnus-mule-decode-summary): Deleted.
(gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
gnus-parse-headers-hook.  Don't add-hook gnus-mule-decode-summary
and gnus-mule-decode-article.  Don't set process coding system for
nntp stream to 'no-conversion, instead set
nntp-coding-system-for-read to 'binary.  Set
nnheader-file-coding-system and nnmail-file-coding-system to
'binary.
Set nntp-coding-system-for-write to
binary.

26 years ago(nnmh-retrieve-headers): Bind
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(nnmh-retrieve-headers): Bind
file-name-coding-system to binary.
(nnmh-request-article): Likewise.
(nnmh-request-group): Likewise.
(nnmh-request-list): Likewise.
(nnmh-possibly-change-directory): Likewise.
(nnmh-active-number): Likewise.

26 years ago(nnml-retrieve-headers): Bind
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(nnml-retrieve-headers): Bind
file-name-coding-system to binary.
(nnml-request-article): Likewise.
(nnml-request-group): Likewise.
(nnml-request-list): Likewise.
(nnml-possibly-change-directory): Likewise.

26 years ago(gnus-show-traditional-method): New variable.
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(gnus-show-traditional-method): New variable.
(gnus-article-prepare): If gnus-show-mime is nil, call
gnus-show-traditional-method.

26 years ago(nntp-coding-system-for-write): New variable.
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(nntp-coding-system-for-write): New variable.
(nntp-open-connection): Bind coding-system-for-write to
nntp-coding-system-for-write.

26 years ago(gnus-ems-redefine): If the feature `mule' is
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(gnus-ems-redefine): If the feature `mule' is
provided, require gnus-mule and call gnus-mule-initialize.

26 years ago(nnfolder-request-list): Bind
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(nnfolder-request-list): Bind
file-name-coding-system to binary.
(nnfolder-possibly-change-group): Likewise.

26 years ago(gnus-structured-field-decoder): If the
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(gnus-structured-field-decoder): If the
feature `mule' is provided, set the default value to the function
which decode the argument string by gnus-mule-coding-system.
(gnus-unstructured-field-decoder): Likewise.

26 years ago(nnmail-find-file): Bind
Kenichi Handa [Fri, 26 Sep 1997 01:50:55 +0000 (01:50 +0000)]
(nnmail-find-file): Bind
file-name-coding-system to binary.
(nnmail-write-region): Likewise.

26 years ago(quail-translation-keymap): Bind right, left, down, and up keys.
Kenichi Handa [Thu, 25 Sep 1997 12:40:02 +0000 (12:40 +0000)]
(quail-translation-keymap): Bind right, left, down, and up keys.

26 years ago(make-coding-system): Cancel the previous change.
Kenichi Handa [Thu, 25 Sep 1997 12:38:15 +0000 (12:38 +0000)]
(make-coding-system): Cancel the previous change.

26 years ago(charset-list): Change it to function.
Kenichi Handa [Thu, 25 Sep 1997 12:26:38 +0000 (12:26 +0000)]
(charset-list): Change it to function.
Make it obsolete.
(make-coding-system): Put `coding-system-parent' property to a
coding system just made.
(coding-spec-plist-idx): New variable.

26 years ago(push_key_description): Delete useless `if' statement.
Kenichi Handa [Thu, 25 Sep 1997 12:25:01 +0000 (12:25 +0000)]
(push_key_description): Delete useless `if' statement.

26 years ago(find_charset_in_str): Return also charsets in
Kenichi Handa [Thu, 25 Sep 1997 12:25:01 +0000 (12:25 +0000)]
(find_charset_in_str): Return also charsets in
composite characters.

26 years ago(shadows-compare-text-p): Add.
Karl Heuer [Thu, 25 Sep 1997 01:33:26 +0000 (01:33 +0000)]
(shadows-compare-text-p): Add.
(shadow-same-file-or-nonexistent): Add.
(find-emacs-lisp-shadows): Use directory-file-name.

26 years ago(displaying-byte-compile-warnings): Show
Karl Heuer [Thu, 25 Sep 1997 01:10:01 +0000 (01:10 +0000)]
(displaying-byte-compile-warnings): Show
entire "Compiling ..." line when recentering.

26 years ago(save-place-to-alist): Optimize out the degenerate
Karl Heuer [Thu, 25 Sep 1997 01:01:05 +0000 (01:01 +0000)]
(save-place-to-alist): Optimize out the degenerate
case when point is 1.

26 years ago(save-place-version-control): Make nil the default.
Richard M. Stallman [Thu, 25 Sep 1997 00:53:39 +0000 (00:53 +0000)]
(save-place-version-control): Make nil the default.

26 years agoUse system header files instead of declaring C-library
Karl Heuer [Thu, 25 Sep 1997 00:44:53 +0000 (00:44 +0000)]
Use system header files instead of declaring C-library
functions explicitly.

26 years ago(mode-line-format): Doc fix.
Karl Heuer [Thu, 25 Sep 1997 00:40:45 +0000 (00:40 +0000)]
(mode-line-format): Doc fix.

26 years ago(term-if-emacs19): Recognize version 20.
Karl Heuer [Wed, 24 Sep 1997 16:38:24 +0000 (16:38 +0000)]
(term-if-emacs19): Recognize version 20.

26 years ago(cal-tex-mouse-filofax-daily): New function.
Karl Heuer [Wed, 24 Sep 1997 16:29:39 +0000 (16:29 +0000)]
(cal-tex-mouse-filofax-daily): New function.
(cal-tex-mouse-filofax): Add menu item for it.

26 years ago(calendar-mode-map): Bind it to key.
Karl Heuer [Wed, 24 Sep 1997 16:29:05 +0000 (16:29 +0000)]
(calendar-mode-map): Bind it to key.
(cal-tex-cursor-filofax-daily): Autoload it.

26 years ago(cal-tex-cursor-filofax-daily): New function.
Karl Heuer [Wed, 24 Sep 1997 16:28:34 +0000 (16:28 +0000)]
(cal-tex-cursor-filofax-daily): New function.
Delete from "to do" list.