2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
- * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
+ * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
2008-06-22 Glenn Morris <rgm@gnu.org>
2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
- * configure.in: Print an error for systems that we think are
- obsolete and are proposed to be removed. Remove some more unused
- systems.
+ * configure.in: Print an error for systems that we think are obsolete
+ and are proposed to be removed. Remove some more unused systems.
2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
- * configure.in: Remove references to obsolete variables and
- systems.
+ * configure.in: Remove references to obsolete variables and systems.
2008-02-21 Glenn Morris <rgm@gnu.org>
2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
- * configure.in (arm*-*-freebsd*): Added.
+ * configure.in (arm*-*-freebsd*): Add.
2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
(tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
(tramp-open-connection-setup-interactive-shell): Flush cache, and
restart `tramp-maybe-open-connection' when the remote system has
- been changed. Throw 'uname-changed event.
+ been changed. Throw 'uname-changed event.
(tramp-maybe-open-connection): Catch it.
* net/tramp-cmds.el (tramp-cleanup-all-connections):
* term/linux.el (terminal-init-linux): Load t-mouse.
2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
- Drew Adams <drew.adams@oracle.com>
+ Drew Adams <drew.adams@oracle.com>
* info.el (Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
(newsticker-retrieval): New. Renamed from `newsticker-feed'.
(newsticker-url-list-defaults):
Use `newsticker--set-customvar-retrieval' for :set. Change :group.
- (newsticker-url-list): Doc changed. URL can be a function.
+ (newsticker-url-list): Doc changed. URL can be a function.
Use `newsticker--set-customvar-retrieval' for :set. Change :group.
(newsticker-retrieval-method): New.
(newsticker-wget-name, newsticker-wget-arguments): Change :group.
(newsticker--set-customvar-sorting): New. Extracted from
`newsticker--set-customvar'.
(newsticker-sort-method): Use `newsticker--set-customvar-sorting
- for :set. Changed :group.
+ for :set. Changed :group.
(newsticker-heading-format, newsticker-item-format)
(newsticker-desc-format, newsticker-statistics-format):
Use `newsticker--set-customvar-formatting for :set. Change :group.
* vc-mtn.el (vc-mtn-command):
* vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
(vc-sccs-workfile-unchanged-p):
- * vc-svn.el (vc-svn-command, vc-svn-create-repo),
+ * vc-svn.el (vc-svn-command, vc-svn-create-repo):
* vc-rcs.el (all methods): Remove assumption about what a nil
argument to vc-do-command means. This means no buffer name needs
to be hardcoded into the dispatcher layer, and it's better to be
2008-06-23 Jason Rumney <jasonr@gnu.org>
- * w32term.c (x_draw_glyph_string_background)
- (x_draw_glyph_string): Remove old bdf font code.
+ * w32term.c (x_draw_glyph_string_background)
+ (x_draw_glyph_string): Remove old bdf font code.
- * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
+ * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
2008-06-22 Kenichi Handa <handa@m17n.org>
the property of LFACE_FONT of LFACE (if any).
2008-06-21 Seiji Zenitani <zenitani@mac.com>
- Ryo Yoshitake <ryo@shiftmode.net>
+ Ryo Yoshitake <ryo@shiftmode.net>
* xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
2008-06-18 Andreas Schwab <schwab@suse.de>
- * font.c (Ffont_face_attributes): Only define if
- HAVE_WINDOW_SYSTEM.
+ * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
(syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
2008-06-18 Jason Rumney <jasonr@gnu.org>
2008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
- * fontset.c (fontset_pattern_regexp): Escape some reg-expr
- characters.
+ * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
2008-06-16 Juanma Barranquero <lekktu@gmail.com>
(w32font_driver): Adjusted for the change of struct font_driver.
* w32term.h: Throughout the file, delete all USE_FONT_BACKEND
- conditionals. Don't check enable_font_backend. Surround non-used
+ conditionals. Don't check enable_font_backend. Surround non-used
code by "#ifdef OLD_FONT" and "endif".
(FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
(FONT_AVG_WIDTH): Adjusted for the change of struct font.
2008-02-01 Dave Love <fx@gnu.org>
- * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
- XK_ISO... case.
+ * xterm.c (XTread_socket): Fix changes for defined keysyms.
+ Add XK_ISO... case.
(xaw_scroll_callback): Revert last change.
2008-02-01 Kenichi Handa <handa@m17n.org>