]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

25 years ago(last_clipboard_text, clipboard_storage_size): New
Eli Zaretskii [Thu, 4 Feb 1999 15:53:37 +0000 (15:53 +0000)]
(last_clipboard_text, clipboard_storage_size): New
static variables.
(set_clipboard_data): Save a copy of the text we put into
clipboard in last_clipboard_text.
(get_clipboard_data): If the clipboard text is identical to what
last_clipboard_text holds, pretend there's no data in the
clipboard.

25 years ago(NLIST_STRUCT): Add #undef.
Richard M. Stallman [Thu, 4 Feb 1999 04:48:24 +0000 (04:48 +0000)]
(NLIST_STRUCT): Add #undef.

25 years agoFix last change.
Eli Zaretskii [Wed, 3 Feb 1999 16:40:32 +0000 (16:40 +0000)]
Fix last change.

25 years ago(Fw16_set_clipboard_data): When the text needs to be
Eli Zaretskii [Wed, 3 Feb 1999 14:53:47 +0000 (14:53 +0000)]
(Fw16_set_clipboard_data): When the text needs to be
encoded, set its pointer and size as returned by encode_coding.

25 years agoLet ethiopic use iso-2022-7bit.
Kenichi Handa [Wed, 3 Feb 1999 06:26:56 +0000 (06:26 +0000)]
Let ethiopic use iso-2022-7bit.

25 years ago(Fset_char_table_default): To handle the case that CH is
Kenichi Handa [Wed, 3 Feb 1999 02:20:53 +0000 (02:20 +0000)]
(Fset_char_table_default): To handle the case that CH is
an ASCII char, use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.

25 years ago(mark-fortran-subprogram): Activate mark
Dave Love [Tue, 2 Feb 1999 19:35:29 +0000 (19:35 +0000)]
(mark-fortran-subprogram): Activate mark
here...
(fortran-narrow-to-subprogram, fortran-indent-subprogram): ... not
here.

25 years ago(terminal-emulator): Doc fix.
Karl Heuer [Tue, 2 Feb 1999 19:17:22 +0000 (19:17 +0000)]
(terminal-emulator): Doc fix.

25 years ago(syms_of_w32fns): Change default value of w32-mouse-move-interval to
Andrew Innes [Tue, 2 Feb 1999 14:03:10 +0000 (14:03 +0000)]
(syms_of_w32fns): Change default value of w32-mouse-move-interval to
0, so that the mouse wheel/rocker on some mice works properly.

25 years ago(set_clipboard_data): Correctly null-terminate the
Eli Zaretskii [Tue, 2 Feb 1999 13:43:14 +0000 (13:43 +0000)]
(set_clipboard_data): Correctly null-terminate the
string to be put into the Windows clipboard.  Use xbuf_addr.

25 years ago(compose-chars): Doc-string
Kenichi Handa [Tue, 2 Feb 1999 05:11:50 +0000 (05:11 +0000)]
(compose-chars): Doc-string
modified.  Currectly handle a composition character in ARGS.

25 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 Feb 1999 04:07:01 +0000 (04:07 +0000)]
*** empty log message ***

25 years ago(makefile-imenu-generic-expression): New var.
Richard M. Stallman [Tue, 2 Feb 1999 03:47:08 +0000 (03:47 +0000)]
(makefile-imenu-generic-expression): New var.
(makefile-menu-index-function): Function deleted.
(makefile-mode): Use makefile-imenu-generic-expression.

25 years agoUse full path to temacs.exe when dumping.
Geoff Voelker [Tue, 2 Feb 1999 02:59:29 +0000 (02:59 +0000)]
Use full path to temacs.exe when dumping.

25 years agoterm/w32-win.el (w32-create-initial-fontsets): Back out previous
Geoff Voelker [Tue, 2 Feb 1999 02:57:50 +0000 (02:57 +0000)]
term/w32-win.el (w32-create-initial-fontsets): Back out previous
change, invoke from before-init-hook.

