1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

89468 Commits

Author SHA1 Message Date
Eli Zaretskii
3122b0732a (Making links to `info'): Remove .gitignore. 2009-02-28 13:23:20 +00:00
Eli Zaretskii
a4aee864ad (detect_coding_charset): Fix change from 2008-10-21.
Also, check iso-latin-*, not only iso-8859-*.
2009-02-28 12:05:36 +00:00
Stefan Monnier
b4b7bab7ca (lib-src, lisp): Use simpler rule.
(src): Be more specific to avoid recompiling all the .elc files just
because the bootstrap-emacs is missing.
2009-02-28 04:44:50 +00:00
Glenn Morris
33417df2b1 (rmail-output-as-seen): Add autoload cookie. 2009-02-28 03:52:58 +00:00
Glenn Morris
734220547e Update commentary.
(rmail-mime): Add autoload cookie.
2009-02-28 03:26:58 +00:00
Glenn Morris
36ffb35151 (rmail-summary-mode-map): Bind rmail-mime to `v'. 2009-02-28 03:25:50 +00:00
Glenn Morris
dec5f46d73 (rmail-primary-inbox-list): Doc fix. Fix custom choice to match default.
(rmail-mode-map): Bind rmail-mime to `v'.
(rmail-get-new-mail): Doc fix.
(rmail-beginning-of-message, rmail-end-of-message): Preserve the current
header style.
2009-02-28 03:25:32 +00:00
Chong Yidong
c4bf8039f5 (keep-lines-read-args): Use empty string as default (Bug#2495). 2009-02-27 15:31:36 +00:00
Chong Yidong
c2c7b2f2f2 * replace.el (keep-lines-read-args): Use empty string as
default (Bug#2495).
2009-02-27 15:31:07 +00:00
Chong Yidong
bb712f9058 (menu-set-font): Fix last fix. 2009-02-27 15:13:07 +00:00
Chong Yidong
4420f48b12 * menu-bar.el (menu-set-font): Fix last fix. 2009-02-27 15:12:46 +00:00
Glenn Morris
d88bee5a40 (Finteractive): Doc fix. 2009-02-27 04:02:22 +00:00
Glenn Morris
6565b5ab20 (find-lisp-object-file-name): Need a buffer position, not just a
buffer, to find a definition.
2009-02-27 04:01:22 +00:00
Glenn Morris
592465ca38 (rmail-speedbar-move-message): Preserve the directory part against
rmail-output's oddness.
2009-02-27 04:00:45 +00:00
Chong Yidong
100ca6b9bb Checked variables.texi. 2009-02-27 03:59:22 +00:00
Chong Yidong
3277011456 (Variables): Clarify introduction.
(Global Variables): Mention that setq is a special form.
(Local Variables): Use active voice.
(Tips for Defining): Mention marking variables as safe.
(Buffer-Local Variables): Mention terminal-local and frame-local
variables together.
(File Local Variables): Copyedits.
(Frame-Local Variables): Note that they are not really useful.
(Future Local Variables): Node deleted.
2009-02-27 03:59:03 +00:00
Chong Yidong
d0884adf3e (Top): Update node listing. 2009-02-27 03:58:52 +00:00
Chong Yidong
f0e57ed89a * elisp.texi (Top): Update node listing.
* variables.texi (Variables): Clarify introduction.
(Global Variables): Mention that setq is a special form.
(Local Variables): Use active voice.
(Tips for Defining): Mention marking variables as safe.
(Buffer-Local Variables): Mention terminal-local and frame-local
variables together.
(File Local Variables): Copyedits.
(Frame-Local Variables): Note that they are not really useful.
(Future Local Variables): Node deleted.
2009-02-27 03:58:34 +00:00
Chong Yidong
fb080b287c (General Escape Syntax): Update explanation of unicode escape syntax. 2009-02-27 01:44:02 +00:00
Chong Yidong
d55f6ca59b * objects.texi (General Escape Syntax): Update explanation of unicode
escape syntax.
2009-02-27 01:42:47 +00:00
Kenichi Handa
a808f22d62 (read_escape): Signal an error for invalid \UXXXXXXXX. 2009-02-27 00:49:09 +00:00
Chong Yidong
b61137ea4b Fix last entry. 2009-02-27 00:29:59 +00:00
Chong Yidong
c2694a0642 (font_style_to_value): Set value for unknown symbols to
100 instead of 255.
(weight_table, slant_table, width_table): Treat "unspecified" as the
default value.
2009-02-27 00:29:42 +00:00
Chong Yidong
caf8d60ccd * font.c (font_style_to_value): Set value for unknown symbols to 100
instead of 255.

* font.h (weight_table, slant_table, width_table): Treat
"unspecified" as the default value.
2009-02-27 00:28:35 +00:00
Chong Yidong
431709cbb7 (menu-set-font): Assign the same font object to all frames (Bug#2476). 2009-02-27 00:04:59 +00:00
Chong Yidong
a582c49dd9 * menu-bar.el (menu-set-font): Assign the same font object to all
frames (Bug#2476).
2009-02-27 00:04:41 +00:00
Chong Yidong
b0448899b8 Regenerate using autoconf-2.61 and Schwab's patch. 2009-02-26 23:09:11 +00:00
Chong Yidong
02cfaff486 Regenerate. 2009-02-26 23:02:55 +00:00
Chong Yidong
37bc7225bd Require librsvg >= 2.11. 2009-02-26 22:58:09 +00:00
Chong Yidong
003a2c0082 * configure.in: Require librsvg >= 2.11. 2009-02-26 22:58:00 +00:00
Adrian Robert
c21273df00 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
(HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2009-02-26 21:23:17 +00:00
Michael Albinus
3dc847a379 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) 2009-02-26 14:31:00 +00:00
Chong Yidong
f8d7c2d119 Add note about configure patch. 2009-02-26 13:27:28 +00:00
Juanma Barranquero
cd07aa70af * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
(x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
  (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
  (x-dnd-init-motif-for-frame): Fix typos in docstrings.
  (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
  Reflow docstrings.
2009-02-26 10:26:32 +00:00
Juanma Barranquero
1a0de25cad * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring. 2009-02-26 10:18:15 +00:00
Juanma Barranquero
8e5a88405c Fix typo in comment. 2009-02-26 10:11:34 +00:00
Glenn Morris
36aecf2288 (rmail-summary-mark-seen): Add option to mark as unseen.
(rmail-summary-rmail-update): Store a position in
rmail-summary-put-back-unseen rather than just a flag, and use it to put
back the "-" mark in the summary.
2009-02-26 08:45:09 +00:00
Glenn Morris
602d718e8a Bug number (partial fix). 2009-02-26 08:29:13 +00:00
Glenn Morris
ee6ccffcef (rmail-summary-rmail-update): Use rmail-message-unseen-p. 2009-02-26 08:23:05 +00:00
Glenn Morris
d6223c2391 Comment (don't hard-code bug address). 2009-02-26 03:54:40 +00:00
Glenn Morris
44ea2d6c29 (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197) 2009-02-26 03:54:01 +00:00
Glenn Morris
0d0ff7bc4f Tobias C. Rittweiler <tcr at freebits.de> (tiny change)
(sendmail-send-it): `call-process-region' can return a string.  (Bug#2428)
2009-02-26 03:53:15 +00:00
Glenn Morris
a1e32f8910 Mention bug 1720. 2009-02-26 03:52:06 +00:00
Miles Bader
1e0093eae1 Regenerate configure with fixed AC_FUNC_MKTIME
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1555
2009-02-26 02:41:37 +00:00
Chong Yidong
3f2d84c759 Bump version to 23.0.91. 2009-02-26 01:06:51 +00:00
Chong Yidong
fa35ec3633 Regenerate. 2009-02-26 01:00:05 +00:00
Chong Yidong
101c5cb56b Regenerate. 2009-02-26 00:42:30 +00:00
Juanma Barranquero
e600eb79f4 * bs.el (bs--down):
* ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
2009-02-25 20:33:19 +00:00
Glenn Morris
16689c4084 Remove local setting of bug-reference-url-format since it's in dir-locals now. 2009-02-25 17:32:28 +00:00
Juanma Barranquero
107bd7d102 Fix previous entry. 2009-02-25 14:45:31 +00:00