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
092de21d
Commit
092de21d
authored
Jun 13, 2004
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
e3ee34f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
1 deletion
+63
-1
etc/NEWS
etc/NEWS
+12
-1
lisp/ChangeLog
lisp/ChangeLog
+17
-0
man/ChangeLog
man/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+28
-0
No files found.
etc/NEWS
View file @
092de21d
...
...
@@ -2145,6 +2145,15 @@ configuration files.
* Lisp Changes in Emacs 21.4
+++
** Cleaner way to enter key sequences.
You can enter a constant key sequence in a more natural format, the
same one used for saving keyboard macros, using the macro `kbd'. For
example,
(kbd "C-x C-f") => "\^x\^f"
** The sentinel is now called when a network process is deleted with
delete-process. The status message passed to the sentinel for a
deleted network process is "deleted". The message passed to the
...
...
@@ -2155,10 +2164,12 @@ changed to "connection broken by remote peer".
undo-outer-limit, garbage collection empties it. This is to prevent
it from using up the available memory and choking Emacs.
---
** New function quail-find-key returns a list of keys to type in the
current input method to input a character.
** New functions posn-at-point and posn-at-x-y returns
+++
** New functions posn-at-point and posn-at-x-y return
click-event-style position information for a given visible buffer
position or for a given window pixel coordinate.
...
...
lisp/ChangeLog
View file @
092de21d
2004-06-13 Richard M. Stallman <rms@gnu.org>
* textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
* emulation/pc-select.el: Doc fixes: say "PC Selection mode",
not "`pc-selection-mode'".
* emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
* simple.el (previous-matching-history-element): Specify a default.
* hexl.el (hexl-mode): Catch errors in hexl-goto-address.
* cus-face.el (custom-declare-face): Simplify code.
* abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
* files.el (before-save-hook): Add `time-stamp' to the options.
...
...
man/ChangeLog
View file @
092de21d
2004-06-13 Richard M. Stallman <rms@gnu.org>
* custom.texi (Init Syntax): Explain about vars that do special
things when set with setq or with Custom.
(Init Examples): Add line-number-mode example.
2004-06-13 Lars Hansen <larsh@math.ku.dk>
* dired-x.texi (dired-mark-omitted): Update keybinding.
...
...
src/ChangeLog
View file @
092de21d
2004-06-13 Richard M. Stallman <rms@gnu.org>
* regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved here from regex.c.
* regex.c (re_wctype, re_iswctype): Function defs longer static.
(CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved to regex.h.
* window.c (Fselect_window): Doc fix.
* syntax.c: Include regex.h.
(skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
If requested, make a list of classes, then check the scanned
chars for membership in them.
(in_classes): New function.
Doc fix.
* keyboard.c (cmd_error): Don't call any_kboard_state
if inside a recursive edit level.
2004-06-13 Lorentey K,Aa(Broly <lorentey@elte.hu>
* keyboard.c (command_loop): Call any_kboard_state before
command_loop_2 when at top level.
2004-06-13 Andreas Schwab <schwab@suse.de>
* print.c (print_object): Always use %ld for printing EMACS_INT.
...
...
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