1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

58936 Commits

Author SHA1 Message Date
Richard M. Stallman
abd10ce8ae (Auto Major Mode): interpreter-mode-alist is not a regexp. 2005-08-15 02:06:09 +00:00
Richard M. Stallman
9f01a773d0 (interpreter-mode-alist): Doc fix. 2005-08-15 02:05:01 +00:00
Richard M. Stallman
5b9b5b8991 (rmail-nonignored-headers): New variable.
(rmail-clear-headers): Use it.
(rmail-reply): Better handling of mail-followup-to header.
2005-08-15 02:04:29 +00:00
Richard M. Stallman
5789bd837d (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.
In the `shell' entry, don't try to refer to executable-font-lock-keywords.
(sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
(sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
(sh-font-lock-keywords): Append executable-font-lock-keywords here.
(sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search.
(sh-set-shell): Don't set them here.
(sh-feature): Simplify.  Get rid of the eval-a-variable feature.
Don't cache the results in the original alist; don't ever modify that alist.
2005-08-15 02:01:38 +00:00
Richard M. Stallman
444465c803 (flyspell-mode): Autoload a defvar. 2005-08-15 01:49:51 +00:00
Richard M. Stallman
42c98299c4 Fix copyright notice, list author. 2005-08-15 01:48:45 +00:00
Richard M. Stallman
256e22771e (Sentences): Fix xref. 2005-08-15 01:47:46 +00:00
Richard M. Stallman
7c4e3a3219 (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. 2005-08-15 01:47:01 +00:00
Richard M. Stallman
eda12ca365 *** empty log message *** 2005-08-15 01:45:46 +00:00
Richard M. Stallman
7924c5dfbd (lookup-words): Cope with case where ARGS is empty. 2005-08-15 01:37:41 +00:00
Andreas Schwab
498eb267ff Put autoload cookie at risky-local-variable declarations. 2005-08-14 23:55:03 +00:00
Andreas Schwab
9e7357b07a Revert last change. 2005-08-14 23:45:46 +00:00
Thien-Thi Nguyen
8fbee87cc7 Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
2005-08-14 22:51:06 +00:00
Thien-Thi Nguyen
7806e5737a Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
2005-08-14 17:36:02 +00:00
Thien-Thi Nguyen
91859276fb Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
2005-08-14 12:43:37 +00:00
Thien-Thi Nguyen
c1a4c74d40 (Lisp Changes in Emacs 22.1, General Lisp changes):
Mention `expt' handling of negative exponent to return float.
2005-08-14 10:03:15 +00:00
Juri Linkov
c09c82f9b3 (Comparing Files): Replace xref to Compilation' with Compilation Mode'. 2005-08-14 08:09:51 +00:00
Juri Linkov
5d9b307f06 (Tags Search): Replace grep xref to `Compilation' node
with `Grep Searching'.
2005-08-14 08:08:41 +00:00
Juri Linkov
6ac064d6f5 (Dired and Find): Replace grep xref to `Compilation' node
with `Grep Searching'.
2005-08-14 08:07:20 +00:00
Juri Linkov
b00d98ed87 (Compilation, Grep Searching): Move grep command
headings from `Compilation' to `Grep Searching'.
2005-08-14 08:06:03 +00:00
Juri Linkov
ec08e2f4da (delete-selection-pre-hook): If overwrite-mode is
enabled and the current command is self-insert-command, call it
explicitly with overwrite-mode bound to nil, to not allow it
to delete the character after the selected region.
2005-08-14 06:59:39 +00:00
Juri Linkov
05d9618303 Add examples of CVS grep.
Add examples of starting and finishing messages.
2005-08-14 06:56:23 +00:00
Juri Linkov
ff452477b6 Add examples of starting and finishing messages. 2005-08-14 06:55:35 +00:00
Juri Linkov
cf115520b7 (grep-mode-map): Add ellipsis to "Another grep".
(grep-mode-font-lock-keywords): Don't highlight "Grep started".
Add highlighting of "interrupt", "killed", "terminated".
2005-08-14 06:52:40 +00:00
Juri Linkov
314b410b7e (compilation-mode-font-lock-keywords):
Remove highlighting of "Compilation started".  Highlight only
the word "finished" in "Compilation finished".  Add highlighting
of "interrupt", "killed", "terminated" and the exit code.
(compilation-start): Add newline after header.  Use exactly the
same time stamp format as the finishing message.
(compilation-mode-map): Add ellipsis to "Search Files (grep)".
2005-08-14 06:51:49 +00:00
Richard M. Stallman
7860977ad9 (Replacement Commands): Mention query-replace key binding. 2005-08-13 19:45:10 +00:00
Richard M. Stallman
500fe8e565 *** empty log message *** 2005-08-13 19:20:46 +00:00
Eli Zaretskii
47a14a31bc (Non-ASCII Isearch): Fix a typo. 2005-08-13 12:26:44 +00:00
Jan Djärv
6c7eb7212c * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
(xg_get_image_for_pixmap): Move some code to
xg_get_pixbuf_from_pix_and_mask, and call it.

* gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.

* xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
to get an GTK icon and set it with GTK functions to avoid having GTK
override an icon set with just X functions.
2005-08-13 09:49:10 +00:00
Jan Djärv
cb515a21c7 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
to get an GTK icon and set it with GTK functions to avoid having GTK
override an icon set with just X functions.
2005-08-13 09:48:36 +00:00
Jan Djärv
5695f1b4ba * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
(xg_get_image_for_pixmap): Move some code to
xg_get_pixbuf_from_pix_and_mask, and call it.
2005-08-13 09:48:17 +00:00
Jan Djärv
5d91377a3c * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. 2005-08-13 09:47:57 +00:00
Eli Zaretskii
c9ed817636 *** empty log message *** 2005-08-12 11:22:30 +00:00
Eli Zaretskii
156fbeb72c Add move-beginning-of-line, move-end-of-line, end-of-line,
and beginning-of-line to the list of commands after which the echo area
is updated.
2005-08-12 11:21:54 +00:00
Eli Zaretskii
5cabd50e11 (custom-save-all, custom-save-delete): Bind recentf-exclude to exclude
custom-file.
2005-08-12 11:18:43 +00:00
Eli Zaretskii
234d828a06 (rmail-summary-end-of-message): New command to go to the bottom of the mail
message.  Added to `rmail-summary-mode-map' with key "/".
(rmail-summary-show-message): New (internal) function for use by both
`rmail-summary-beginning/end-of-message'.
(rmail-summary-beginning-of-message): Changed to use
rmail-summary-show-message.
2005-08-12 10:28:48 +00:00
Eli Zaretskii
3deac4a169 (rmail-end-of-message): New command to go to the
end of the current message.  Added to `rmail-mode-map' with key "/".
(rmail-beginning-of-message): Fixed to work as documented.
(rmail-mode): Change documentation.
2005-08-12 10:26:59 +00:00
Eli Zaretskii
a67e5425b3 (compilation-start): Add the line "Compilation started" with compilation
start time.
(compilation-mode-font-lock-keywords): Add `started' to keywords.
2005-08-12 10:18:02 +00:00
Luc Teirlinck
1f742f74f5 (menu-bar-options-menu): Standardize capitalization of menu items. 2005-08-11 20:57:36 +00:00
Luc Teirlinck
e40b86bb91 *** empty log message *** 2005-08-11 20:56:25 +00:00
Richard M. Stallman
59cb8c2372 *** empty log message *** 2005-08-11 19:59:36 +00:00
Richard M. Stallman
2c59ce38d0 (Top): Update subnode lists. 2005-08-11 19:59:29 +00:00
Richard M. Stallman
f487304072 (Inverse Video): Node deleted. 2005-08-11 19:59:05 +00:00
Richard M. Stallman
bd428736d2 (Options for Comments): Fix xref. 2005-08-11 19:52:17 +00:00
Richard M. Stallman
c118d09e26 (Regexp Backslash, Regexp Example): New nodes split out of Regexps. 2005-08-11 19:51:56 +00:00
Richard M. Stallman
b95a0c80ae (Using regular expressions): Fix xref. 2005-08-11 19:49:52 +00:00
Richard M. Stallman
5e0fc18a86 (Key Binding Conventions, Programming Tips, Warning Tips):
New nodes split out of Coding Conventions.
2005-08-11 19:49:33 +00:00
Richard M. Stallman
85b6b13c6c (Regular Expressions): Document re-builder. 2005-08-11 19:47:37 +00:00
Richard M. Stallman
4bdbd31785 (Time Parsing): New node split out of Time Conversion. 2005-08-11 19:47:10 +00:00
Richard M. Stallman
088767cbda (Misc Network, Network Feature Testing)
(Network Options, Make Network): New nodes split out of Low-Level Network.
2005-08-11 19:46:35 +00:00