1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

68556 Commits

Author SHA1 Message Date
Jay Belanger
a45928e693 (calculator): Do more extensive checking for when 3 lines should be
used for the calculator.
2007-02-10 22:03:55 +00:00
Stefan Monnier
5b0be7fc50 (gdb-script-font-lock-syntactic-keywords): Improve comments. 2007-02-10 20:21:28 +00:00
Eli Zaretskii
38966db70d (Glyphs) Fix a typo. 2007-02-10 12:04:34 +00:00
Eli Zaretskii
3570640e43 *** empty log message *** 2007-02-10 11:57:58 +00:00
Eli Zaretskii
c85322d040 (Fwindow_height, Fwindow_hscroll)
(Fwindow_redisplay_end_trigger, Fwindow_point, Fwindow_start)
(Fwindow_end, Fwindow_display_table, Fwindow_text_height):
Document the effect of WINDOW arg being nil.
2007-02-10 11:57:10 +00:00
Eli Zaretskii
d9f114a3de (Programming Example): Put constant strings in :format. 2007-02-10 11:21:30 +00:00
Eli Zaretskii
493cf720aa (info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
2007-02-10 11:12:42 +00:00
Eli Zaretskii
3d0fc0b76d (Info-fontify-maximum-menu-size): Document the effect of a nil value.
(Info-fontify-node): Make sure Info-fontify-maximum-menu-size is non-nil before
using it as size.
2007-02-10 11:10:49 +00:00
Chong Yidong
7ea2a12d0f Add three more authors from AUTHORS file of gnome-icon-theme 2007-02-10 00:10:52 +00:00
Chong Yidong
029fd82cce (insert-for-yank-1): Prevent read-only properties from interfering
with text property operations.
2007-02-09 23:09:16 +00:00
Chong Yidong
0c92208b5b * subr.el (insert-for-yank-1): Prevent read-only properties from
interfering with text property operations.
2007-02-09 23:08:54 +00:00
Chong Yidong
78febc73b4 copyright info for etc/tree-widget/ has been added. 2007-02-09 16:55:52 +00:00
Chong Yidong
f992a935ed (image-mode): Revert 2007-01-30 changes. 2007-02-09 16:50:29 +00:00
Chong Yidong
a9bb04bb53 (image-type-auto-detectable): Don't autodetect x[pb]m.
(image-type-auto-detected-p): Fail if another match is found in
auto-mode-alist.
2007-02-09 16:50:16 +00:00
Chong Yidong
a3f83992c5 (magic-mode-alist): Call image-mode instead of image-mode-maybe for
autodetected images.
2007-02-09 16:50:00 +00:00
Chong Yidong
ca878c38f4 * image-mode.el (image-mode): Revert 2007-01-30 changes.
* image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
(image-type-auto-detected-p): Fail if another match is found in
auto-mode-alist.

* files.el (magic-mode-alist): Call image-mode instead of
image-mode-maybe for autodetected images.
2007-02-09 16:49:29 +00:00
Chong Yidong
c3290b5393 Add copyright information for images. 2007-02-09 16:34:24 +00:00
Juanma Barranquero
b194bbaf42 *** empty log message *** 2007-02-09 16:23:12 +00:00
Juanma Barranquero
1429d866a5 (smtpmail-smtp-service, smtpmail-queue-index-file): Fix typos in docstrings.
(smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2007-02-09 16:17:56 +00:00
Kim F. Storm
8f92ec4d4f Remove obsolete comment. 2007-02-09 11:23:37 +00:00
Kim F. Storm
35a8a0d008 *** empty log message *** 2007-02-09 11:23:26 +00:00
Karl Fogel
3a4b834777 Revert previous change, at request of RMS:
(fundamental-mode-hook): Remove.
(fundamental-mode): Run after-change-major-mode-hooks manually,
and don't run the now-nonexistent fundamental-mode-hook.
2007-02-08 20:52:39 +00:00
Nick Roberts
ddc5ebef00 Clarify that just the format of the Insight files was changed. 2007-02-08 19:54:46 +00:00
Chong Yidong
c3edc4f872 Add information for low-color directory, icons directory, and ezimage
directory.
2007-02-08 19:09:34 +00:00
Jan Djärv
2f1930959e Add text about next-node.xpm, prev-node.xpm and up-node.xpm. 2007-02-08 19:07:25 +00:00
Chong Yidong
8cd16b48f7 Add copyright information for Emacs icons. 2007-02-08 18:59:37 +00:00
Chong Yidong
70adaef0eb Resolve "gnus logo" issue---they are the same as the GNU Emacs logo,
which is assigned.
2007-02-08 18:55:45 +00:00
Chong Yidong
e1db9784cd gnus.pbm is a variant of splash.pbm. 2007-02-08 18:52:48 +00:00
Chong Yidong
a1bfb984ba gnus-logo.eps is a conversion of splash.xpm 2007-02-08 18:51:51 +00:00
Chong Yidong
995e48b053 Add GTK/Gnome icons copyright info. 2007-02-08 18:49:33 +00:00
Stefan Monnier
2365ab4a00 (diff-sanity-check-hunk): Fix last fix. 2007-02-08 16:34:28 +00:00
Juanma Barranquero
7d506bfcf7 *** empty log message *** 2007-02-08 12:39:30 +00:00
Kim F. Storm
ce5cc6d9a8 Fix last change -- undo the following part of that change:
(do_completion, Fminibuffer_complete_word):
If Vminibuffer_completing_file_name equals Qlambda, treat it as Qnil.
2007-02-08 08:56:11 +00:00
Kim F. Storm
ac6ee45266 *** empty log message *** 2007-02-08 08:53:05 +00:00
Karl Fogel
3faea23ac1 (fundamental-mode-hook): Declare new hook.
(fundamental-mode): Run the new dedicated hook, and don't run
after-change-major-mode-hooks manually anymore.
2007-02-08 06:31:28 +00:00
Nick Roberts
bf3658255b Initial commit. 2007-02-08 02:29:33 +00:00
Kim F. Storm
2b7ef8672b *** empty log message *** 2007-02-08 00:07:00 +00:00
Kim F. Storm
ef72eaff36 (read_minibuf): Fix 2007-01-30 change.
Use Qlambda as interrim value of Vminibuffer_completing_file_name.
(Fcompleting_read, do_completion, Fminibuffer_complete_word):
If Vminibuffer_completing_file_name equals Qlambda, treat it as Qnil.
(syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda.
2007-02-08 00:06:43 +00:00
Stefan Monnier
459b1fe4c0 (vc-svn-merge-news): Understand the new format with two
added columns of chars.  Remove support for the "no-meta-info" format.
Prompted by Romain Francoise <romain@orebokech.com>.
2007-02-07 23:02:12 +00:00
Juanma Barranquero
8b57a7fde4 ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS). 2007-02-07 22:34:11 +00:00
Nick Roberts
f7ddc2ce5a (gdb-if-arrow): New macro.
(gdb-mouse-until, gdb-mouse-jump): Use it.
2007-02-07 21:57:04 +00:00
Nick Roberts
f2b3ba1ea3 *** empty log message *** 2007-02-07 21:56:29 +00:00
Nick Roberts
45ab7a6632 (gdb-mouse-until, gdb-mouse-jump): Make them
work when there is just an assembler buffer (no source buffer).
2007-02-07 21:12:52 +00:00
Nick Roberts
b773b623c9 *** empty log message *** 2007-02-07 21:12:18 +00:00
Vinicius Jose Latorre
9e95965c43 Fix ps-print links 2007-02-07 19:01:20 +00:00
Eli Zaretskii
f3d5bd2217 ($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD). 2007-02-07 18:41:51 +00:00
Stefan Monnier
a3ee90d98c *** empty log message *** 2007-02-07 17:08:36 +00:00
Romain Francoise
ed3e1544d4 file-name-shadow-mode also broken. 2007-02-07 16:21:20 +00:00
Kim F. Storm
c4d89f0374 *** empty log message *** 2007-02-07 15:03:48 +00:00
Juanma Barranquero
ff52c940f6 (frame-set-background-mode): Use color-values' and display-color-p',
not `x-color-values' and `x-display-color-p'.
2007-02-07 14:36:35 +00:00