1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

59646 commits

Author SHA1 Message Date
Romain Francoise
1fdecd0cd4 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-valid-entry-whitespace-re): Do not
	match newline.
	(bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
	(bibtex-summary): remove unnecessary save-excursion.
	(bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2005-10-01 20:09:23 +00:00
Jason Rumney
95f7628455 (set-version): Set version numbers in nt/emacs.rc. 2005-10-01 12:51:42 +00:00
YAMAMOTO Mitsuharu
ddcb766578 *** empty log message *** 2005-10-01 11:12:06 +00:00
YAMAMOTO Mitsuharu
c3bd8190a2 (mac_draw_string_common, x_per_char_metric)
(mac_compute_glyph_string_overhangs, init_font_name_table)
(XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
(atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
(x_draw_glyph_string_background)
(x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
XDrawImageString.  Always draw background and foreground separately.
(x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
functions for one-byte chars when using ATSUI-compatible fonts.
(atsu_font_id_hash) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
(XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
max_char_or_byte2 more in detail.
(quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
2005-10-01 11:11:32 +00:00
YAMAMOTO Mitsuharu
04904a238e (struct _XCharStruct): New member valid_p.
(STORE_XCHARSTRUCT): Set valid_p.
(struct MacFontStruct) [USE_ATSUI]: New member mac_style.
2005-10-01 11:09:44 +00:00
YAMAMOTO Mitsuharu
aa27f1e712 (start_hourglass): Apply 2005-05-07 change for xfns.c.
(x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code.
(Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: Try
ATSUI-compatible 12pt Monaco font first.
2005-10-01 11:09:09 +00:00
YAMAMOTO Mitsuharu
9e4239ea12 (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. 2005-10-01 11:08:25 +00:00
YAMAMOTO Mitsuharu
8de786ae2b Add charset info for "iso10646-1". Modify default fontset to use
ATSUI-compatible fonts for some charsets if available.
2005-10-01 11:07:39 +00:00
Stefan Monnier
c615a00cda (mm-inline-media-tests): Check presence of the diff-mode
function rather than the diff-mode.el package.
(mm-display-external): Use with-current-buffer.
(mm-viewer-completion-map, mm-viewer-completion-map):
Move initialization inside declaration.
2005-10-01 04:00:50 +00:00
Stefan Monnier
ff48d32d0c *** empty log message *** 2005-10-01 03:44:23 +00:00
Chong Yidong
35d884a99e * speedbar.el: Re-apply arch tag.
(speedbar-version): Renamed to version 1.0.  Suggested by Eric
	M. Ludlam.
	Reapply two changes from Emacs CVS' version of speedbar lost
	during the merge:
	(speedbar-use-imenu-flag): Avoid unnecessary use of
	locate-library.
	(speedbar-frame-parameters): Improve customize type.
2005-10-01 03:01:42 +00:00
Dan Nicolaescu
fa8459a34e * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
type.
* xterm.c (handle_one_xevent, handle_one_xevent): Likewise.

* unexelf.c (fatal): Fix prototype.

* term.c (fatal): Implement using varargs.

* regex.c (re_char): Move typedef ...
* regex.h (re_char): ... here.
(re_iswctype, re_wctype, re_set_whitespace_regexp): New
prototypes.

* emacs.c (malloc_set_state): Fix return type.
(endif): Fix type.

* lisp.h (fatal): Add argument types.

* dispextern.h (fatal): Delete prototype.

* systime.h: (make_time): Prototype moved from ...
* editfns.c (make_time): ... here.

* editfns.c: Move systime.h include after lisp.h.
* dired.c:
* xsmfns.c:
* process.c: Likewise.

* alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
Add parameter types.
(__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
(emacs_blocked_free): Change definition to match __free_hook.
(emacs_blocked_malloc): Change definition to match __malloc_hook.
(emacs_blocked_realloc): Change definition to match
__realloc_hook.
2005-09-30 22:38:16 +00:00
Dan Nicolaescu
b17f937955 Move systime.h include after lisp.h.
(make_time): Move prototype from systime.h.
2005-09-30 22:38:16 +00:00
Stefan Monnier
3bd1644e75 (ange-ftp-gwp-start): Use with-current-buffer.
(ange-ftp-file-directory-p): Fix the symlink case.
(ange-ftp-insert-directory): When listing a single file, get a list of
the parent buffer and extract the relevant line.  Inspired from a patch by
Katsumi Yamaoka <yamaoka@jpl.org>.
(ange-ftp-file-name-sans-versions): Simplify.
2005-09-30 21:04:56 +00:00
Bill Wohler
c8be3cbacd Convert did a nasty job on the image.
Cut and paste within the Gimp worked much better.
2005-09-30 19:48:12 +00:00
Bill Wohler
c2e5957160 2005-09-30 Bill Wohler <wohler@newt.com>
* images/refresh.*: Use GNOME 2.10's refresh icon.

	* images/README: New file that indicates which icons came from
	GNOME (see lisp/toolbar/README).
2005-09-30 19:21:12 +00:00
Romain Francoise
dc42e0199c Fixup whitespace. 2005-09-30 18:41:26 +00:00
Romain Francoise
97c3e4cc37 (High-Level Completion): Explain that the prompt
given to `read-buffer' should end with a colon and a space.
Update usage examples.
2005-09-30 18:30:10 +00:00
Romain Francoise
42b5e85ecd (Minibuffer): The default value now appears before the colon in
minibuffer prompts.
2005-09-30 18:29:18 +00:00
Romain Francoise
b6473e48e5 Mention changes to `read-buffer'. 2005-09-30 18:28:47 +00:00
Bill Wohler
c727526be9 2005-09-30 Bill Wohler <wohler@newt.com>
Moved MH-E image files from toolbar and mail directories into
	etc/images.

	* mail/reply2.*: Moved to etc/images/mail/reply*.

	* toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
	* toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to
	etc/images.

	* toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
	* toolbar/reply*: Moved to etc/images/mail.

	* toolbar/rescan.*: Moved and renamed to etc/images/refresh.*.

	* mh-e/mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from)
	(mh-tool-bar-reply-to, mh-tool-bar-reply-all)
	(mh-alias-grab-from-field, mh-pack-folder): Image files moved to
	etc/images/mail so added "mail/" prefix.
	(mh-reply): Ditto. Also renamed reply2.* to reply.*.
	(mh-rescan-folder): Ditto. Renamed image file to refresh.* since
	it can be used in the general sense. Does not have "mail/" prefix.
2005-09-30 17:48:04 +00:00
Chong Yidong
73d29ec994 Removed files. New speedbar image files are in etc/images/ezimage 2005-09-30 13:20:57 +00:00
Chong Yidong
7cfc18c4c6 * dframe.el: New file. 2005-09-30 13:18:43 +00:00
Chong Yidong
58bd8bf966 * speedbar.el: New version 1.0pre3.
* ezimage.el, sb-image.el: New files.

	* sb-*.xpm: Files removed.  New image files installed into
	etc/images/ezimage.
2005-09-30 13:15:10 +00:00
Chong Yidong
a0292bb560 * images/ezimage: New directory.
* images/ezimage/*.xpm: Add images used by speedbar.el.
2005-09-30 13:11:14 +00:00
Chong Yidong
b046f814a0 Images used by speedbar.el. 2005-09-30 13:09:58 +00:00
Kenichi Handa
070860c37a (ps-mule-show-warning): If a character is in
ps-print-translation-table, don't treat it as non-printable.
2005-09-30 07:01:40 +00:00
David Ponce
01c5577a87 (tree-widget-themes-load-path): New variable.
(tree-widget-themes-directory): Doc fix.
(tree-widget-image-formats) [Emacs]: Doc fix.
(tree-widget--locate-sub-directory): New function.
(tree-widget-themes-directory): Use it.
2005-09-30 06:28:53 +00:00
David Ponce
50a9d14ad2 *** empty log message *** 2005-09-30 06:28:17 +00:00
David Ponce
6d0bcf3c0d Update recentf changes. 2005-09-30 06:20:24 +00:00
David Ponce
ad8b6d89ef (recentf-filename-handlers): Rename from
`recentf-filename-handler'.  Allow a list of functions.
(recentf-menu-items-for-commands): Fix :help strings.
(recentf-apply-filename-handlers): New function.
(recentf-expand-file-name): Use it.
(recentf-cleanup): Remove duplicates too.
2005-09-30 06:18:55 +00:00
David Ponce
6aabfecf99 *** empty log message *** 2005-09-30 06:18:32 +00:00
Miles Bader
a33704bbe8 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 128)

   - Update from CVS

2005-09-28  Simon Josefsson  <jas@extundo.com>

   * etc/GNUS-NEWS: Fix IDNA notes.

2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el: Remove useless autoloads.

2005-09-28  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/message.el (message-use-idna): Default to t.
   (message-use-idna): Test whether encoding works too.  Doc fix.

2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-warn-about-losing-connection): Remove.

2005-09-28  Simon Josefsson  <jas@extundo.com>

   * man/message.texi (IDNA): Fix.

2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
   nntp-server-hook, and nntp-warn-about-losing-connection; fix
   description of nntp-open-connection-function.
   (Common Variables): Fix descriptions.
2005-09-30 03:03:53 +00:00
Juri Linkov
8ad8c5ce6b *** empty log message *** 2005-09-29 23:41:36 +00:00
Juri Linkov
1c145ce1bd (Displaying Messages): Rename argument name string' to format-string'
in functions `message', `message-box', `message-or-box'.
2005-09-29 23:41:05 +00:00
Juri Linkov
867b9600bb (Fmessage, Fmessage_box, Fmessage_or_box):
Rename argument name `string' to `format-string'.
(Fformat): Doc fix.
2005-09-29 23:28:48 +00:00
Juri Linkov
2a56faf14c Remove duplicate entries. 2005-09-29 23:14:57 +00:00
Juri Linkov
477ca0e891 (custom-buffer-sort-alphabetically): Default to nil. 2005-09-29 23:03:32 +00:00
Juri Linkov
fa6674e31f (vhdl-font-lock-prompt-face)
(vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
(vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-font-lock-translate-off-face, syntax-alist): Remove group
`font-lock-highlighting-faces'.
2005-09-29 22:58:48 +00:00
Juri Linkov
da7422052c (compilation-error, compilation-warning)
(compilation-info, compilation-line-number, compilation-column-number):
Change group from `font-lock-highlighting-faces' to `compilation'.
2005-09-29 22:57:28 +00:00
Juri Linkov
2a8f2d4c09 (Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'. 2005-09-29 22:56:45 +00:00
Juri Linkov
daf96a41a4 (tooltip): Add group `basic-faces'. 2005-09-29 22:56:22 +00:00
Juri Linkov
92cc4a3031 (isearch, lazy-highlight): Add group `basic-faces'. 2005-09-29 22:55:53 +00:00
Juri Linkov
51d44a3681 Rearrange face definitions to be in the same order as
their face descriptions in "(emacs)Standard Faces".
2005-09-29 22:55:13 +00:00
Jason Rumney
49770e529e Update version numbers 2005-09-29 21:55:22 +00:00
Kim F. Storm
fc3c954c5e *** empty log message *** 2005-09-29 08:28:05 +00:00
Kim F. Storm
7266210374 Set CUA move property on additional commands:
up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
forward-sexp backward-sexp, forward-list, backward-list
2005-09-28 19:16:44 +00:00
Kim F. Storm
1add901021 *** empty log message *** 2005-09-28 19:16:14 +00:00
Romain Francoise
07f1355e6d (comint-show-output): Really set point at the beginning of the output
when not using `comint-use-prompt-regexp'.
2005-09-28 17:47:00 +00:00
Kim F. Storm
0f4aca467e (gif_load): Fix size of allocated image buffer
for images where a sub-image may be larger than the image's
total height/width specifications.
2005-09-28 10:48:20 +00:00