Jason Rumney
3bb69bbdba
(WinMain): Set screen buffer to 80x25.
2006-03-11 15:02:34 +00:00
Jason Rumney
f71d8cffc7
*** empty log message ***
2006-03-11 15:02:13 +00:00
Romain Francoise
635a349655
(Vprocess_adaptive_read_buffering): Doc fix.
2006-03-11 14:42:17 +00:00
Eli Zaretskii
306cea3aee
*** empty log message ***
2006-03-11 12:33:37 +00:00
Eli Zaretskii
8890220d92
Remove duplicate prototypes. Make the prototype of getloadavg be conditioned
...
on HAVE_GETLOADAVG being undefined.
2006-03-11 12:33:03 +00:00
Eli Zaretskii
29c8385073
(list-holidays): Doc fix.
2006-03-11 12:16:32 +00:00
Eli Zaretskii
7325e71441
*** empty log message ***
2006-03-11 12:05:09 +00:00
Eli Zaretskii
005a80de11
(x_draw_hollow_cursor): Subtract 1 from the last argument of XDrawRectangle.
2006-03-11 12:04:41 +00:00
Eli Zaretskii
97b5ae784d
(mac_draw_rectangle): Don't add 1 to width and height.
...
(x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground)
(x_draw_image_foreground): Don't subtract 1 from width and height
arguments to mac_draw_rectangle.
(x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
2006-03-11 12:03:12 +00:00
Eli Zaretskii
8cb56728dd
(get_phys_cursor_geometry): Don't decrease height by 1.
2006-03-11 12:02:05 +00:00
Eli Zaretskii
8616762164
(auto-coding-alist): Add .odt (OpenOffice's open document) files.
2006-03-11 11:43:27 +00:00
Eli Zaretskii
d504040421
(auto-mode-alist): Add .odt (OpenOffice's open document) files. Mention in
...
the doc string the need to sync with auto-coding-alist.
2006-03-11 11:42:58 +00:00
Bill Wohler
20c65d0863
(image-load-path-for-library): Merged changes from Reiner. Add
...
no-error argument. If path t, just return directory.
2006-03-11 02:04:08 +00:00
Bill Wohler
08f99a547c
(mh-image-load-path-for-library): Merged changes from Reiner. Add
...
no-error argument. If path t, just return directory.
2006-03-11 01:59:13 +00:00
Bill Wohler
4a732ae965
(mh-replace-regexp-in-string): Pass the literal flag to
...
replace-in-string. This was badly needed by mh-quote-pick-expr in
order to properly quote subjects when using / s on XEmacs (closes SF
#1447598 ).
2006-03-11 01:34:45 +00:00
Miles Bader
ea8ae7654a
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 56)
- Update from CVS
2006-03-10 23:43:54 +00:00
Chong Yidong
af467e285e
* files.el (hack-local-variables-confirm): Don't prompt for ! if
...
enable-local-variables is set to always query, or there is no
savable variable.
2006-03-10 23:22:30 +00:00
Bill Wohler
7c565097d1
(image-load-path-for-library): Merge at least three functions from
...
Gnus and MH-E into this one function that can now be shared.
2006-03-10 22:52:26 +00:00
Nick Roberts
a2c7d24faf
(gdb-remove-text-properties): Rename from
...
gdb-remove-mouse-face and remove help-echo too.
(gdb-enqueue-input): Correct conditional clause.
2006-03-10 20:06:33 +00:00
Nick Roberts
3cf61a4fd6
*** empty log message ***
2006-03-10 19:59:19 +00:00
Bill Wohler
0c32f8c691
(mh-profile-component): Drop `s' from mhparam -components for
...
Mailutils compatibility (closes SF #1446985 ).
2006-03-10 16:56:16 +00:00
Glenn Morris
8775bef73b
(calendar-holidays): Make previous doc-fix less passive.
2006-03-10 08:10:33 +00:00
Kim F. Storm
b4181b015a
(USE_POSIX_MEMALIGN): Fix last change.
2006-03-10 08:10:24 +00:00
Kim F. Storm
68f632a816
*** empty log message ***
2006-03-10 08:08:55 +00:00
Glenn Morris
5a473319ae
*** empty log message ***
2006-03-10 08:06:45 +00:00
Glenn Morris
cae09deae8
(list-holidays): Doc fix.
2006-03-10 08:04:27 +00:00
Glenn Morris
e678b91b70
(calendar-holidays): Doc fix.
2006-03-10 08:04:11 +00:00
Nick Roberts
4a7d75e8b2
(gdba): Don't call gdb-init-1 explicitly as
...
it gets called in gdb-prompt anyway.
(gdb-use-separate-io-buffer): Only restore window arrangement for
gdb-many-windows.
(gdb-enqueue-input): Make it harder to send GDB input when program
is running.
(gdb-buffer-list): New variable.
(gdb-remove-mouse-face): New function.
(gdb-starting): Use it when GDB input won't get sent.
2006-03-10 02:40:31 +00:00
Nick Roberts
05c31df2ea
*** empty log message ***
2006-03-10 02:35:22 +00:00
Stefan Monnier
349a450079
(USE_POSIX_MEMALIGN): New macro.
...
(ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
2006-03-09 23:06:58 +00:00
Reiner Steib
3f9c65caa4
Replace "Schreiben" by "Dr� where appropriate.
2006-03-09 16:51:56 +00:00
Luc Teirlinck
f945af424d
*** empty log message ***
2006-03-09 15:43:31 +00:00
Kenichi Handa
53a5eba91d
*** empty log message ***
2006-03-09 12:43:08 +00:00
Kenichi Handa
71630f33d0
(DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
...
ASCII component of a composition.
2006-03-09 12:20:57 +00:00
Miles Bader
61e66a158a
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 52-55)
- Merge from emacs--devo--0
- Update from CVS: Makefile.in (release-*): New targets.
- Update from CVS
2006-03-09 07:11:51 +00:00
Luc Teirlinck
66d43aea54
Declare preserve_y as a static global variable.
...
(window_scroll_pixel_based): No longer declare preserve_y; it is global now.
(syms_of_window): set preserve_y to -1.
2006-03-09 03:43:23 +00:00
Luc Teirlinck
629f023d15
*** empty log message ***
2006-03-09 03:41:13 +00:00
Luc Teirlinck
a955f5752e
(Regexps): More accurately describe which characters are special in
...
which situations. Recommend _not_ to quote `]' or `-' when they are
not special.
2006-03-09 02:03:20 +00:00
Luc Teirlinck
fc1d338658
*** empty log message ***
2006-03-09 02:01:44 +00:00
Luc Teirlinck
1ab7aea17a
(Regexp Special): Put remark between parentheses to avoid misreading.
2006-03-09 01:55:20 +00:00
Reiner Steib
85fd80023e
* gnus-util.el (gnus-tool-bar-update): New function.
...
* gnus-group.el (gnus-group-update-tool-bar): New variable.
(gnus-group-insert-group-line): Add gnus-tool-bar-update.
* gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2006-03-08 14:27:20 +00:00
Juanma Barranquero
60a7c013cf
*** empty log message ***
2006-03-08 10:24:28 +00:00
Juanma Barranquero
e5fe3a6cc9
(view-lossage): Remove trailing whitespace before inserting "\n".
2006-03-08 10:11:47 +00:00
YAMAMOTO Mitsuharu
4cdffedfae
[MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32.
...
[MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap depth is 32.
2006-03-08 03:25:26 +00:00
Chong Yidong
4299d849d8
* files.el (hack-local-variables-confirm): Set
...
coding-system-for-read to nil before writing to .emacs.
2006-03-08 02:24:47 +00:00
Chong Yidong
9b1fad33f0
* arc-mode.el (archive-extract): Check if an existing buffer name
...
comes from a different archive.
2006-03-08 01:57:59 +00:00
Luc Teirlinck
179a6f216d
(Syntax of Regexps): More accurately describe
...
which characters are special in which situations.
(Regexp Special): Recommend _not_ to quote `]' or `-' when they
are not special. Describe in detail when `[' and `]' are special.
(Regexp Backslash): Plenty of regexps with unbalanced square
brackets are valid, so reword that statement.
2006-03-07 23:28:33 +00:00
Luc Teirlinck
7b2c2ca9de
*** empty log message ***
2006-03-07 23:26:23 +00:00
Stefan Monnier
bedeb7fde3
(url-http-find-free-connection): Fix braino in last fix.
2006-03-07 17:21:16 +00:00
Chong Yidong
46d91fa0df
* help.el (describe-key-briefly): If KEY is a down event, read and
...
discard the up event.
2006-03-07 15:53:41 +00:00