-2011-04-27 Niels Giesen <niels.giesen@gmail.com>
+2011-04-27 Niels Giesen <niels.giesen@gmail.com>
- * calendar/icalendar.el (diary-lib): Added 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
* 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.
(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).
* 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).
* 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.
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
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.
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