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
2ee3b79e
Commit
2ee3b79e
authored
Aug 22, 2004
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f1c206fc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
0 deletions
+52
-0
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+37
-0
lispref/ChangeLog
lispref/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+8
-0
No files found.
etc/NEWS
View file @
2ee3b79e
...
...
@@ -98,6 +98,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
* Changes in Emacs 21.4
** global-whitespace-mode is a new alias for whitespace-global-mode.
+++
** There are now two new regular expression operators, \_< and \_>,
for matching the beginning and end of a symbol. A symbol is a
...
...
lisp/ChangeLog
View file @
2ee3b79e
2004-08-22 Richard M. Stallman <rms@gnu.org>
* textmodes/flyspell.el (flyspell-word): Use
set-process-query-on-exit-flag.
(flyspell-highlight-duplicate-region): Take POSS as arg.
(flyspell-word): Pass POSS as arg.
* progmodes/ada-xref.el: Many doc and style fixes.
(ada-find-any-references): Use compilation-start.
(ada-get-ali-file-name): Improve error msg.
(ada-get-ada-file-name): Likewise.
* net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
(ange-ftp-start-process): Use set-process-query-on-exit-flag.
* mail/mail-extr.el (mail-extr-all-top-level-domains):
Add forward defvar.
* whitespace.el (global-whitespace-mode): New alias
for whitespace-global-mode.
* speedbar.el (speedbar-file-regexp): Definition moved up.
(speedbar-mode, speedbar-set-mode-line-format):
Use with-no-warnings.
(speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
* simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
controls whether to display the error buffer.
* ps-mule.el: Delete compatibility code for old Emacses.
(ps-mule-find-wrappoint): Don't use chars-in-region.
* frame.el (display-mouse-p, display-selections-p):
Use with-no-warnings.
* font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2004-08-22 David Kastrup <dak@gnu.org>
* textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
...
...
lispref/ChangeLog
View file @
2ee3b79e
2004-08-22 Richard M. Stallman <rms@gnu.org>
* modes.texi (Major Mode Conventions): Discuss rebinding of
standard key bindings.
2004-08-18 Kim F. Storm <storm@cua.dk>
* processes.texi (Accepting Output): Add `just-this-one' arg to
...
...
src/ChangeLog
View file @
2ee3b79e
2004-08-22 Richard M. Stallman <rms@gnu.org>
* process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
HAVE_TERMIOS]: If there's no char for this signal, drop through
and use system calls.
* bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
2004-08-20 Kim F. Storm <storm@cua.dk>
* process.c (wait_reading_process_output): Rename from
...
...
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