Kenichi Handa
182ba28cff
(find_font_encoding): Return Qnil for unsupported encoding.
2009-03-24 00:56:34 +00:00
Kenichi Handa
fd47473c18
(font-encoding-alist): Add an entry for muletibetan-0.
2009-03-24 00:55:36 +00:00
Jan Djärv
c39ea606e9
gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
...
that gdpy is set.
2009-03-23 17:09:17 +00:00
Dan Nicolaescu
be14a4253c
(vc-bzr-working-revision): Add support for lightweight
...
checkouts. (Bug#2157)
(vc-bzr-after-dir-status): Ignore a warning for bzr status.
(vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
2009-03-23 16:25:30 +00:00
Juanma Barranquero
116253083c
* minibuf.texi (Intro to Minibuffers): Fix typos.
2009-03-23 10:10:39 +00:00
Chong Yidong
56f8947b38
(Re)checked mini.texi.
2009-03-23 03:15:25 +00:00
Chong Yidong
b6166ade22
Checked minibuf.texi.
2009-03-23 03:08:09 +00:00
Chong Yidong
a560da7e8e
(Intro to Minibuffers): Remove long-obsolete info
...
about minibuffers in old Emacs versions. Copyedits. Emphasize
that enable-recursive-minibuffers defaults to nil.
(Text from Minibuffer): Simplify introduction.
2009-03-23 03:07:51 +00:00
Chong Yidong
7b34420de7
* minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
...
about minibuffers in old Emacs versions. Copyedits. Emphasize
that enable-recursive-minibuffers defaults to nil.
(Text from Minibuffer): Simplify introduction.
2009-03-23 03:07:41 +00:00
Glenn Morris
20535d5b83
Comment.
2009-03-22 20:09:34 +00:00
Alan Mackenzie
9fa6d45557
(Using Interactive): Clarify string argument to `interactive' - even
...
promptless elements need \n separators.
2009-03-22 15:12:01 +00:00
Alan Mackenzie
f9257eedc9
(Finteractive): Clarify the doc string - even promptless elements need \n
...
separators.
2009-03-22 15:09:48 +00:00
Alan Mackenzie
bc9b2b5ea6
*** empty log message ***
2009-03-22 15:05:25 +00:00
Richard M. Stallman
8882002ae5
(rmail-expunge): Without DONT-SHOW, show the message even after
...
updating summary.
2009-03-22 14:51:17 +00:00
Richard M. Stallman
551fd0c448
(rmail-expunge): Update summary buffer even if NO-SHOW.
2009-03-22 14:12:47 +00:00
Jason Rumney
9f995a76b8
(x-use-underline-position-properties): Doc fix.
2009-03-22 02:43:37 +00:00
Glenn Morris
f2f5669111
Fix sentence-end whitespace in previous.
2009-03-21 18:55:47 +00:00
Glenn Morris
3deeb46b95
Jari Aalto <jari.aalto at cante.net>
...
(display-time-default-load-average): Doc fix.
2009-03-21 18:53:14 +00:00
Eli Zaretskii
520558d258
(handle-shift-selection): Fix last change.
2009-03-21 18:38:40 +00:00
Eli Zaretskii
acc060e4e4
(handle-shift-selection): Doc fix. (Bug#2738)
2009-03-21 18:30:38 +00:00
Chong Yidong
ca66f00dcd
(file-modes-rights-to-number): Doc fix.
...
(file-modes-symbolic-to-number): Handle empty permissions arg (Bug#2729).
2009-03-21 15:53:29 +00:00
Chong Yidong
bee4888807
* files.el (file-modes-rights-to-number): Doc fix.
...
(file-modes-symbolic-to-number): Handle empty permissions arg (Bug#2729).
2009-03-21 15:52:57 +00:00
Dan Nicolaescu
bd924903e9
(Todo): Add note on simplifying vc-register.
2009-03-21 15:39:10 +00:00
Eli Zaretskii
ce343c43c8
(eshell-ls-dir): Call eshell-directory-files-and-attributes with additional
...
argument 'integer or 'string, according to numeric-uid-gid.
(eshell-ls-file): Don't convert UID and GID to strings, as eshell-ls-dir
already did. Enlarge max user-name string length to 14 characters.
(eshell-do-ls): Fix the long name of the -L option.
(eshell-ls-file): Enlarge default size-width to 8.
(eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
argument nil.
2009-03-21 14:03:06 +00:00
Eli Zaretskii
8e9b25831f
(directory-files-and-attributes): Accept and ignore additional optional
...
argument id-format.
(eshell-directory-files-and-attributes): Call directory-files-and-attributes
with additional argument id-format.
2009-03-21 14:00:26 +00:00
David Reitter
ae2349fed8
(all): Use existing ns' rather than new nextstep' group for variables affected by last two changes.
2009-03-21 13:01:44 +00:00
Eli Zaretskii
7ed8839808
(eshell-ls-file): Enlarge default size-width to 8.
...
(eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
argument nil.
2009-03-21 13:01:20 +00:00
David Reitter
a065aa4a89
*** empty log message ***
2009-03-21 13:01:19 +00:00
Eli Zaretskii
22749e9acb
inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.
...
inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid to unsigned.
(getpwuid): Argument is now unsigned.
uid_t is now unsigned.
ntlib.c (setuid): Argument is now unsigned.
(getuid): Return value is now unsigned.
(getpwuid): Argument is now unsigned.
(fchown): UID and GID arguments are now unsigned.
ntlib.h (fchown): UID and GID arguments are now unsigned.
(getuid): Return value is now unsigned.
(setuid): Argument is now unsigned.
(getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
w32.c (getpwuid): Change argument type to unsigned.
(struct w32_id): Change type of `rid' member to unsigned.
(w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
argument ID to unsigned. All callers changed.
(getuid, geteuid, getgid, getegid): Change return type to unsigned.
2009-03-21 11:31:50 +00:00
Eli Zaretskii
cc15c0f216
*** empty log message ***
2009-03-21 09:57:30 +00:00
Eli Zaretskii
77346ecd11
(all): Fix last change.
2009-03-21 09:47:13 +00:00
Juanma Barranquero
58a5649865
Fix typos.
2009-03-21 09:37:16 +00:00
David Reitter
bc9ebf4106
(all): add ns-{control|command|alternate|function}-modifier', ns-antialias-text' and `ns-use-qd-smoothing'
2009-03-21 02:31:29 +00:00
Eli Zaretskii
e00553bf16
(Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is negative, produce
...
a float value.
2009-03-20 17:59:38 +00:00
Eli Zaretskii
51105b1324
(make_uid, make_gid): New functions.
...
(Ffile_attributes): Use them to avoid negative UID and GID.
2009-03-20 17:58:10 +00:00
Dan Nicolaescu
2bc9f1df7d
(vc-dir-deduce-fileset): Make the error message more explicit.
2009-03-20 13:56:42 +00:00
Juanma Barranquero
f761d6b6a7
* keyboard.c (Fcurrent_idle_time): Reflow docstring.
...
(syms_of_keyboard) <command-hook-internal, input-method-function>:
Fix typos in docstrings.
2009-03-20 09:41:19 +00:00
Juanma Barranquero
673e51692e
* subr.el (forward-point): Add obsolescence declaration.
...
* paren.el (show-paren-function):
* simple.el (kill-forward-chars, kill-backward-chars):
Use (+/- (point) N), instead of `forward-point'.
2009-03-19 14:45:02 +00:00
Juanma Barranquero
80197a8c78
Fix typos.
2009-03-19 09:35:58 +00:00
Kenichi Handa
d507f8d743
(x_set_font): Handle the case that ARG is a cons.
2009-03-19 06:51:07 +00:00
Kenichi Handa
0875632e00
(Fset_fontset_font): When a spec of ASCII font is
...
changed, use font_load_for_lface to get a new font object. Call
free_realized_fontset after handling ASCII font change.
2009-03-19 06:50:41 +00:00
Glenn Morris
c68845e058
(Fsubstitute_in_file_name): Doc fix.
2009-03-19 06:26:04 +00:00
Glenn Morris
33e38fa1c8
(rmail-retry-ignored-headers): Add :version tag.
2009-03-19 06:20:27 +00:00
Glenn Morris
7ca46ac7e3
(sc-version): Doc fix.
2009-03-19 06:19:24 +00:00
Glenn Morris
241625c32e
Leo <sdl.web at gmail.com> (tiny change)
...
(sc-version): Fix typo in interactive spec.
2009-03-19 06:12:58 +00:00
Chong Yidong
11fb10def4
(Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
2009-03-19 02:58:21 +00:00
Chong Yidong
bfa49dd1ad
* indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
2009-03-19 02:58:13 +00:00
Kenichi Handa
c87143d067
Change the encoding to utf-8.
2009-03-19 01:01:43 +00:00
Kenichi Handa
9ffcf5cb27
(quail-update-leim-list-file): Save leim-list.el in utf-8.
2009-03-19 01:00:11 +00:00
Kenichi Handa
316732d2c4
(leim-list-header): Use utf-8 coding tag.
2009-03-19 00:59:21 +00:00