Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
705959fc
Commit
705959fc
authored
Mar 19, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9a982d0a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
15 deletions
+32
-15
ChangeLog
ChangeLog
+6
-0
etc/NEWS
etc/NEWS
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+7
-5
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+7
-6
No files found.
ChangeLog
View file @
705959fc
2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
* configure.in (arm-*-openbsd*, hppa-*-openbsd*)
(m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
(ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2007-03-19 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
...
...
etc/NEWS
View file @
705959fc
...
...
@@ -1755,8 +1755,8 @@ ERC is a powerful, modular, and extensible IRC client for Emacs.
To
see
what
modules
are
available
,
type
M
-
x
customize
-
option
erc
-
modules
RET
.
To
start
an
IRC
session
,
type
M
-
x
erc
,
and
follow
the
prompts
for
server
,
port
,
and
nick
.
To
start
an
IRC
session
with
ERC
,
type
M
-
x
erc
,
and
follow
the
prompts
for
server
,
port
,
and
nick
.
---
**
Rcirc
is
now
part
of
the
Emacs
distribution
.
...
...
@@ -1768,8 +1768,9 @@ several channels (many-to-many) and participate in private
(
one
-
to
-
one
)
chats
.
Both
channel
and
private
chats
are
contained
in
separate
buffers
.
To
start
an
IRC
session
,
type
M
-
x
irc
,
and
follow
the
prompts
for
server
,
port
,
nick
and
initial
channels
.
To
start
an
IRC
session
using
the
default
parameters
,
type
M
-
x
irc
.
If
you
type
C
-
u
M
-
x
irc
,
it
prompts
you
for
the
server
,
nick
,
port
and
startup
channel
parameters
before
connecting
.
---
**
Newsticker
is
now
part
of
the
Emacs
distribution
.
...
...
@@ -4679,6 +4680,9 @@ quit had occurred. `while-no-input' returns the value of BODY, if BODY
finishes. It returns nil if BODY was aborted by a quit, and t if
BODY was aborted by arrival of input.
+++
*** `recent-keys' now returns the last 300 keys.
** Minibuffer changes:
+++
...
...
lisp/ChangeLog
View file @
705959fc
2007-03-19 Richard Stallman <rms@gnu.org>
* files.el (default-directory): Mark safe.
(basic-save-buffer-2): Put proper dir name in error message.
* startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2007-03-18 Jay Belanger <belanger@truman.edu>
* calc/calc-forms.el (math-parse-date): Fix a regular expression.
...
...
@@ -37,11 +44,6 @@
* autorevert.el (auto-revert-tail-handler):
Call after-revert-hook.
2007-03-17 Chong Yidong <cyd@stupidchicken.com>
* simple.el (line-move-1): Respect
`inhibit-line-move-field-capture' property.
2007-03-13 Chong Yidong <cyd@stupidchicken.com>
* comint.el (comint-arguments): Mark backslash-escaped chars.
lispref/ChangeLog
View file @
705959fc
2007
-
03
-
19
Richard
Stallman
<
rms
@
gnu
.
org
>
*
os
.
texi
(
Recording
Input
):
recent
-
keys
now
gives
300
keys
.
2007
-
03
-
05
Richard
Stallman
<
rms
@
gnu
.
org
>
*
variables
.
texi
(
File
Local
Variables
):
Update
...
...
src/ChangeLog
View file @
705959fc
2007-03-19 Richard Stallman <rms@gnu.org>
* keyboard.c (NUM_RECENT_KEYS): Bump up to 300.
* buffer.c (syms_of_buffer): Doc fix.
2007-03-18 Chong Yidong <cyd@stupidchicken.com>
* image.c (pbm_load): Signal error for invalid image size.
...
...
@@ -21,12 +27,7 @@
2007-03-17 Richard Stallman <rms@gnu.org>
* dired.c (file_name_completion): Gcpro NAME.
2007-03-17 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (try_window_id): Increment matrix positions if the
buffer's byte count has increased, but not the character count.
* dired.c (file_name_completion): gcpro NAME.
2007-03-12 Andreas Schwab <schwab@suse.de>
...
...
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