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
841a1577
Commit
841a1577
authored
Apr 27, 2011
by
Juanma Barranquero
Browse files
Fix ChangeLog typos.
parent
94dcfacf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
lisp/ChangeLog
lisp/ChangeLog
+6
-6
nt/ChangeLog
nt/ChangeLog
+1
-1
src/ChangeLog
src/ChangeLog
+4
-4
No files found.
lisp/ChangeLog
View file @
841a1577
2011-04-27 Niels Giesen <niels.giesen@gmail.com>
2011-04-27 Niels Giesen
<niels.giesen@gmail.com>
* calendar/icalendar.el (diary-lib): Add
ed
require statement.
* calendar/icalendar.el (diary-lib): Add require statement.
(icalendar--create-uid): Read out a uid from a text-property on
the first character in the entry. This allows for code to add its
the first character in the entry.
This allows for code to add its
own uid to the entry.
(icalendar--convert-float-to-ical): Add export of
`diary-float'-entries save for those with the optional DAY
...
...
@@ -17,7 +17,7 @@
* cus-start.el (all): Define customization for debug-on-event.
2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2011-04-26 Daniel Colascione
<dan.colascione@gmail.com>
* subr.el (shell-quote-argument): Escape correctly under Windows.
...
...
@@ -75,7 +75,7 @@
(gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
* subr.el (shell-quote-argument): Escape correctly under Windows.
2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
2011-04-24 Daniel Colascione
<dan.colascione@gmail.com>
* progmodes/cc-engine.el (c-forward-decl-or-cast-1):
Use correct match group (bug#8438).
...
...
@@ -141,7 +141,7 @@
* image-mode.el (image-type, image-mode-map, image-minor-mode-map)
(image-toggle-display): Doc fix.
2011-04-23 Stephen Berman <stephen.berman@gmx.net>
2011-04-23 Stephen Berman
<stephen.berman@gmx.net>
* textmodes/page.el (what-page): Use line-number-at-pos to
calculate line number (Bug#6825).
...
...
nt/ChangeLog
View file @
841a1577
...
...
@@ -3,7 +3,7 @@
* cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
inside quotation marks and bail out.
2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2011-04-26 Daniel Colascione
<dan.colascione@gmail.com>
* cmdproxy.c (try_dequote_cmdline): New function.
(main): Use it.
...
...
src/ChangeLog
View file @
841a1577
...
...
@@ -30,7 +30,7 @@
Remove unused local.
(emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
*
lisp.h: Fix a problem with aliasing and vector headers. (Bug#8546)
GCC 4.6.0 optimizes based on type-based alias analysis. For
example, if b is of type struct buffer * and v of type struct
Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
...
...
@@ -222,7 +222,7 @@
supposed to be handshaking. (Bug#8556)
Reported by Paul Eggert <eggert@cs.ucla.edu>.
2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2011-04-26 Daniel Colascione
<dan.colascione@gmail.com>
* lisp.h (Qdebug): List symbol.
* eval.c (Qdebug): Restore global linkage.
...
...
@@ -478,8 +478,8 @@
define if USE_GTK || USE_X_TOOLKIT.
(SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
* xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
* xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
if
defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
* xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
if
defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
* xmenu.c (menu_help_callback): Pointer type fixes.
Use const pointers when pointing at readonly data. Avoid pointer
...
...
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