25 years ago*** empty log message ***
Dan Nicolaescu [Tue, 2 Feb 1999 02:26:12 +0000 (02:26 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Richard M. Stallman [Mon, 1 Feb 1999 22:58:10 +0000 (22:58 +0000)]
*** empty log message ***

25 years agoFix key bindings for appt-add and appt-delete
Edward M. Reingold [Mon, 1 Feb 1999 15:39:28 +0000 (15:39 +0000)]
Fix key bindings for appt-add and appt-delete

25 years ago(msdos-approximate-color): New function.
Eli Zaretskii [Mon, 1 Feb 1999 13:25:12 +0000 (13:25 +0000)]
(msdos-approximate-color): New function.
(msdos-color-translate): Call it to find a DOS color that best
approximates an X-style "#NNNNNN" color specification.

25 years ago(compose-chars-component): Add autoload cookie.
Kenichi Handa [Mon, 1 Feb 1999 12:21:47 +0000 (12:21 +0000)]
(compose-chars-component): Add autoload cookie.

25 years ago(Fset_buffer_multibyte): Error if buffer is multibyte.
Richard M. Stallman [Mon, 1 Feb 1999 11:17:41 +0000 (11:17 +0000)]
(Fset_buffer_multibyte): Error if buffer is multibyte.

25 years ago(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
Richard M. Stallman [Mon, 1 Feb 1999 10:38:08 +0000 (10:38 +0000)]
(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
of compilation-next-error-locus.

25 years ago(quail-lookup-key): If cdr of MAP is a
Kenichi Handa [Mon, 1 Feb 1999 02:52:34 +0000 (02:52 +0000)]
(quail-lookup-key): If cdr of MAP is a
function, replace cdr of MAP by the return value of the function
unconditionally.

25 years ago(ROUND_UP_DST_AND_ZERO): New macro.
Andrew Innes [Sun, 31 Jan 1999 21:53:14 +0000 (21:53 +0000)]
(ROUND_UP_DST_AND_ZERO): New macro.
(copy_executable_and_dump_data): Use it to ensure alignment slop
is zeroed.

25 years agoROUND_UP_DST_AND_ZERO): Renamed from ROUND_UP_DST. Zeroes the
Andrew Innes [Sun, 31 Jan 1999 21:50:21 +0000 (21:50 +0000)]
ROUND_UP_DST_AND_ZERO): Renamed from ROUND_UP_DST.  Zeroes the
alignment slop.

(copy_executable_and_add_section): Update the
SizeOfHeaders field properly.

25 years agoAdd hyperbole.
Dave Love [Sun, 31 Jan 1999 18:31:15 +0000 (18:31 +0000)]
Add hyperbole.

25 years ago(rmail-mime-charset-pattern): Add optional TABs
Eli Zaretskii [Sun, 31 Jan 1999 14:49:43 +0000 (14:49 +0000)]
(rmail-mime-charset-pattern): Add optional TABs
and NLs before "charset", and allow the charset name be in double
quotes.

25 years ago(imenu-sort-function): Fix custom type.
Richard M. Stallman [Sun, 31 Jan 1999 07:20:12 +0000 (07:20 +0000)]
(imenu-sort-function): Fix custom type.

25 years ago(speedbar-line-token): Match {...} instead of [...].
Richard M. Stallman [Sun, 31 Jan 1999 04:39:37 +0000 (04:39 +0000)]
(speedbar-line-token): Match {...} instead of [...].
(speedbar-line-token): Likewise.

25 years ago(rmail-decode-babyl-format): Avoid locking when decoding.
Richard M. Stallman [Sun, 31 Jan 1999 04:35:56 +0000 (04:35 +0000)]
(rmail-decode-babyl-format): Avoid locking when decoding.

25 years ago(Fset_window_point): If WINDOW is selected but the
Richard M. Stallman [Sat, 30 Jan 1999 23:45:54 +0000 (23:45 +0000)]
(Fset_window_point): If WINDOW is selected but the
current buffer is not its buffer, don't use Fgoto_char.

25 years ago(init_environment): Change argv[0] to contain the full path to Emacs.
Andrew Innes [Sat, 30 Jan 1999 18:48:57 +0000 (18:48 +0000)]
(init_environment): Change argv[0] to contain the full path to Emacs.

25 years ago(main): Pass argv to init_environment.
Andrew Innes [Sat, 30 Jan 1999 18:47:52 +0000 (18:47 +0000)]
(main): Pass argv to init_environment.

25 years agoFix previous change.
Richard M. Stallman [Sat, 30 Jan 1999 07:26:04 +0000 (07:26 +0000)]
Fix previous change.

25 years ago(gametree-default-score): Use defcustom.
Richard M. Stallman [Sat, 30 Jan 1999 07:24:51 +0000 (07:24 +0000)]
(gametree-default-score): Use defcustom.
(gametree-score-regexp, gametree-score-closer): Likewise.
(gametree-score-manual-flag, gametree-score-opener): Likewise.

25 years agoDocument scoring functionality.
Richard M. Stallman [Sat, 30 Jan 1999 07:20:18 +0000 (07:20 +0000)]
Document scoring functionality.
(gametree-score-regexp): Add optional plus sign.
(gametree-score-opener): Replace `:' with `=' as the former
conflicts with gametree-half-ply-regexp.
(gametree-transpose-following-leaves): Add.
(gametree-insert-new-leaf): Make modifying commands barf in read-only buffers.
(gametree-break-line-here): Add a call to
`gametree-transpose-following-leaves'.  This maintains the
necessary invariant that on each level all leaf children precede
all nonleaf children.  This has always been implied, but left to
the user, and, unfortunately, undocumented.

25 years ago(x_load_font): For the height of font, if normarl ascent and
Kenichi Handa [Sat, 30 Jan 1999 02:37:14 +0000 (02:37 +0000)]
(x_load_font): For the height of font, if normarl ascent and
descent value are larger than those in max_bounds field, use the
former.

25 years ago(x_new_fontset): For ASCII font, don't use the font name
Kenichi Handa [Sat, 30 Jan 1999 01:46:35 +0000 (01:46 +0000)]
(x_new_fontset): For ASCII font, don't use the font name
returned by x_new_font (the resolved one) but use the font name
set in the fontset specification.

25 years ago(tex-mode-map): Replace validate-tex-buffer by
Markus Rost [Fri, 29 Jan 1999 22:06:31 +0000 (22:06 +0000)]
(tex-mode-map): Replace validate-tex-buffer by
tex-validate-buffer.
(plain-tex-mode, latex-mode, slitex-mode): Likewise.
(tex-validate-buffer): Renamed from validate-tex-buffer.  Works
now with recent occur-mode.
(tex-validate-region): Really walk through all Sexps.
(tex-region): Bind shell-dirtrack-verbose.
(tex-file, tex-bibtex-file): Likewise.

25 years ago(finder-commentary): Fix interactive spec. Try
Dave Love [Fri, 29 Jan 1999 18:27:10 +0000 (18:27 +0000)]
(finder-commentary): Fix interactive spec.  Try
appending .el to file name.
(finder-find-library, finder-commentary): Doc fixes.

25 years ago(rmail-insert-inbox-text): Handle POP mailboxes
Andrew Innes [Fri, 29 Jan 1999 18:13:30 +0000 (18:13 +0000)]
(rmail-insert-inbox-text): Handle POP mailboxes
where the userid contains directory separators.

25 years ago(lm-verify): Fix arg list.
Dave Love [Fri, 29 Jan 1999 14:31:49 +0000 (14:31 +0000)]
(lm-verify): Fix arg list.
(lm-commentary): Doc fix.

25 years agoTerminate Commentary for Finder.
Dave Love [Fri, 29 Jan 1999 14:12:49 +0000 (14:12 +0000)]
Terminate Commentary for Finder.

25 years ago(file-expand-wildcards): Never consider `.' and `..' a
Andreas Schwab [Fri, 29 Jan 1999 11:31:33 +0000 (11:31 +0000)]
(file-expand-wildcards): Never consider `.' and `..' a
wildcard match.  Fix regexp that tests if dirpart contains
wildcard characters.

25 years ago(font-lock-default-unfontify-region):
Richard M. Stallman [Thu, 28 Jan 1999 19:45:13 +0000 (19:45 +0000)]
(font-lock-default-unfontify-region):
If not font-lock-syntactic-keywords, don't remove syntax-table prop.

25 years ago(decode_mode_spec_coding): Fix previous change.
Eli Zaretskii [Thu, 28 Jan 1999 16:30:23 +0000 (16:30 +0000)]
(decode_mode_spec_coding): Fix previous change.

25 years ago(w32_load_system_font): Do not load unlisted fonts if
Geoff Voelker [Thu, 28 Jan 1999 04:52:02 +0000 (04:52 +0000)]
(w32_load_system_font): Do not load unlisted fonts if
list was reliable.
(enum_fontex_cb1, enum_fontex_cb2): New functions.
(w32_list_bdf_fonts): New parameter; max_names.  Callers updated.
(w32_list_synthesized_fonts): New function.
(w32_list_fonts): Use maxnames.  Use EnumFontFamiliesEx when
available instead of EnumFontFamilies.  List synthesized fonts if
Vw32_enable_italics is non-nil.

25 years ago(direct-print-region-helper): Check for printer
Geoff Voelker [Thu, 28 Jan 1999 04:48:30 +0000 (04:48 +0000)]
(direct-print-region-helper): Check for printer
being t as well as a string.

25 years ago(w32-standard-fontset-spec): Remove wildcard
Geoff Voelker [Thu, 28 Jan 1999 04:46:42 +0000 (04:46 +0000)]
(w32-standard-fontset-spec): Remove wildcard
from FAMILY field.
(w32-create-initial-fontsets): Do not use before-init-hook.
(mouse-set-font): Document.  Automatically create and use
fontsets.

25 years ago(x_set_frame_parameters): gcpro as needed.
Richard M. Stallman [Thu, 28 Jan 1999 04:01:44 +0000 (04:01 +0000)]
(x_set_frame_parameters): gcpro as needed.

25 years ago(SETUP_SLAVE_PTY): Use the ptem module if it exists.
Richard M. Stallman [Thu, 28 Jan 1999 03:49:39 +0000 (03:49 +0000)]
(SETUP_SLAVE_PTY): Use the ptem module if it exists.
Don't complain if ttcompat does not exist.

25 years ago(rmail-decode-mime-charset): New variable.
Richard M. Stallman [Thu, 28 Jan 1999 03:13:51 +0000 (03:13 +0000)]
(rmail-decode-mime-charset): New variable.
(rmail-mime-charset-pattern): New variable.
(rmail-convert-to-babyl-format): Decode by MIME-charset if
rmail-decode-mime-charset is non-nil.

25 years agoSet category `q' for all characters
Kenichi Handa [Thu, 28 Jan 1999 02:33:24 +0000 (02:33 +0000)]
Set category `q' for all characters
in tibetan and tibetan-1-column.

25 years ago(select-frame-by-name): Obey focus-follows-mouse.
Andrew Innes [Wed, 27 Jan 1999 22:04:05 +0000 (22:04 +0000)]
(select-frame-by-name): Obey focus-follows-mouse.
(select-frame-by-name) [windows-nt]: Use w32-focus-frame.

25 years ago(w32_wnd_proc): Fix bug introduced by previous change;
Andrew Innes [Wed, 27 Jan 1999 21:53:27 +0000 (21:53 +0000)]
(w32_wnd_proc): Fix bug introduced by previous change;
the lwindow, rwindow and apps keys could not be used as function
keys, because they were being passed to TranslateMessage which
ignores them.  Also, key was being changed to SPC.

25 years agoDo make version comparison as strings.
Andrew Innes [Wed, 27 Jan 1999 21:49:57 +0000 (21:49 +0000)]
Do make version comparison as strings.

25 years ago(current-language-environment):
Dave Love [Wed, 27 Jan 1999 20:22:42 +0000 (20:22 +0000)]
(current-language-environment):
Provide :link, :type (choices) and appropriate :get.

25 years ago(command-line): Set default eol-mnemonic-* strings to
Eli Zaretskii [Wed, 27 Jan 1999 10:12:43 +0000 (10:12 +0000)]
(command-line): Set default eol-mnemonic-* strings to
display end-of-line format in mode line.

25 years ago(all): Add eol-mnemonic-* variables.
Eli Zaretskii [Wed, 27 Jan 1999 10:11:51 +0000 (10:11 +0000)]
(all): Add eol-mnemonic-* variables.

25 years agoeol-mnemonic-* variables are now strings, not characters.
Eli Zaretskii [Wed, 27 Jan 1999 10:09:55 +0000 (10:09 +0000)]
eol-mnemonic-* variables are now strings, not characters.

25 years ago(syms_of_coding): eol-mnemonic-* variables are now
Eli Zaretskii [Wed, 27 Jan 1999 10:08:13 +0000 (10:08 +0000)]
(syms_of_coding): eol-mnemonic-* variables are now
strings, not characters.

25 years ago(decode_mode_spec_coding): Display the EOL type as a string.
Eli Zaretskii [Wed, 27 Jan 1999 10:06:21 +0000 (10:06 +0000)]
(decode_mode_spec_coding): Display the EOL type as a string.

25 years ago(command-line-1): Up-date copyright.
Richard M. Stallman [Tue, 26 Jan 1999 22:10:15 +0000 (22:10 +0000)]
(command-line-1): Up-date copyright.

25 years ago(main): Up-date copyright.
Richard M. Stallman [Tue, 26 Jan 1999 22:09:40 +0000 (22:09 +0000)]
(main): Up-date copyright.

25 years ago(Info-directory-list): Don't set path-separator now
Dave Love [Tue, 26 Jan 1999 18:54:57 +0000 (18:54 +0000)]
(Info-directory-list): Don't set path-separator now
we're not shipped with Texinfo.  Simplify path definition.
Substitute all occurrences of instdir in
Info-default-directory-list.

25 years agoCopyright up-date.
Dave Love [Tue, 26 Jan 1999 18:54:23 +0000 (18:54 +0000)]
Copyright up-date.

25 years ago(Info-default-directory-list): Use configdir twice.
Dave Love [Tue, 26 Jan 1999 18:52:46 +0000 (18:52 +0000)]
(Info-default-directory-list): Use configdir twice.

25 years ago(WinMain): Pass explicit environment block to
Andrew Innes [Tue, 26 Jan 1999 12:56:01 +0000 (12:56 +0000)]
(WinMain): Pass explicit environment block to
CreateProcess, to work around a bug in Windows 95/98.

25 years ago(mark-diary-entries): Use assoc-ignore-case and do not capitalize when
Richard M. Stallman [Tue, 26 Jan 1999 01:36:00 +0000 (01:36 +0000)]
(mark-diary-entries): Use assoc-ignore-case and do not capitalize when
matching month and day names.

25 years ago(calendar-goto-french-date): Use assoc-ignore-case and do not
Richard M. Stallman [Tue, 26 Jan 1999 01:32:11 +0000 (01:32 +0000)]
(calendar-goto-french-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years ago(coptic-prompt-for-date): Use assoc-ignore-case and do not capitalize
Richard M. Stallman [Tue, 26 Jan 1999 01:31:29 +0000 (01:31 +0000)]
(coptic-prompt-for-date): Use assoc-ignore-case and do not capitalize
when matching month and day names.

25 years ago(calendar-goto-julian-date): Use assoc-ignore-case and do not
Richard M. Stallman [Tue, 26 Jan 1999 01:30:46 +0000 (01:30 +0000)]
(calendar-goto-julian-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years ago(calendar-read-date): Use assoc-ignore-case and do not capitalize when
Richard M. Stallman [Tue, 26 Jan 1999 01:29:43 +0000 (01:29 +0000)]
(calendar-read-date): Use assoc-ignore-case and do not capitalize when
matching month and day names.

25 years ago(calendar-goto-hebrew-date)
Richard M. Stallman [Tue, 26 Jan 1999 01:28:41 +0000 (01:28 +0000)]
(calendar-goto-hebrew-date)
(mark-hebrew-diary-entries, list-yahrzeit-dates): Use
assoc-ignore-case and do not capitalize when matching month and day names.

25 years ago(persian-prompt-for-date): Use assoc-ignore-case and do not capitalize
Richard M. Stallman [Tue, 26 Jan 1999 01:27:39 +0000 (01:27 +0000)]
(persian-prompt-for-date): Use assoc-ignore-case and do not capitalize
when matching month and day names.

25 years ago(calendar-read-mayan-haab-date)
Richard M. Stallman [Tue, 26 Jan 1999 01:26:54 +0000 (01:26 +0000)]
(calendar-read-mayan-haab-date)
(calendar-read-mayan-tzolkin-date): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years ago(calendar-goto-islamic-date)
Richard M. Stallman [Tue, 26 Jan 1999 01:26:01 +0000 (01:26 +0000)]
(calendar-goto-islamic-date)
(mark-islamic-diary-entries): Use assoc-ignore-case and do not
capitalize when matching month and day names.

25 years agoUse icons/gnu2a32.ico as the default icon.
Geoff Voelker [Tue, 26 Jan 1999 01:05:45 +0000 (01:05 +0000)]
Use icons/gnu2a32.ico as the default icon.

25 years ago(install, fast_install): Install Windows icons
Geoff Voelker [Tue, 26 Jan 1999 01:05:27 +0000 (01:05 +0000)]
(install, fast_install): Install Windows icons
into etc/icons.

25 years agoInclude the new directory nt/icons in distributions.
Geoff Voelker [Tue, 26 Jan 1999 01:05:09 +0000 (01:05 +0000)]
Include the new directory nt/icons in distributions.

25 years ago(xmalloc): Fix previous change.
Richard M. Stallman [Mon, 25 Jan 1999 23:43:20 +0000 (23:43 +0000)]
(xmalloc): Fix previous change.

25 years ago(browse-url-netscape-program): Doc addition.
Dave Love [Mon, 25 Jan 1999 21:55:12 +0000 (21:55 +0000)]
(browse-url-netscape-program): Doc addition.

25 years ago(syms_of_coding): Doc fix for inhibit-eol-conversion.
Dave Love [Mon, 25 Jan 1999 19:00:50 +0000 (19:00 +0000)]
(syms_of_coding): Doc fix for inhibit-eol-conversion.

25 years ago(help-make-xrefs): Default info references to an
Dave Love [Mon, 25 Jan 1999 18:58:31 +0000 (18:58 +0000)]
(help-make-xrefs): Default info references to an
`(emacs)' prefix.

25 years ago(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
Dave Love [Mon, 25 Jan 1999 18:54:10 +0000 (18:54 +0000)]
(snmpv2-mode, snmpv-mode): Add autoload cookies -- see
auto-mode-alist.

25 years ago(texinfo-make-menu): Make region-end a marker.
Karl Heuer [Mon, 25 Jan 1999 17:04:23 +0000 (17:04 +0000)]
(texinfo-make-menu): Make region-end a marker.