1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

58220 Commits

Author SHA1 Message Date
Richard M. Stallman
74502fa0f1 (Inverse Video): Delete mode-line-inverse-video. 2005-07-08 01:08:09 +00:00
Richard M. Stallman
16f56815f9 (Saving): Minor correction about C-x C-w. 2005-07-08 01:07:22 +00:00
Richard M. Stallman
6e3ca4bd0c (Display Custom): Don't mention mode-line-inverse-video. 2005-07-08 01:06:03 +00:00
Kenichi Handa
9495add8c6 (quail-japanese-kanji-kkc): Fix order of
insertion and deletion.
2005-07-08 00:52:05 +00:00
Luc Teirlinck
dcb380c00a (customize-option, customize-option-other-window): Make them handle aliases. 2005-07-07 23:19:43 +00:00
Luc Teirlinck
a13060944a *** empty log message *** 2005-07-07 23:18:26 +00:00
Luc Teirlinck
289e1999ce (custom-variable-p): Make it recursively follow aliases. Mention that
in the docstring.
2005-07-07 23:12:43 +00:00
Luc Teirlinck
c778ed4955 (Isearch Scroll): Add example of using the `isearch-scroll' property.
(Slow Isearch): Reference anchor for `baud-rate' instead of entire
`Display Custom' node.
(Regexp Replace): Put text that requires Emacs Lisp knowledge last
and de-emphasize it.
(Other Repeating Search): `occur' currently can not correctly
handle multiline matches.  Correct, clarify and update description
of `flush-lines' and `keep-lines'.
2005-07-07 23:09:00 +00:00
Luc Teirlinck
401bc31171 Undo last erroneous change. 2005-07-07 23:05:28 +00:00
Luc Teirlinck
c0d0154616 *** empty log message *** 2005-07-07 23:03:02 +00:00
Richard M. Stallman
b713c813e7 *** empty log message *** 2005-07-07 22:57:21 +00:00
Richard M. Stallman
7d1130ad36 Update where to get GNU status; add refs for how to help.
Add footnotes 6 and 7.
2005-07-07 22:54:34 +00:00
Richard M. Stallman
8e493cf873 Clarify footnote 7. 2005-07-07 22:52:58 +00:00
Luc Teirlinck
01460f973f (Display Custom): Add anchor for `baud-rate'. 2005-07-07 22:48:46 +00:00
Richard M. Stallman
bc4c845630 *** empty log message *** 2005-07-07 22:38:37 +00:00
Richard M. Stallman
a185b6e92c Update how to help. 2005-07-07 22:38:14 +00:00
Richard M. Stallman
f747a4884c (exec-path): Fix tag for nil. 2005-07-07 22:04:28 +00:00
Richard M. Stallman
72e869ba05 (exec-path): Use directory' instead of file'. 2005-07-07 21:50:31 +00:00
Lute Kamstra
9750d7720a *** empty log message *** 2005-07-07 11:20:45 +00:00
Juanma Barranquero
a653724b13 (occur-rename-buffer): Use `generate-new-buffer' also when called
non-interactively.  Doc fix.
2005-07-07 10:04:01 +00:00
Kim F. Storm
f567c48870 (Frecenter): Remove superfluous settings of iarg. 2005-07-07 09:36:18 +00:00
Kim F. Storm
ae12ecd756 (Frecenter): Fix last change (set iarg before use). 2005-07-07 09:33:29 +00:00
Kim F. Storm
a96b333ce4 *** empty log message *** 2005-07-07 09:33:13 +00:00
Lute Kamstra
9d42fe6f84 *** empty log message *** 2005-07-07 09:27:54 +00:00
Lute Kamstra
0df0b0e953 (elide-head-headers-to-hide): Recognize the FSF's new address as well. 2005-07-07 09:27:04 +00:00
Lute Kamstra
cf00671d1f Delete file. The GNU Task List is obsolete and has been replaced by
http://savannah.gnu.org/projects/tasklist.
2005-07-07 08:39:54 +00:00
Lute Kamstra
60b34e064f Update versionnumber' and year'. Update Emacs's version to 22.
(Starting Emacs): Delete sentence to fix formatting problems.
(Multiple Windows): Clarify first sentence.  Mention C-x 5 1.
(Formatting): Update the binding of set face.
(International Character Sets): set-language-environment is bound to
C-x RET l
2005-07-07 08:07:37 +00:00
Kenichi Handa
43b557d507 (make-coding-system): Describe
`ascii-incompatible' property in the docstring.
(set-file-name-coding-system): Signal an error if coding-system is
ascii-incompatible.
(set-keyboard-coding-system): Likewise.
2005-07-07 06:23:10 +00:00
Kenichi Handa
4a6cbbc416 (set-default-coding-systems): Don't
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.
2005-07-07 06:20:13 +00:00
Kenichi Handa
a9be26751c Declare that all UTF-16-based coding
systems ASCII-incompatible.
2005-07-07 06:18:59 +00:00
Stefan Monnier
a5717394ea (CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
(GOLD-SS3-map): Initialize in declaration.
(tpu-set-mode-line): Don't throw away other minor mode strings when
turning off the mode.
(tpu-set-match, tpu-match-beginning, tpu-check-match)
(tpu-show-match-markers): Use the insertion-type rather than the +1
offset kludge for tpu-match-beginning-mark.
(tpu-edt-mode): Use define-minor-mode.
(minibuffer-local-must-match-map, minibuffer-local-map): Try to avoid
using the escape sequence and use the real key name instead.
(tpu-reset-control-keys): Don't copy a keymap needlessly.
(tpu-arrow-history): Simplify.
(tpu-edt-on): Set control keys after changing the global map.
(tpu-edt-on, tpu-edt-off): Work unconditionally.
2005-07-07 04:59:32 +00:00
Nick Roberts
67bb20fadb Require font-lock for displaying errors.
Used by gdb-ui.el.
2005-07-07 04:59:06 +00:00
Nick Roberts
811ade5c23 *** empty log message *** 2005-07-07 04:58:07 +00:00
Stefan Monnier
521b27480a (hide-ifdef-use-define-alist): Pass a list of
strings rather than a list of symbols to the completion function.
2005-07-07 04:31:17 +00:00
Juanma Barranquero
ed6773fa23 (hi-lock-find-patterns): Protect also against invalid values for the pattern
lists which are `read'able but not `append'able (like symbols).
2005-07-07 01:51:48 +00:00
Richard M. Stallman
dc2204be4f *** empty log message *** 2005-07-06 22:12:32 +00:00
Richard M. Stallman
4362c7142f (Regexp Search): Clarify what re-search-forward does when the search fails. 2005-07-06 22:12:01 +00:00
Richard M. Stallman
f6b434405b (Frecenter): When arg is inside the scroll margin, move it out of the margin. 2005-07-06 22:06:15 +00:00
Jason Rumney
47bdd30500 Add note about change to default value of w32-use-full-screen-buffer. 2005-07-06 21:55:51 +00:00
Jason Rumney
3fb1d72bcb (initialize_w32_display): Detect when the console
dimensions are insane, and default to 80x25 instead.
(w32_use_full_screen_buffer): default to NIL.
2005-07-06 21:36:31 +00:00
Richard M. Stallman
7ea8834e08 (flymake-float-time): Instead of with-no-warnings, test for xemacs.
(flymake-replace-regexp-in-string): Test fboundp of replace-in-string
to avoid warning.
2005-07-06 19:03:21 +00:00
Juanma Barranquero
d25dfeedfc (w32-fixed-font-alist): Fix typo in `defcustom' tag. 2005-07-06 13:58:31 +00:00
Lute Kamstra
edfaf76da9 Regenerate. 2005-07-06 12:07:32 +00:00
Lute Kamstra
e6a304f077 Fix capitalization. 2005-07-06 12:03:35 +00:00
YAMAMOTO Mitsuharu
dd15724de4 (mac_draw_vertical_window_border): Use foreground of
VERTICAL_BORDER_FACE_ID for vertical border line.
(mac_encode_char): Call check_ccl_update in advance.
(mac_to_x_fontname, x_font_name_to_mac_font_name)
(init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't
assume that font family length is less than 32.
(x_compute_min_glyph_bounds): Make static.
(x_load_font): Never set fonts_changed_p to zero.
2005-07-06 08:44:00 +00:00
Lute Kamstra
57985b44c9 *** empty log message *** 2005-07-06 08:38:36 +00:00
Lute Kamstra
68003d6be9 *** empty log message *** 2005-07-05 13:32:07 +00:00
Lute Kamstra
a0ec7a4a17 *** empty log message *** 2005-07-05 12:22:32 +00:00
Lute Kamstra
385ee3de64 *** empty log message *** 2005-07-05 11:01:03 +00:00
Lute Kamstra
a191bceaa5 *** empty log message *** 2005-07-05 10:52:40 +00:00