]> code.delx.au - gnu-emacs/log
gnu-emacs
25 years agoInvoke preprep to prepare dumped image for profiling.
Andrew Innes [Sat, 20 Feb 1999 20:34:14 +0000 (20:34 +0000)]
Invoke preprep to prepare dumped image for profiling.
Change prep options to profile libc functions and skip the startup
code.

25 years agoFix command to update info files.
Richard M. Stallman [Sat, 20 Feb 1999 18:57:09 +0000 (18:57 +0000)]
Fix command to update info files.

25 years agoInitial revision
Lars Magne Ingebrigtsen [Sat, 20 Feb 1999 14:11:41 +0000 (14:11 +0000)]
Initial revision

25 years agoUpgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen [Sat, 20 Feb 1999 14:05:57 +0000 (14:05 +0000)]
Upgrading to Gnus 5.7; see ChangeLog

25 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sat, 20 Feb 1999 13:52:45 +0000 (13:52 +0000)]
*** empty log message ***

25 years ago(dirtrack): Check for the prompt in the input string instead of the buffer.
Richard M. Stallman [Fri, 19 Feb 1999 08:37:56 +0000 (08:37 +0000)]
(dirtrack): Check for the prompt in the input string instead of the buffer.

25 years agoSet version to 1.4.1. Changed mail address to
Richard M. Stallman [Fri, 19 Feb 1999 04:27:18 +0000 (04:27 +0000)]
Set version to 1.4.1.  Changed mail address to
alex@gnu.org.  Mention the mailin listg sql.el@gnu.org.
(sql-input-ring-separator): Doc fix.
(sql-mode-syntax-table): double-dash starts comments is defined as
". 56" instead of ". 12b" for XEmacs.
(sql-stop, sql-interactive-mode): Doc fixes.
(sql-postgres): Queries for database and server, not just one.
(sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.

25 years ago(sql-set-sqli-hook): A hook run when sql-buffer is
Richard M. Stallman [Fri, 19 Feb 1999 04:24:12 +0000 (04:24 +0000)]
(sql-set-sqli-hook): A hook run when sql-buffer is
changed.  This is needed for master.el to work.
(sql-set-sqli-buffer): Use the new hook.

(sql-make-alternate-buffer-name): Function that sets
sql-alternate-buffer-name.
(sql-alternate-buffer-name): Possible name of SQLi buffers.
(sql-interactive-mode): Set sql-alternate-buffer-name.
(sql-rename-buffer): New command.
(sql-interactive-mode-menu): Menu for SQLi buffers.

(sql-interactive-mode): Doc fix.  sql-input-ring-separator
and sql-input-ring-file-name are used to temporarily set
comint-input-ring-file-name and comint-input-ring-separator when
reading and writing input history files.

(sql-stop): Use sql-input-ring-separator and
sql-input-ring-file-name.
(sql-input-ring-file-name): New variable with customization.
(sql-input-ring-separator): New variable with customization.
(sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
Callers changed.
(sql-show-sqli-buffer): The message for "sql-buffer is not set"
now includes the name of the current buffer.

(sql-mode): Set paragraph-separate and paragraph-start so that
sql-send-paragraph sends the entire SQL statements, even if it
contains indented lines.

25 years ago(syms_of_process): defsubr it.
Richard M. Stallman [Fri, 19 Feb 1999 01:39:27 +0000 (01:39 +0000)]
(syms_of_process): defsubr it.
(Fprocess_running_child_p): New function.

(process_send_signal): If CURRENT_GROUP is `lambda'
then don't send the signal if the shell owns the terminal.
(Finterrupt_process): Doc change.

25 years ago(iso-transl-ae): Renamed from iso-transl-e-slash.
Richard M. Stallman [Fri, 19 Feb 1999 01:38:02 +0000 (01:38 +0000)]
(iso-transl-ae): Renamed from iso-transl-e-slash.
(iso-transl-a-ring): Renamed from iso-transl-a-slash.
(iso-transl-AE): Renamed from iso-transl-E-slash.
(iso-transl-A-ring): Renamed from iso-transl-A-slash.
(iso-transl-char-map): Related changes.

25 years ago(emacs.o): Depend on termhooks.h.
Richard M. Stallman [Fri, 19 Feb 1999 01:37:28 +0000 (01:37 +0000)]
(emacs.o): Depend on termhooks.h.
(filelock.o): Depend on systime.h.

25 years ago(within_one_second): New function.
Richard M. Stallman [Fri, 19 Feb 1999 01:36:29 +0000 (01:36 +0000)]
(within_one_second): New function.
(current_lock_owner): Use that.
(get_boot_time): Use /proc/uptime if available.
Otherwise, if nothing found in wtmp, try wtmp.1.gz and so on.
(get_boot_time_1): New subroutine taken from get_boot_time.

25 years ago(Qusr1_signal, Qusr2_signal): New variables.
Richard M. Stallman [Fri, 19 Feb 1999 01:34:48 +0000 (01:34 +0000)]
(Qusr1_signal, Qusr2_signal): New variables.
(syms_of_emacs): Init and staticpro them.
(handle_USR1_signal): Don't run any code, just queue up an event.
(handle_USR2_signal): Likewise.

25 years ago(format-encode-run-method, format-decode-run-method): Fix previous change.
Dave Love [Thu, 18 Feb 1999 15:46:31 +0000 (15:46 +0000)]
(format-encode-run-method, format-decode-run-method): Fix previous change.

25 years ago(coding-system-list): Moved to mule.el.
Kenichi Handa [Thu, 18 Feb 1999 13:11:50 +0000 (13:11 +0000)]
(coding-system-list): Moved to mule.el.

25 years ago(coding-system-list): Moved here from
Kenichi Handa [Thu, 18 Feb 1999 13:11:24 +0000 (13:11 +0000)]
(coding-system-list): Moved here from
mule-util.el to avoid autoloading mule-util by the call of
select-safe-coding-system.

25 years ago(Fdecode_sjis_char): In case of error, use %x for
Kenichi Handa [Thu, 18 Feb 1999 12:52:07 +0000 (12:52 +0000)]
(Fdecode_sjis_char): In case of error, use %x for
formatting error message.
(Fdecode_big5_char): Likewise.

25 years ago(turn-on-auto-fill): Mark it as an option for `text-mode-hook'.
Richard M. Stallman [Thu, 18 Feb 1999 07:24:11 +0000 (07:24 +0000)]
(turn-on-auto-fill): Mark it as an option for `text-mode-hook'.

25 years ago(adjust_markers_for_replace): When doing an insertion
Richard M. Stallman [Thu, 18 Feb 1999 05:40:34 +0000 (05:40 +0000)]
(adjust_markers_for_replace): When doing an insertion
(replacing a region of zero length), handle markers at the
insertion point properly.

25 years ago(easy-menu-get-map): Don't crash if (current-local-map) is nil.
Richard M. Stallman [Thu, 18 Feb 1999 01:10:46 +0000 (01:10 +0000)]
(easy-menu-get-map): Don't crash if (current-local-map) is nil.

25 years ago(file-cache-filter-regexps): Added .class.
Richard M. Stallman [Wed, 17 Feb 1999 18:16:13 +0000 (18:16 +0000)]
(file-cache-filter-regexps): Added .class.

25 years ago(Vw32_quit_key): New variable.
Andrew Innes [Wed, 17 Feb 1999 12:47:59 +0000 (12:47 +0000)]
(Vw32_quit_key): New variable.
(post_character_message): Use it.
(syms_of_w32fns): DEFVAR it.

25 years ago(decompose-region): Use
Kenichi Handa [Wed, 17 Feb 1999 12:39:48 +0000 (12:39 +0000)]
(decompose-region): Use
insert-buffer-substring instead of insert-buffer to avoid putting
mark.

25 years ago(scroll-calendar-left): Don't set
Andreas Schwab [Wed, 17 Feb 1999 10:32:01 +0000 (10:32 +0000)]
(scroll-calendar-left): Don't set
displayed-month and displayed-year here, let generate-calendar do
it, after range checking.

25 years ago* font-lock.el (c++-font-lock-keywords-3): Use c-at-toplevel-p to distinguish
Simon Marshall [Wed, 17 Feb 1999 10:06:41 +0000 (10:06 +0000)]
* font-lock.el (c++-font-lock-keywords-3): Use c-at-toplevel-p to distinguish
correctly an object declared via a constructor from a method.
(font-lock-defaults-alist): Don't give `.' word syntax for Java.
(java-font-lock-keywords-1): Fontify package names individually.
(java-font-lock-extra-types): Ensure regexp matches capitalised types only.
(java-font-lock-keywords-2): Simplify type fontification.
(java-font-lock-keywords-3): Likewise.

25 years agoAdded c-at-toplevel-p for font-lock.el.
Simon Marshall [Wed, 17 Feb 1999 09:46:28 +0000 (09:46 +0000)]
Added c-at-toplevel-p for font-lock.el.

25 years ago(Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.
Kenichi Handa [Wed, 17 Feb 1999 08:12:31 +0000 (08:12 +0000)]
(Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.

25 years ago(dired-move-to-filename-regexp): Prepend .* so that we find the
Richard M. Stallman [Wed, 17 Feb 1999 02:23:44 +0000 (02:23 +0000)]
(dired-move-to-filename-regexp): Prepend .* so that we find the
last match if there are multiple matches.

25 years ago(iso-2022-jp-2): New coding system.
Kenichi Handa [Wed, 17 Feb 1999 00:15:34 +0000 (00:15 +0000)]
(iso-2022-jp-2): New coding system.
("Japanese"): Put iso-2022-jp-2 in coding-priority property.

25 years ago(describe-function-1): Accept non-symbols.
Richard M. Stallman [Tue, 16 Feb 1999 23:09:54 +0000 (23:09 +0000)]
(describe-function-1): Accept non-symbols.

25 years ago(tex-run-command, latex-run-command)
Richard M. Stallman [Tue, 16 Feb 1999 10:39:24 +0000 (10:39 +0000)]
(tex-run-command, latex-run-command)
(slitex-run-command, tex-command): Doc changes.
(tex-start-options-string): Autoload it.  Doc change.  Provide
a menu for customization.  Allow nil.  Quote backslashes only once.
(tex-start-tex): Handle nil value of tex-start-options-string
and apply shell-quote-argument to it.

25 years ago(ls-lisp-insert-directory): Call fceiling to round
Eli Zaretskii [Tue, 16 Feb 1999 08:29:22 +0000 (08:29 +0000)]
(ls-lisp-insert-directory): Call fceiling to round
the size in blocks, since it can be a float.
(ls-lisp-format): Likewise

25 years ago(Ffile_attributes): If the file's size doesn't fit in
Eli Zaretskii [Tue, 16 Feb 1999 08:25:51 +0000 (08:25 +0000)]
(Ffile_attributes): If the file's size doesn't fit in
an integer, return it as a float.  Doc string fixed.

25 years ago(japanese-shift-jis): Add charset-origin-alist property.
Kenichi Handa [Tue, 16 Feb 1999 07:32:43 +0000 (07:32 +0000)]
(japanese-shift-jis): Add charset-origin-alist property.

25 years ago(compile-internal): Use save-selected-window.
Richard M. Stallman [Tue, 16 Feb 1999 03:36:28 +0000 (03:36 +0000)]
(compile-internal): Use save-selected-window.

25 years agoRecord new maintainer.
Richard M. Stallman [Tue, 16 Feb 1999 03:07:34 +0000 (03:07 +0000)]
Record new maintainer.

25 years ago(Fdecode_sjis_char, Fencode_sjis_char): Hanlde
Kenichi Handa [Tue, 16 Feb 1999 01:38:01 +0000 (01:38 +0000)]
(Fdecode_sjis_char, Fencode_sjis_char): Hanlde
ASCII correctly.  Signal error on invalid characters.
(Fdecode_big5_char, Fencode_big5_char): Likewise.

25 years ago(rmail-show-message): If an unseen message has a
Richard M. Stallman [Tue, 16 Feb 1999 01:05:33 +0000 (01:05 +0000)]
(rmail-show-message): If an unseen message has a
Summary-line in its header, get past one more line before looking
for the X-Coding-System header.

25 years ago(momentary-string-display): Bind inhibit-read-only.
Richard M. Stallman [Tue, 16 Feb 1999 00:52:36 +0000 (00:52 +0000)]
(momentary-string-display): Bind inhibit-read-only.

25 years ago(speedbar-item-info-tag-helper): Scan the whole line.
Richard M. Stallman [Tue, 16 Feb 1999 00:33:44 +0000 (00:33 +0000)]
(speedbar-item-info-tag-helper): Scan the whole line.

25 years ago(INSTALL): Copy the handful of uncompiled lisp files
Geoff Voelker [Mon, 15 Feb 1999 22:31:31 +0000 (22:31 +0000)]
(INSTALL): Copy the handful of uncompiled lisp files
explicitly to accomodate Windows 9X lack of a useful copy program.

25 years agoCreate installation directory as first step.
Geoff Voelker [Mon, 15 Feb 1999 22:31:13 +0000 (22:31 +0000)]
Create installation directory as first step.

25 years ago(get_clipboard_data): Work around a bug in Windows95
Eli Zaretskii [Mon, 15 Feb 1999 15:14:47 +0000 (15:14 +0000)]
(get_clipboard_data): Work around a bug in Windows95
DOS box which doubles the reported size of text in the clipboard.

25 years ago(widget-choice-value-create): Use `equal' instead of `eq'.
Richard M. Stallman [Mon, 15 Feb 1999 12:07:01 +0000 (12:07 +0000)]
(widget-choice-value-create): Use `equal' instead of `eq'.

25 years ago(decode_coding_iso2022): Don't set coding->composed_chars to 0 here.
Kenichi Handa [Mon, 15 Feb 1999 10:47:36 +0000 (10:47 +0000)]
(decode_coding_iso2022): Don't set coding->composed_chars to 0 here.
(setup_coding_system): Set coding->composed_chars to 0 here.

25 years ago(format-replace-strings): Fix value of TO in REVERSE case.
Richard M. Stallman [Sun, 14 Feb 1999 06:00:44 +0000 (06:00 +0000)]
(format-replace-strings): Fix value of TO in REVERSE case.

25 years ago(texinfo-alias): New function.
Richard M. Stallman [Sat, 13 Feb 1999 16:40:10 +0000 (16:40 +0000)]
(texinfo-alias): New function.
(texinfo-fold-nodename-case): Add defvar.
(texinfo-format-node): Do case folding if specified.

25 years ago(Ffile_regular_p): Use lstat.
Richard M. Stallman [Sat, 13 Feb 1999 16:36:24 +0000 (16:36 +0000)]
(Ffile_regular_p): Use lstat.

25 years ago(ffap-file-at-point): Test local file names
Richard M. Stallman [Sat, 13 Feb 1999 16:28:34 +0000 (16:28 +0000)]
(ffap-file-at-point): Test local file names
immediately.  Strip off line numbers.

25 years ago*** empty log message ***
Richard M. Stallman [Sat, 13 Feb 1999 13:38:17 +0000 (13:38 +0000)]
*** empty log message ***

25 years agoAdded keywords from `finder-by-keyword'.
Richard M. Stallman [Sat, 13 Feb 1999 12:04:00 +0000 (12:04 +0000)]
Added keywords from `finder-by-keyword'.
Set version to 1.3.2

(sql-solid-program): Added support for solid.
(sql-help): Doc mentions sql-solid.
(sql-solid): Entry function for Solid.
(sql-buffer): Doc explains the use of the variable and how to change it.
(sql-mode-menu): Included entries for sql-show-sqli-buffer and
sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
disabled if sql-buffer doesn't have a process; sql-send-paragraph is new.
(sql-show-sqli-buffer): New function to display the value of sql-buffer.
(sql-change-sqli-buffer): New function to change sql-buffer.
(sql-mode): Doc explains how to change sql-buffer.
(sql-send-paragraph): New function to send a paragraph.
(sql-mode-map): Added keybinding for sql-send-paragraph.
(sql-mysql): Doc corrected.
(sql-ms): Doc corrected.

(sql-server): Doc fix.
(sql-mysql): Added the use of sql-server to specify the host,
sql-database now specifies database instead of host.
(sql-mode-menu): Send... menu items are only active if sql-buffer
is non-nil.
(sql-help): Changed tag of entry functions a bit.

(sql-mode): Made sql-buffer a local variable, changed the
documentation: removed instructions to add *.sql files to
auto-mode-alist, added documentation for having mutliple SQL
buffers sending their stuff to different SQLi buffers, each
running a different process.
(sql-postgres): Quoted *SQL* in doc string.
(sql-ms): Likewise.
(sql-ingres): Likewise.
(sql-ingres): Quoted *SQL* in doc string, added references to
sql-user and sql-password used during login.
(sql-sybase): Quoted *SQL* in doc string, added comma.
(sql-oracle): Likewise.
(sql-interactive-mode): Added extensive documentation for having
mutliple SQL buffers sending their stuff to different SQLi
buffers, each running a different process.
(sql-buffer): Changed doc from *SQL* to SQLi.
(sql-get-login): Doc fix.

25 years ago(paragraph-separate): Doc fix.
Richard M. Stallman [Sat, 13 Feb 1999 11:52:52 +0000 (11:52 +0000)]
(paragraph-separate): Doc fix.

25 years ago(undecided): Set ascii in safe-charsets property.
Kenichi Handa [Sat, 13 Feb 1999 02:47:52 +0000 (02:47 +0000)]
(undecided): Set ascii in safe-charsets property.

25 years ago(ps-mule-font-info-database-default): Set the initial
Kenichi Handa [Sat, 13 Feb 1999 01:47:07 +0000 (01:47 +0000)]
(ps-mule-font-info-database-default): Set the initial
value to ps-mule-font-info-database-latin.

25 years ago(ps-multibyte-buffer): Doc-string modified.
Kenichi Handa [Sat, 13 Feb 1999 01:41:27 +0000 (01:41 +0000)]
(ps-multibyte-buffer): Doc-string modified.
(ps-mule-font-info-database-default): New variable.
(ps-mule-begin-job): If ps-multibyte-buffer is nil, use
ps-mule-font-info-database-default.

25 years ago(timezone-make-date-sortable, timezone-make-date-arpa-standard): Doc fix.
Dave Love [Fri, 12 Feb 1999 14:57:05 +0000 (14:57 +0000)]
(timezone-make-date-sortable, timezone-make-date-arpa-standard): Doc fix.

25 years ago(quail-show-kbd-layout): Bind blink-matching-paren to nil.
Kenichi Handa [Fri, 12 Feb 1999 12:40:54 +0000 (12:40 +0000)]
(quail-show-kbd-layout): Bind blink-matching-paren to nil.

25 years ago(ps-mule-font-info-database-bdf): Fix ENCODING field
Kenichi Handa [Fri, 12 Feb 1999 11:14:46 +0000 (11:14 +0000)]
(ps-mule-font-info-database-bdf): Fix ENCODING field
for ASCII and Latin-1.

25 years ago(jdb): Fix regexp for comint-prompt-regexp.
Andreas Schwab [Fri, 12 Feb 1999 10:38:47 +0000 (10:38 +0000)]
(jdb): Fix regexp for comint-prompt-regexp.

25 years ago(what-cursor-position): Don't use the variable
Kenichi Handa [Fri, 12 Feb 1999 08:06:39 +0000 (08:06 +0000)]
(what-cursor-position): Don't use the variable
charset-origin-alist, but use charset-origin-alist property of
buffer-file-coding-system to decide external character set code.

25 years ago(language-info-alist): Remove description about charset-origin-alist.
Kenichi Handa [Fri, 12 Feb 1999 07:48:52 +0000 (07:48 +0000)]
(language-info-alist): Remove description about charset-origin-alist.

25 years agoComment added for a new coding system
Kenichi Handa [Fri, 12 Feb 1999 07:48:52 +0000 (07:48 +0000)]
Comment added for a new coding system
property `charset-origin-alit'.
(charset-origin-alist): This variable deleted.

25 years ago(chinese-big5): Add charset-origin-alist property.
Kenichi Handa [Fri, 12 Feb 1999 07:46:42 +0000 (07:46 +0000)]
(chinese-big5): Add charset-origin-alist property.
("Chinese-CNS"): Remove charset-origin-alist property.

25 years ago(cyrillic-koi8): Add charset-origin-alist property.
Kenichi Handa [Fri, 12 Feb 1999 07:46:42 +0000 (07:46 +0000)]
(cyrillic-koi8): Add charset-origin-alist property.
(cyrillic-alternativnyj): Likewise.
("Cyrillic-KOI8"): Remove charset-origin-alist property.
("Cyrillic-ALT"): Likewise.

25 years ago(vietnamese-viqr): Add charset-origin-alist property.
Kenichi Handa [Fri, 12 Feb 1999 07:46:42 +0000 (07:46 +0000)]
(vietnamese-viqr): Add charset-origin-alist property.
("Vietnamese"): Remove charset-origin-alist property.

25 years agoMerge latest posted one.
Dave Love [Thu, 11 Feb 1999 22:47:03 +0000 (22:47 +0000)]
Merge latest posted one.

25 years agoDon't turn on the mode when the file is loaded.
Richard M. Stallman [Wed, 10 Feb 1999 20:52:20 +0000 (20:52 +0000)]
Don't turn on the mode when the file is loaded.

25 years agoCite new mailinglists archive.
Dave Love [Wed, 10 Feb 1999 20:03:43 +0000 (20:03 +0000)]
Cite new mailinglists archive.

25 years ago(rmail-search): Track match with a marker, not an integer.
Richard M. Stallman [Wed, 10 Feb 1999 03:50:50 +0000 (03:50 +0000)]
(rmail-search): Track match with a marker, not an integer.

25 years ago(powerpc-apple-netbsd*): New alternative.
Richard M. Stallman [Wed, 10 Feb 1999 03:04:15 +0000 (03:04 +0000)]
(powerpc-apple-netbsd*): New alternative.

25 years ago(HAS_SBSS_SECTION): Define this in some cases.
Richard M. Stallman [Wed, 10 Feb 1999 03:02:01 +0000 (03:02 +0000)]
(HAS_SBSS_SECTION): Define this in some cases.
(unexec): Test this instead of specific systems.

25 years ago(add-log-file-name-function): New variable.
Richard M. Stallman [Tue, 9 Feb 1999 09:14:53 +0000 (09:14 +0000)]
(add-log-file-name-function): New variable.
(add-change-log-entry): Call that function, if non-nil.

25 years ago(compile-auto-highlight): Customize.
Richard M. Stallman [Tue, 9 Feb 1999 09:14:34 +0000 (09:14 +0000)]
(compile-auto-highlight): Customize.

25 years agoFix typos.
Richard M. Stallman [Tue, 9 Feb 1999 09:03:05 +0000 (09:03 +0000)]
Fix typos.

25 years ago(texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for.
Richard M. Stallman [Tue, 9 Feb 1999 00:38:12 +0000 (00:38 +0000)]
(texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for.

25 years ago(texinfo-environment-regexp): Add the def... constructs.
Richard M. Stallman [Tue, 9 Feb 1999 00:34:17 +0000 (00:34 +0000)]
(texinfo-environment-regexp): Add the def... constructs.

25 years ago(compilation-setup): Set value of
Richard M. Stallman [Mon, 8 Feb 1999 23:50:42 +0000 (23:50 +0000)]
(compilation-setup): Set value of
compilation-directory-stack as in compilation-forget-errors.
(compile-reinitialize-errors): Bind buffer-undo-list and deactivate-mark.
(compilation-forget-errors): Likewise.

25 years ago*** empty log message ***
Richard M. Stallman [Mon, 8 Feb 1999 18:03:22 +0000 (18:03 +0000)]
*** empty log message ***

25 years agoInstalled CC Mode 5.25.
Barry A. Warsaw [Mon, 8 Feb 1999 16:53:18 +0000 (16:53 +0000)]
Installed CC Mode 5.25.

25 years agoInitial revision
Barry A. Warsaw [Mon, 8 Feb 1999 16:52:35 +0000 (16:52 +0000)]
Initial revision

25 years ago(Fyes_or_no_p, Fy_or_n_p): Doc fix.
Dave Love [Mon, 8 Feb 1999 13:59:24 +0000 (13:59 +0000)]
(Fyes_or_no_p, Fy_or_n_p): Doc fix.

25 years ago(cp-coding-system-for-codepage-1): On MS-DOS,
Eli Zaretskii [Mon, 8 Feb 1999 11:21:00 +0000 (11:21 +0000)]
(cp-coding-system-for-codepage-1): On MS-DOS,
use dos-unsupported-char-glyph for characters not
supported by the codepage.
(cp-make-coding-systems-for-codepage): Likewise.

25 years ago(ccl_coding_driver): On encoding, coding->produced_char
Kenichi Handa [Mon, 8 Feb 1999 11:06:56 +0000 (11:06 +0000)]
(ccl_coding_driver): On encoding, coding->produced_char
should be set to coding->produced.

25 years ago(coding-system-list): Don't sort
Andreas Schwab [Mon, 8 Feb 1999 09:52:43 +0000 (09:52 +0000)]
(coding-system-list): Don't sort
coding-system-list here.

25 years ago(coding-system-lessp): Moved here from
Andreas Schwab [Mon, 8 Feb 1999 09:50:26 +0000 (09:50 +0000)]
(coding-system-lessp): Moved here from
mule-util.el
(add-to-coding-system-list): New function.
(make-subsidiary-coding-system, make-coding-system,
define-coding-system-alias): Use it instead of setting
coding-system-list directly.

25 years ago(IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
Paul Fisher [Sun, 7 Feb 1999 23:58:09 +0000 (23:58 +0000)]
(IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
(base64_decode_1): Use READ_QUADRUPLET_BYTE.

25 years ago(appt-make-list): Don't splice quotes and date onto message.
Richard M. Stallman [Sun, 7 Feb 1999 22:44:43 +0000 (22:44 +0000)]
(appt-make-list): Don't splice quotes and date onto message.

25 years agoWhen compiling, require compare-w and skeleton
Richard M. Stallman [Sun, 7 Feb 1999 07:28:45 +0000 (07:28 +0000)]
When compiling, require compare-w and skeleton
to pacify the byte-compiler.  Move the def's of the tex-commands
together.  Add a comment on kill-process vs. quit-process.

25 years ago(Fformat): Doc fix.
Richard M. Stallman [Sun, 7 Feb 1999 06:28:54 +0000 (06:28 +0000)]
(Fformat): Doc fix.

25 years agoComment changes.
Richard M. Stallman [Sun, 7 Feb 1999 04:07:14 +0000 (04:07 +0000)]
Comment changes.

25 years ago(imenu--last-menubar-index-alist): Add doc.
Richard M. Stallman [Sat, 6 Feb 1999 21:50:53 +0000 (21:50 +0000)]
(imenu--last-menubar-index-alist): Add doc.
(imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.

25 years ago(setup-slovenian-environment): New function.
Richard M. Stallman [Sat, 6 Feb 1999 05:50:59 +0000 (05:50 +0000)]
(setup-slovenian-environment): New function.
("Slovenian"): New language environment.

25 years ago(sql-help): Doc fix.
Richard M. Stallman [Sat, 6 Feb 1999 05:12:54 +0000 (05:12 +0000)]
(sql-help): Doc fix.
(sql-mysql): Doc fix.

25 years agoChanged version to 1.2.1.
Richard M. Stallman [Sat, 6 Feb 1999 05:09:31 +0000 (05:09 +0000)]
Changed version to 1.2.1.
(sql-pop-to-buffer-after-send-region): Improved documentation.
(sql-mysql-program): Added MySQL support.
(sql-prompt-length): Made prompt-length configurable.
(sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
(sql-help): Added MySQL support, changed documentation.
(sql-send-region): A message is displayed if something is sent.
(sql-mode): Added buffer-local comment-start.
(sql-interactive-mode): Use sql-prompt-length to set left-margin.
(sql-interactive-mode): Added buffer-local comment-start.
(sql-oracle): Set sql-prompt-length.
(sql-sybase): Set sql-prompt-length.
(sql-mysql): Added MySQL support.
(sql-ingres): Set sql-prompt-length.
(sql-ms): Set sql-prompt-length.
(sql-postgres): Set sql-prompt-length.

25 years ago(time-stamp-format): Format doc tighter.
Richard M. Stallman [Sat, 6 Feb 1999 05:00:54 +0000 (05:00 +0000)]
(time-stamp-format): Format doc tighter.
(time-stamp-line-limit): 0 searches the entire buffer (careful!).
(time-stamp): don't re-write the time stamp if it didn't change.

25 years ago(construct_drag_n_drop): Call DraqQueryPoint before
Andrew Innes [Fri, 5 Feb 1999 17:49:04 +0000 (17:49 +0000)]
(construct_drag_n_drop): Call DraqQueryPoint before
recording drop position.

25 years ago(compile-mouse-goto-error): Don't lose with
Dave Love [Fri, 5 Feb 1999 15:19:54 +0000 (15:19 +0000)]
(compile-mouse-goto-error): Don't lose with
null markers.
(compile-goto-error): Likewise.

25 years ago(encode_terminal_code): Fix previous change.
Kenichi Handa [Fri, 5 Feb 1999 05:40:27 +0000 (05:40 +0000)]
(encode_terminal_code): Fix previous change.

25 years ago(encode_coding_iso2022): Before writing out an invalid
Kenichi Handa [Fri, 5 Feb 1999 05:39:58 +0000 (05:39 +0000)]
(encode_coding_iso2022): Before writing out an invalid
code, reset glaphic planes and registers if necessary.

25 years ago(dos-codepage-setup): Set selection coding system to cpNNN-dos.
Eli Zaretskii [Thu, 4 Feb 1999 15:57:23 +0000 (15:57 +0000)]
(dos-codepage-setup): Set selection coding system to cpNNN-dos.