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
528b6abc
Commit
528b6abc
authored
Jun 23, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
2c632203
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
0 deletions
+48
-0
admin/FOR-RELEASE
admin/FOR-RELEASE
+3
-0
etc/TODO
etc/TODO
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+13
-0
lisp/url/ChangeLog
lisp/url/ChangeLog
+4
-0
man/ChangeLog
man/ChangeLog
+11
-0
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
admin/FOR-RELEASE
View file @
528b6abc
...
...
@@ -26,6 +26,9 @@ See msg from rms to emacs-devel on 21 Dec.
** Update Speedbar.
** Update vhdl-mode.el based on changes in
http://opensource.ethz.ch/emacs/vhdl-mode.html.
* FATAL ERRORS
...
...
etc/TODO
View file @
528b6abc
...
...
@@ -30,6 +30,10 @@ to the FSF.
See also ESR's proposal for a BROWSER environment variable
<URL:http://www.catb.org/~esr/BROWSER/browse-url.patch>.
** Enhance scroll-bar to handle tall line (similar to line-move).
** Make occur handle multi-line matches cleanly with context.
* Important features:
** Provide user-friendly ways to list all available font families,
...
...
lisp/ChangeLog
View file @
528b6abc
2005-06-23 Richard M. Stallman <rms@gnu.org>
* simple.el (set-variable): Args renamed; doc fix.
(line-move-1): When there are overlays around, use vertical-motion.
* faces.el (escape-glyph): Use brown against light background.
(nobreak-space): Renamed from no-break-space.
Fix previous change.
* dired-aux.el (dired-do-copy): Fix arg prompt.
* mail/sendmail.el (mail-setup-with-from): Fix custom type.
2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
* mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
...
...
lisp/url/ChangeLog
View file @
528b6abc
2005-06-23 Richard M. Stallman <rms@gnu.org>
* url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* url-gw.el (url-open-stream):
...
...
man/ChangeLog
View file @
528b6abc
2005-06-23 Richard M. Stallman <rms@gnu.org>
* anti.texi (Antinews): Renamed show-nonbreak-escape to
nobreak-char-display.
* emacs.texi (Top): Update detailed node listing.
* display.texi (Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
(Standard Faces): Split up the list of standard faces
and put it in a separate node. Add nobreak-space and
escape-glyph.
* speedbar.texi (Creating a display): Texinfo usage fixes.
* tramp.texi (Customizing Completion, Auto-save and Backup):
...
...
src/ChangeLog
View file @
528b6abc
2005-06-23 Richard M. Stallman <rms@gnu.org>
* xdisp.c (get_next_display_element): Finish reversing the tests of
Vnobreak_char_display.
* xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape.
All uses changed.
(Qnobreak_space): Renamed from Qno_break_space. All uses changed.
(syms_of_xdisp): Define nobreak-char-display and nobreak-space.
* fileio.c (Frename_file): Preserve owner and group, if possible,
when copying.
2005-06-23 Juanma Barranquero <lekktu@gmail.com>
* abbrev.c (Funexpand_abbrev):
...
...
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