1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00
Commit graph

51173 commits

Author SHA1 Message Date
Jan Djärv
2f4a048d1b * xterm.h (struct x_display_info): Typo in comment fixed. 2004-06-14 21:51:49 +00:00
Juanma Barranquero
1ebd4f78e4 *** empty log message *** 2004-06-14 21:17:25 +00:00
Juanma Barranquero
da4b7798ee (Images): Document new delayed library loading, variable
`image-library-alist' and (existing but undocumented) function
`image-type-available-p'.
2004-06-14 21:11:21 +00:00
Juanma Barranquero
fe34703418 (image-library-alist): Initialize to a known set of probable library names. 2004-06-14 21:01:37 +00:00
Juanma Barranquero
3c3b34d2db (image-library-alist): New variable to map image types to external
libraries.  Initialized to nil, unless system-specific configs change it.
(image-type-available-p): Determine whether an image type is available by
calling `init-image-library'.
2004-06-14 20:58:36 +00:00
Juanma Barranquero
4f224e64d0 (Vimage_types): Delete (moved to image.c). 2004-06-14 20:49:05 +00:00
Juanma Barranquero
0855eb5219 (Vimage_types): Move from xdisp.c.
(Vimage_type_cache): New variable.
(define_image_type): New argument indicating whether an image library was
loaded; cache loaded status and return t on success, nil otherwise.
(CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
(w32_delayed_load): New function to load an image library from a list of
possible filenames.
(init_xpm_functions, init_png_functions, init_jpeg_functions)
(init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
(CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
(Finit_image_library): New function, extracted from `init_image'.  Try to
initialize an image library on demand and cache whether we were successful
or not.
(syms_of_image): Initialize `Vimage_types' and `Vimage_type_cache'.  Add
recognized image types to Vimage_types. Export `init-image-library'.
(init_image): Remove initialization of all image types, except xbm and pbm.
2004-06-14 20:47:25 +00:00
Juanma Barranquero
15469ae8ff (Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM. 2004-06-14 20:44:48 +00:00
Andreas Schwab
904ee128dc *** empty log message *** 2004-06-14 09:04:41 +00:00
Kenichi Handa
4060d762b6 *** empty log message *** 2004-06-14 01:20:46 +00:00
Kenichi Handa
ea561de5e5 (windows-1256, cp1125): Fix tables
for several characters.
2004-06-14 00:35:11 +00:00
Luc Teirlinck
26f643c2eb (time-stamp): Doc fix. 2004-06-14 00:20:28 +00:00
Luc Teirlinck
c217c9c83a (Copyrights, Timestamps): Recommend `before-save-hook' instead of
`write-file-functions'.
2004-06-13 23:08:05 +00:00
Kenichi Handa
c1136bda63 (ccl-encode-mule-utf-8): Fix previous change. 2004-06-13 22:57:46 +00:00
Richard M. Stallman
092de21d0b *** empty log message *** 2004-06-13 22:39:41 +00:00
Richard M. Stallman
e3ee34f0c3 (cmd_error): Don't call any_kboard_state if inside a recursive edit level.
(command_loop): Call any_kboard_state before command_loop_2 when at top level.
2004-06-13 22:39:20 +00:00
Richard M. Stallman
04391069ec Comment change. 2004-06-13 22:37:07 +00:00
Richard M. Stallman
1fdab50394 (re_wctype, re_iswctype): Function defs longer static.
(CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved to regex.h.
2004-06-13 22:36:05 +00:00
Richard M. Stallman
c13ecd8fca (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved here from regex.c.
2004-06-13 22:34:19 +00:00
Richard M. Stallman
e963215c44 (Fselect_window): Doc fix. 2004-06-13 22:27:53 +00:00
Richard M. Stallman
a1bc88d455 Include regex.h.
(skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
If requested, make a list of classes, then check the scanned
chars for membership in them.
(in_classes): New function.
(Fskip_chars_forward): Doc fix.
2004-06-13 22:25:34 +00:00
Andreas Schwab
774437897d (Ftry_completion, Fall_completions, Ftest_completion):
Avoid calling specbind when completion-regexp-list is empty.
2004-06-13 22:20:55 +00:00
Richard M. Stallman
7ae8ad948e Update for CC Mode 5.30 and incidental amendments.
("AWK"): Is consistently thus spelt throughout.
(AWK, Pike): Document as "C-like modes".
(@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
(M-x man): Supersedes M-x manual-entry.
Add numerous index entries.  Correct "ESC a/e" to "M-a/e".

("Comments in C"): Delete node; the info is in CC Mode manual.
(c-comment-only-line-offset): Remove description.

(C-c ., C-c C-c): Describe new C Mode bindings.

(C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
(@dfn{Style}, c-default-style, comment-column, comment-padding)
(c-up-conditional, c-beginning-of-statement, c-end-of-statement):
Amend definitions.

(c-beginning-of-defun, c-end-of-defun, c-context-line-break):
Describe functions.

(c-comment-start-regexp, c-hanging-comment-ender-p)
(c-hanging-comment-starter-p): Remove obsolete definitions.
2004-06-13 22:14:41 +00:00
Richard M. Stallman
a67091f2b3 (Init Syntax): Explain about vars that do special
things when set with setq or with Custom.
(Init Examples): Add line-number-mode example.
2004-06-13 22:08:07 +00:00
Richard M. Stallman
7f2081e390 (sentence-end): Add 0x5397d as close brace. 2004-06-13 22:03:53 +00:00
Richard M. Stallman
e873bbf926 Doc fixes: say "PC Selection mode", not "`pc-selection-mode'". 2004-06-13 22:02:49 +00:00
Richard M. Stallman
1d5c17c0d3 Put `...' around symbols in warning messages. 2004-06-13 22:01:36 +00:00
Richard M. Stallman
5794c45d21 (previous-matching-history-element): Specify a default. 2004-06-13 22:00:17 +00:00
Richard M. Stallman
55391f5e9d (hexl-mode): Catch errors in hexl-goto-address. 2004-06-13 21:58:41 +00:00
Richard M. Stallman
f4db52530a (custom-declare-face): Simplify code. 2004-06-13 21:56:49 +00:00
Richard M. Stallman
38002bffc7 (abbrev-mode, edit-abbrevs-map): Doc fixes. 2004-06-13 21:55:49 +00:00
Richard M. Stallman
bfdd3ac8fd Delete bytecode compilation item. 2004-06-13 21:54:30 +00:00
Luc Teirlinck
25f6295eb3 (before-save-hook): Add `time-stamp' to the options. 2004-06-13 21:32:14 +00:00
Luc Teirlinck
66c6d25eea (time-stamp): Recommend adding it to `before-save-hook', rather than
`write-file-functions'.
Make a similar change in `Commentary' section.
2004-06-13 21:23:24 +00:00
Kai Großjohann
2f9edc8be5 Reindent `diff-current-defun'. 2004-06-13 16:49:55 +00:00
Kai Großjohann
6393ab2a79 (diff-current-defun): If at start of hunk, use
position of first change.
2004-06-13 16:48:44 +00:00
Andreas Schwab
cea5d0d423 (cancel_hourglass_unwind): Return a value.
(modify_event_symbol): Always use %ld for printing EMACS_INT.
(Fexecute_extended_command): Likewise.
2004-06-13 15:35:03 +00:00
Andreas Schwab
474f84d925 (print_object): Always use %ld for printing EMACS_INT. 2004-06-13 15:33:33 +00:00
Andreas Schwab
874757e8ed (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
avoid clashes.
(SYNTAX): Likewise.
(SYNTAX_WITH_FLAGS): Likewise.
(SYNTAX_MATCH): Likewise.
2004-06-13 15:30:31 +00:00
Andreas Schwab
ab229fdd0d (char_quoted): Avoid warning about undefined operation.
(find_defun_start): Likewise.
(scan_lists): Likewise.
(INC_FROM): Likewise.
(scan_sexps_forward): Likewise.
2004-06-13 15:28:55 +00:00
Andreas Schwab
be8c4ce456 Include <ctype.h>. 2004-06-13 15:04:45 +00:00
Andreas Schwab
3ebc09397f (face_attr_equal_p): Declare parameters. 2004-06-13 14:50:07 +00:00
Lars Hansen
c04ebd1d5e *** empty log message *** 2004-06-13 13:39:59 +00:00
Lars Hansen
c408806ae7 (dired-mark-omitted): Update keybinding. 2004-06-13 13:39:31 +00:00
Lars Hansen
7132663819 (dired-mark-omitted): Bind to "*O". 2004-06-13 13:38:14 +00:00
Karl Fogel
037b0a8797 * bookmark.el (bookmark-bmenu-relocate): New function, as
suggested by David J. Biesack <David.Biesack@sas.com>.
  (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
  (bookmark-bmenu-mode): Describe binding in doc string.
  (bookmark-set-filename): Save the bookmark list if it's time.
2004-06-13 01:59:21 +00:00
Kenichi Handa
6fb41b5b77 *** empty log message *** 2004-06-13 00:25:18 +00:00
Kenichi Handa
fd9c3a9780 (CCL_READ_CHAR): If hit EOF, set REG to -1. 2004-06-13 00:22:19 +00:00
Kenichi Handa
064cff0b3d (ccl-decode-mule-utf-8): Fix previous change.
(ccl-untranslated-to-ucs): Fix typo.
2004-06-13 00:21:39 +00:00
Miles Bader
e9b95bbf8a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Yet more build-in-place tweaking of arch tagging
2004-06-12 13:13:44 +00:00