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
af09f655
Commit
af09f655
authored
Feb 23, 2008
by
Glenn Morris
Browse files
Some comments on previous change. A couple of things are already
fixed.
parent
3cac8dce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
admin/FOR-RELEASE
admin/FOR-RELEASE
+21
-1
No files found.
admin/FOR-RELEASE
View file @
af09f655
...
...
@@ -30,21 +30,25 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00032.html
** Emacs fails to start properly if the current working directory is
on a vfat or ntfs filesystem
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00033.html
** Loading ebrowse file yields warning
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00014.html
[fixed in trunk 2007-10-13]
** dired cannot access file names with a quote
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00024.html
** inserting a comment into a blank line for nroff (M-;)
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00162.html
[was fixed by 2007-11-01 change]
** Auto-Save bug when file/directory no longer exists
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html
** url-cookies file stored world-readable
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00012.html
[was fixed by 2007-12-11 change]
** url-digest-auth doesn't work with Apache 2.2.3 and AUTH Digest
And: Bug in url-get-authentication
...
...
@@ -52,6 +56,21 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00059.html
** modify-frame-parameters behaviour broken
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00058.html
http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg01367.html
This should move the R frame edge 20pix to the R of the R screen edge.
Instead, it moves the L frame edge 20pix to the R of the L screen edge.
(modify-frame-parameters nil
'((user-position . t) (user-size . t) (left - -20)))
This should move the L frame edge 20pix to the L of the L screen edge.
Instead, it moves the R frame edge 20pix to the L of the R screen edge.
(modify-frame-parameters nil
'((user-position . t) (user-size . t) (left + -20)))
It works in Emacs 21. The "+ +" and "- +" forms are OK; ie it is when
the number is -ve that things go wrong.
* Bugs and feature requests for 22.3 or later
...
...
@@ -68,7 +87,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00155.html
** Emacs CVS: find-file.el - Line up all columns in output
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html
Do we need papers for Jari Aalto?
Do we need papers for Jari Aalto?
[no, we have them already]
** emacs crashs when remote x-windows closes after make-frame-on-display
even when other frame was closed due to assertion in xcd_xlib.c
...
...
@@ -91,6 +110,7 @@ http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00046.html
** Tweak sit-for to accept the form (sit-for 1 nil t)
This obsolete form was not explicitly allowed, but some legacy
programs use it.
[already fixed in 22 branch on 2008-02-21 AFAIK]
** Two display bugs involving interactions between after-string and
display properties of adjacent overlays
...
...
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