- 21 Sep, 2008 2 commits
-
-
Bill Wohler authored
However, bump GPL to Version 3. Use @include for license text.
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1424
-
- 20 Sep, 2008 22 commits
-
-
Glenn Morris authored
(syms_of_fileio): Add Qdelete_by_moving_to_trash.
-
Jay Belanger authored
-
Glenn Morris authored
-
Chong Yidong authored
checking for the end of a box run.
-
Chong Yidong authored
when checking for the end of a box run.
-
Glenn Morris authored
-
Glenn Morris authored
(move-file-to-trash): Avoid recursive trashing if rename-file calls delete-file.
-
Glenn Morris authored
-
Glenn Morris authored
(fortune-program-options): Doc fix. Allow to be a string again. Add :version. (fortune-in-buffer): Handle fortune-program-options as a string.
-
Glenn Morris authored
(fortune-program-options): Change to a list. (fortune-in-buffer): Use apply.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(Numbered Backups): Reference File Variables, as well. Remove discussion of Rmail's implementation.
-
Glenn Morris authored
Change encoding of file to utf-8. (authors-coding-system): Likewise.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(savehist-save): Handle errors in writing as well as reading.
-
Eli Zaretskii authored
(Fcurrent_input_mode): Support MSDOS frames as well as termcap frames. (handle_interrupt): Remove "#ifndef MSDOS" around the call to get_named_tty.
-
Michael Olson authored
-
Michael Olson authored
-
Roland Winkler authored
(proced-format-alist, proced-format, proced-filter-alist) (proced-filter, proced-sort): Use defcustom. (proced-mode): Fix docstring. (proced-process-attributes): Handle return value nil of functions in proced-custom-attributes.
-
- 19 Sep, 2008 13 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
is empty.
-
Eli Zaretskii authored
-
Chong Yidong authored
-
Chong Yidong authored
terminal (bug#427).
-
Eli Zaretskii authored
-
Juanma Barranquero authored
* w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height) (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
-
Martin Rudalics authored
flag from "'" entry in sgml-tag-syntax-table.
-
Dan Nicolaescu authored
bitfields. Move voffset in struct iterator_stack_entry after the bitfields. Move tab_width near after another short.
-
Kenichi Handa authored
-
Dan Nicolaescu authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420
-
Dan Nicolaescu authored
* window.h (struct window): Move frozen_window_start_p after the rest of the bitfields to reduce padding.
-
- 18 Sep, 2008 3 commits
-
-
Chong Yidong authored
* nsterm.h (ns_display_info): Remove `height' and `width' members. * w32term.h (w32_display_info): Remove `height', `width', `height_in', and `width_in' members. * xterm.c (x_display_pixel_height, x_display_pixel_width): New functions. (x_calc_absolute_position): Use them. (x_term_init): Omit removed `height' and `width' members. * w32term.c (x_display_pixel_height, x_display_pixel_width): New functions. (w32_read_socket, x_calc_absolute_position): Use them. (w32_initialize_display_info, w32_term_init): Omit removed members of w32_display_info. * nsterm.m (x_display_pixel_height, x_display_pixel_width): New functions. (ns_initialize_display_info): Omit removed members of ns_display_info. * xterm.c (x_display_pixel_height, x_display_pixel_width): New functions. (x_calc_absolute_position): Use them. (x_term_init): Omit removed `height' and `width' members. * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height) (compute_tip_xy): Use x_display_pixel_height and x_display_pixel_width. * frame.c (x_fullscreen_adjust): Use x_display_pixel_height and x_display_pixel_width. * xmenu.c (menu_position_func): Use x_display_pixel_height and x_display_pixel_width.
-
Chong Yidong authored
(ns_initialize_display_info): Omit removed members of ns_display_info.
-
Chong Yidong authored
-