Jason Rumney
4f5b288c8a
(syms_of_w32fns): Use DEFSYM macro.
2007-06-11 22:03:48 +00:00
Miles Bader
fb9a13e3dc
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
2007-06-11 00:58:11 +00:00
Miles Bader
2d715b39ea
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 227-228)
- Update from CVS
2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-ems.el (gnus-x-splash): Make it work.
* lisp/gnus/gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
from being used.
* lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave): Correct the order
of the arguments passed to pop-to-buffer.
(gnus-article-read-summary-keys): Ditto.
2007-06-06 Andreas Seltenreich <andreas@gate450.dyndns.org>
* man/gnus.texi (Misc Group Stuff, Summary Buffer)
(Server Commands, Article Keymap): Fix typo. s/function/command/.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-792
2007-06-11 00:56:04 +00:00
Juanma Barranquero
60b4b29868
(server-switch-buffer): Remove redundant check.
2007-06-11 00:23:06 +00:00
Jason Rumney
843d24582c
(Fx_file_dialog): Take size from struct not pointer.
2007-06-10 23:38:37 +00:00
Martin Rudalics
7940bf7dc0
(byte-compile-find-cl-functions): Match
...
against file-name-nondirectory.
Fix text on user customization variables.
2007-06-10 16:15:10 +00:00
Glenn Morris
089a966d56
Regenerate, and apply by hand super-special-shell-function-message-patch.
2007-06-09 22:31:59 +00:00
Thien-Thi Nguyen
ab3c4f6745
(rmail-movemail-variant-in-use): Fix doc typo.
2007-06-09 12:53:04 +00:00
Miles Bader
0114082988
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
2007-06-09 03:19:04 +00:00
Juanma Barranquero
9258f2efcf
*** empty log message ***
2007-06-09 00:14:06 +00:00
Juanma Barranquero
7d6ee4dfc6
(desktop-minor-mode-table): Doc fix.
2007-06-09 00:09:03 +00:00
Stefan Monnier
e0602e9ad7
(css-navigation-syntax-table):
...
Use set-char-table-range so it also works in the unicode branch.
2007-06-08 21:57:46 +00:00
Juanma Barranquero
977f6cfb17
(Fdelete_and_extract_region): Use empty_unibyte_string.
2007-06-08 20:18:14 +00:00
Juanma Barranquero
80bad45fc8
(Fread_file_name): Use empty_unibyte_string.
2007-06-08 20:12:52 +00:00
Juanma Barranquero
b116683c2e
(Fmapconcat): Use empty_unibyte_string.
2007-06-08 20:11:56 +00:00
Juanma Barranquero
fcd69a2988
(cmd_error_internal): Use empty_unibyte_string.
2007-06-08 20:11:04 +00:00
Juanma Barranquero
de47a796fe
(Fkey_description): Use empty_unibyte_string.
2007-06-08 20:10:01 +00:00
Juanma Barranquero
a2665596dd
(read_minibuf): Use empty_unibyte_string.
2007-06-08 20:09:20 +00:00
Juanma Barranquero
c60416e0c7
(wordify): Use empty_unibyte_string.
2007-06-08 20:08:39 +00:00
Juanma Barranquero
f130225375
(sel_read): Use empty_unibyte_string.
2007-06-08 20:07:44 +00:00
Juanma Barranquero
8b3ad11270
(Fx_get_atom_name): Use empty_unibyte_string.
2007-06-08 20:07:10 +00:00
Juanma Barranquero
e78bf986eb
(x_term_init): Use empty_unibyte_string.
2007-06-08 20:06:31 +00:00
Juanma Barranquero
db12c2a7e4
(Fformat_mode_line, syms_of_xdisp): Use empty_unibyte_string.
2007-06-08 20:05:03 +00:00
Juanma Barranquero
6ecd75be1a
(x_default_scroll_bar_color_parameter):
...
Use empty_unibyte_string, not empty_string.
2007-06-08 20:01:38 +00:00
Juanma Barranquero
ce33e8eb5f
(menu_help_callback): Use empty_unibyte_string, not empty_string.
2007-06-08 20:00:33 +00:00
Juanma Barranquero
4d774b0fe6
(init_strings): Initialize canonical empty strings.
...
(make_uninit_string, make_uninit_multibyte_string): Return appropriate
canonical empty string when the requested size is 0.
2007-06-08 19:59:46 +00:00
Juanma Barranquero
7e9fa161dc
(empty_unibyte_string): Rename from empty_string.
...
(empty_multibyte_string): New canonical empty string.
(syms_of_emacs): Don't initialize empty_string.
2007-06-08 19:58:33 +00:00
Juanma Barranquero
a74d1c97ee
(syms_of_lread, openp): Use empty_unibyte_string, not build_string.
2007-06-08 19:57:46 +00:00
Juanma Barranquero
2c668b9a66
(STRING_SET_UNIBYTE): Return the canonical empty unibyte string, if appropriate.
...
(empty_unibyte_string, empty_multibyte_string): New externs.
(empty_string): Remove extern.
2007-06-08 19:56:24 +00:00
Kenichi Handa
4d3e23e3e8
*** empty log message ***
2007-06-08 12:41:25 +00:00
Alan Mackenzie
aa0c00e0fc
(Optional Mode Line): Document the new form of line+column numbers,
...
"(561,2)".
2007-06-08 10:39:56 +00:00
Alan Mackenzie
6c0bbaf7c2
*** empty log message ***
2007-06-08 10:38:17 +00:00
Nick Roberts
95f731dbb5
(help-xref-forward-stack)
...
(help-xref-stack-forward-item, help-forward-label): New variables.
(help-forward): New button type.
(help-setup-xref): Initialise help-xref-forward-stack.
(help-make-xrefs): Add forward button, if appropriate.
(help-xref-go-back): Push item on forward stack.
(help-xref-go-forward, help-go-forward): New functions.
2007-06-08 10:09:24 +00:00
Nick Roberts
da38057d95
*** empty log message ***
2007-06-08 10:07:51 +00:00
Glenn Morris
b5ac89f8c0
*** empty log message ***
2007-06-08 03:47:42 +00:00
Glenn Morris
4f82305747
Make gtk the default toolkit.
2007-06-08 03:46:32 +00:00
Glenn Morris
45cb0b589b
*** empty log message ***
2007-06-08 03:46:12 +00:00
Glenn Morris
75260a2c88
Remove FIXME comment, implemented in previous change.
2007-06-08 03:16:34 +00:00
Jason Rumney
42c4c67a4a
(Fcurrent_time_zone): Remove hack for Japanese Windows.
2007-06-07 21:38:10 +00:00
Jason Rumney
4608d82961
Don't define HAVE_TZNAME.
2007-06-07 21:36:48 +00:00
Michael Albinus
b0dc61e49b
Tramp does not require cl anymore.
2007-06-07 20:19:32 +00:00
Michael Albinus
d3a9d7d644
Tramp does not require cl anymore.
2007-06-07 20:17:52 +00:00
Michael Albinus
9ee5e81e95
Sync with Tramp 2.0.56.
2007-06-07 20:14:45 +00:00
Chong Yidong
cdd50783ca
Identify Emacs 22.2 changes (so we don't lose them later).
2007-06-07 16:57:32 +00:00
Chong Yidong
1ebebaeafa
(dired-recursive-deletes, dired-recursive-copies): Change default to
...
`top'.
2007-06-07 16:51:54 +00:00
Chong Yidong
a1d0a9ad55
* dired.el (dired-recursive-deletes, dired-recursive-copies):
...
Change default to `top'.
2007-06-07 16:51:33 +00:00
Chong Yidong
2442fc2ab2
(dired-mode-map): Remove spurious separator.
2007-06-07 16:41:25 +00:00
Chong Yidong
3266db2a96
* dired.el (dired-mode-map): Remove spurious separator.
2007-06-07 16:41:17 +00:00
Chong Yidong
a7b5a8c97c
(dired-mode-map): Remove spurious separator.
2007-06-07 16:40:15 +00:00
Chong Yidong
1def2189de
* dired.el (dired-mode-map): Remove spurious separator.
2007-06-07 16:40:05 +00:00