Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d054101f
Commit
d054101f
authored
Mar 02, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
bc8d4d8c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
197 additions
and
101 deletions
+197
-101
ChangeLog
ChangeLog
+6
-2
configure
configure
+1
-1
etc/TODO
etc/TODO
+2
-0
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/loaddefs.el
lisp/loaddefs.el
+174
-98
No files found.
ChangeLog
View file @
d054101f
2000-03-0
1
Gerd Moellmann <gerd@gnu.org>
2000-03-0
2
Gerd Moellmann <gerd@gnu.org>
* configure.in (machine): Add `mipsel-*-netbsd*' and
`arm-*-netbsd*'.
2000-03-01 Gerd Moellmann <gerd@gnu.org>
* configure.in (machine): Add support for `*-auspex-sunos*'.
2000-02-29 Gerd Moellmann <gerd@gnu.org>
* configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
...
...
configure
View file @
d054101f
...
...
@@ -1446,7 +1446,7 @@ case "${canonical}" in
machine
=
sparc
opsys
=
gnu-linux
;;
*
-sun-sunos
*
|
*
-sun-bsd
*
|
*
-sun-solaris
*
\
*
-auspex-sunos
*
|
*
-sun-sunos
*
|
*
-sun-bsd
*
|
*
-sun-solaris
*
\
|
i[3456]86-
*
-solaris2
*
|
i[3456]86-
*
-sunos5
*
|
powerpc
*
-
*
-solaris2
*
\
|
rs6000-
*
-solaris2
*
)
case
"
${
canonical
}
"
in
...
...
etc/TODO
View file @
d054101f
...
...
@@ -46,3 +46,5 @@
the main thread, and not return from that message until the main
thread has processed the menu_bar_activate_event and regenerated
the whole menu bar. In the mean time, it should process other messages.
* Make Emacs work as a Java Bean.
lib-src/ChangeLog
View file @
d054101f
2000-03-02 Gerd Moellmann <gerd@gnu.org>
* etags.c (lisp_suffixes) Add `LSP'.
2000-02-10 Francesco Potorti` <pot@gnu.org>
* etags.c (iswhite): Redefined not to consider '\0' as white
...
...
lisp/ChangeLog
View file @
d054101f
2000-03-02 Gerd Moellmann <gerd@gnu.org>
* frame.el (blink-cursor-mode): Switch cursor on when turning
the mode off.
* add-log.el (add-log-current-defun): Add support for
Autoconf mode.
* mail/rmail.el (rmail-quit-hook): New variable.
2000-03-01 Dave Love <fx@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
...
...
lisp/loaddefs.el
View file @
d054101f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment