1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00
Commit graph

86132 commits

Author SHA1 Message Date
Chong Yidong
d3864ce98c (get_next_display_element): Handle string display correctly when
checking for the end of a box run.
2008-09-20 21:44:34 +00:00
Chong Yidong
a9f0145a1e * xdisp.c (get_next_display_element): Handle string display correctly
when checking for the end of a box run.
2008-09-20 21:43:47 +00:00
Glenn Morris
6bddfc9768 (Frename_file): Avoid copying to trash if a rename involves a delete. (Bug#964). 2008-09-20 21:41:05 +00:00
Glenn Morris
3102b34263 David De La Harpe Golden <david at harpegolden.net>
(move-file-to-trash): Avoid recursive trashing if rename-file calls delete-file.
2008-09-20 21:29:03 +00:00
Glenn Morris
8cf5507b3c *** empty log message *** 2008-09-20 21:14:57 +00:00
Glenn Morris
77f03403c0 Remove leading `*' from defcustom docs.
(fortune-program-options): Doc fix.  Allow to be a string again.  Add :version.
(fortune-in-buffer): Handle fortune-program-options as a string.
2008-09-20 21:09:37 +00:00
Glenn Morris
ca514f7274 Justin Bogner <mail at justinbogner.com> (tiny change)
(fortune-program-options): Change to a list.
(fortune-in-buffer): Use apply.
2008-09-20 20:57:47 +00:00
Glenn Morris
15688fceeb (Defining Faces): Recommend against face variables. 2008-09-20 20:25:05 +00:00
Glenn Morris
8230b7b3a1 Comment. 2008-09-20 20:16:29 +00:00
Glenn Morris
3d53e905e6 (Numbered Backups): Mention that some modes set version-control. 2008-09-20 20:04:47 +00:00
Glenn Morris
1c90484d76 Jim Blandy <jimb at red-bean.com>
(Numbered Backups): Reference File Variables, as well.
Remove discussion of Rmail's implementation.
2008-09-20 19:59:49 +00:00
Glenn Morris
25b30b16a4 Ulrich Mueller <ulm at kph.uni-mainz.de>
Change encoding of file to utf-8.
(authors-coding-system): Likewise.
2008-09-20 19:54:27 +00:00
Glenn Morris
48abcfcc72 *** empty log message *** 2008-09-20 19:50:42 +00:00
Glenn Morris
14c8159c89 Comments. 2008-09-20 19:48:38 +00:00
Glenn Morris
926558fb3b Ami Fischman <ami at fischman.org>
(savehist-save): Handle errors in writing as well as reading.
2008-09-20 19:47:07 +00:00
Eli Zaretskii
d44004c054 (Fset_quit_char, Fset_input_meta_mode, Fset_output_flow_control)
(Fcurrent_input_mode): Support MSDOS frames as well as termcap frames.
(handle_interrupt): Remove "#ifndef MSDOS" around the call to get_named_tty.
2008-09-20 13:06:43 +00:00
Michael Olson
54e5f96269 Update ChangeLog 2008-09-20 04:43:04 +00:00
Michael Olson
a7be409c6b tq.el: Disable undo in buffer. 2008-09-20 04:39:32 +00:00
Roland Winkler
204ebc5b24 (proced-grammar-alist, proced-custom-attributes)
(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.
2008-09-20 03:03:07 +00:00
Eli Zaretskii
63870e7eca (procfs_system_process_attributes): Fix last change. 2008-09-19 17:22:25 +00:00
Eli Zaretskii
a1e422f32d (procfs_system_process_attributes): Fix cmdline in case /proc/PID/cmdline
is empty.
2008-09-19 17:21:16 +00:00
Eli Zaretskii
c966fd27a1 (main): Fix a typo in a comment. 2008-09-19 16:45:12 +00:00
Chong Yidong
d5dabcb513 (main): Use stdout rather than stdin to obtain the terminal (bug#427). 2008-09-19 15:50:24 +00:00
Chong Yidong
997ec9575c * emacsclient.c (main): Use stdout rather than stdin to obtain the
terminal (bug#427).
2008-09-19 15:50:17 +00:00
Eli Zaretskii
3e7600a697 (x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height. 2008-09-19 10:05:13 +00:00
Juanma Barranquero
05eb7cdce9 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
* w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
  (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
2008-09-19 08:44:14 +00:00
Martin Rudalics
c673dabeb8 (sgml-tag-syntax-table): Remove prefix
flag from "'" entry in sgml-tag-syntax-table.
2008-09-19 06:20:30 +00:00
Dan Nicolaescu
85c66abe5e (struct it): Move line_wrap away from the middle of
bitfields.  Move voffset in struct iterator_stack_entry after the
bitfields.  Move tab_width near after another short.
2008-09-19 03:35:56 +00:00
Kenichi Handa
c674e738f4 Add an item for using EMACS_INT for buffer/string positions. 2008-09-19 02:31:03 +00:00
Dan Nicolaescu
d473f8578a *** empty log message *** 2008-09-19 01:35:59 +00:00
Miles Bader
9d8efa3aab (comint-output-filter): Make output field properties front-sticky
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420
2008-09-19 00:37:30 +00:00
Dan Nicolaescu
91a47a6836 * frame.h (struct frame): Move alpha from the middle of bitfields.
* window.h (struct window): Move frozen_window_start_p after the
rest of the bitfields to reduce padding.
2008-09-19 00:35:42 +00:00
Chong Yidong
f172b808d1 * xterm.h (x_display_info): Remove height' and width' members.
* 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.
2008-09-18 18:21:05 +00:00
Chong Yidong
1ee27840be (x_display_pixel_height, x_display_pixel_width): New functions.
(ns_initialize_display_info): Omit removed members of ns_display_info.
2008-09-18 18:20:06 +00:00
Chong Yidong
b532986efa (ns_display_info): Remove height' and width' members. 2008-09-18 18:18:43 +00:00
Chong Yidong
b89c78a5b7 (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.
2008-09-18 18:18:12 +00:00
Chong Yidong
a53400f350 (w32_display_info): Remove height', width', `height_in', and
`width_in' members.
2008-09-18 18:16:04 +00:00
Chong Yidong
a0fe6cca4f (x_fullscreen_adjust): Use x_display_pixel_height and
x_display_pixel_width.
2008-09-18 18:14:03 +00:00
Chong Yidong
fd2f80c653 (menu_position_func): Use x_display_pixel_height and
x_display_pixel_width.
2008-09-18 18:13:09 +00:00
Chong Yidong
abe9d29cbe (Fx_display_pixel_width, Fx_display_pixel_height)
(compute_tip_xy): Use x_display_pixel_height and x_display_pixel_width.
2008-09-18 18:12:22 +00:00
Chong Yidong
95958e6c80 (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.
2008-09-18 18:11:05 +00:00
Chong Yidong
9edd3e481c (x_display_info): Remove height' and width' members. 2008-09-18 18:09:45 +00:00
Dan Nicolaescu
89d9800051 * vc-bzr.el (vc-bzr-show-log-entry):
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.
2008-09-18 17:01:41 +00:00
Simon Josefsson
8a28dd0bb6 (auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.
2008-09-18 15:02:59 +00:00
Martin Rudalics
b1b6d77d47 (make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.
2008-09-18 08:37:14 +00:00
Kenichi Handa
ea8ba975fb (fill_gstring_header): Don't check FROM and TO here.
(composition_compute_stop_pos): Fix handling of static composition.
(Fcomposition_get_gstring): Check FROM and TO at first.
2008-09-18 06:20:42 +00:00
Stefan Monnier
46f905e18a (Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM). 2008-09-17 21:25:29 +00:00
Chong Yidong
051facecbf Minor fix to last change. 2008-09-17 20:34:16 +00:00
Chong Yidong
2421af7e64 (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).
2008-09-17 20:29:04 +00:00
Chong Yidong
3bd4d0e1b6 * indent.c (Fvertical_motion): Use position reported by iterator
instead of PT for determining screen motion (bug#943).
2008-09-17 20:28:53 +00:00