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
f19b57e3
Commit
f19b57e3
authored
Jun 17, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
5773891d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
1 deletion
+43
-1
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+17
-0
lispref/ChangeLog
lispref/ChangeLog
+17
-0
man/ChangeLog
man/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+3
-1
No files found.
etc/NEWS
View file @
f19b57e3
...
...
@@ -3633,6 +3633,7 @@ of text properties as well as the character code.
*** `syntax-class' extracts the class of a syntax code (as returned
by `syntax-after').
+++
*** The new function `syntax-ppss' rovides an efficient way to find the
current syntactic context at point.
...
...
@@ -4926,6 +4927,7 @@ such things as help and apropos buffers.
of hierarchical data as an outline. For example, the tree-widget is
well suited to display a hierarchy of directories and files.
+++
** The new library bindat.el provides functions to unpack and pack
binary data structures, such as network packets, to and from Lisp
data structures.
...
...
lisp/ChangeLog
View file @
f19b57e3
2005-06-17 Richard M. Stallman <rms@gnu.org>
* term.el (term-get-old-input, term-input-filter, term-input-sender)
(term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
* longlines.el (longlines-mode, longlines-show-hard-newlines):
Doc fixes.
* faces.el (underline): Try bold if terminal doesn't support underline.
* mail/sendmail.el (mail-setup-with-from): New variable.
(mail-insert-from-field): New function.
(sendmail-send-it): Call it.
(mail-setup): Optionally call it here.
* term/linux.el: Call tty-no-underline.
2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
* emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
...
...
lispref/ChangeLog
View file @
f19b57e3
2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
* lists.texi (Rings): New node.
(Lists): Add it to menu.
* processes.texi (Low-Level Network): New node.
(Processes): Add it to menu.
2005-06-17 Richard M. Stallman <rms@gnu.org>
* syntax.texi (Parsing Expressions): Fix texinfo usage.
* help.texi (Documentation Basics): Explain the xref to
Documentation Tips.
* debugging.texi (Debugger Commands): Minor fix.
2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
* edebug.texi (Instrumenting): Eliminate duplicate link.
...
...
man/ChangeLog
View file @
f19b57e3
2005-06-17 Richard M. Stallman <rms@gnu.org>
* text.texi (Adaptive Fill): Minor clarification.
2005-06-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version 3.11
...
...
src/ChangeLog
View file @
f19b57e3
...
...
@@ -4,7 +4,9 @@
test of Vshow_nonbreak_escape.
* term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
(Ftty_no_underline): New function.
(syms_of_term): defsubr it.
* keyboard.c (read_char): Call restore_getcjmp after jump occurs.
* dispnew.c (spec_glyph_lookup_face): New function.
...
...
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