1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

90159 Commits

Author SHA1 Message Date
Stefan Monnier
c15dfb2982 (frame-list): Clarify which frames are returned. 2009-05-04 19:43:22 +00:00
Stefan Monnier
47f2429031 Add index entry for ?(: 2009-05-04 19:33:10 +00:00
Stefan Monnier
50da4e5637 (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS. 2009-05-04 15:19:43 +00:00
Chong Yidong
c773345a18 * internals.texi (Object Internals): Don't assume 32-bit machines
are the norm.
(Buffer Internals): Consolidate table entries for readability.
2009-05-04 04:07:28 +00:00
Daiki Ueno
2a268ee2c5 (epg-wait-for-completion): Add a comment explaining the reason of the
previous change.
2009-05-04 01:33:32 +00:00
Chong Yidong
22d47d5e2b * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
directly (Bug#2878).
2009-05-04 01:18:11 +00:00
Chong Yidong
734dabe0ec * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
for Solaris compatibility.
* leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris
compatibility.
2009-05-04 01:13:20 +00:00
Juanma Barranquero
2b4e72e1d5 * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
(ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
(ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
(mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
(ns-set-background-alpha, ns-set-foreground-at-mouse)
(ns-set-background-at-mouse): Fix typos in docstrings.
2009-05-03 23:19:35 +00:00
Daiki Ueno
de22b81de3 Fix timing problem of Bug#2412.
(epg-wait-for-completion): Sleep after the process
exits, to allow process-filter to run (Bug#2412).
2009-05-03 22:27:40 +00:00
Daiki Ueno
50f13b3e55 (epa--read-signature-type): Fix typo. 2009-05-03 05:46:08 +00:00
Glenn Morris
1d3c7fd69d (widget-specify-field, widget-field-value-get, character):
Revert 2009-03-24 change, since it causes a more serious problem than
the one it solves.  (Closes Bug#3136, reopens Bug#2689.)
2009-05-02 23:44:00 +00:00
Dan Nicolaescu
51520a1a83 (x_handle_net_wm_state): Move declaration of lval before
any statements.
2009-05-02 20:16:55 +00:00
David Reitter
271736fc41 Substitute references to `ns-extended-platform-support-mode' and revise information about
environment import.
2009-05-02 19:28:41 +00:00
Andreas Schwab
59c4c60fb1 (read_process_output): Make sure the current buffer is
always restored.
2009-05-02 11:54:43 +00:00
Andreas Schwab
409ea3a1dd (record_conversion_result): Don't modify
Vlast_code_conversion_error for successful result.
(alloc_destination): Don't clobber conversion result.  (Bug#1650)
2009-05-02 11:32:42 +00:00
Martin Rudalics
36fc09321b (pop-up-frame-function): Remove choice nil since it
does not represent a valid value.
2009-05-02 08:33:25 +00:00
Chong Yidong
904454509e ldefs-boot.el: Regenerate. 2009-05-01 15:32:34 +00:00
Chong Yidong
b336408c6b Bump version to 23.0.93. 2009-05-01 15:32:01 +00:00
Chong Yidong
22ad8e8378 configure: Regenerate 2009-05-01 15:31:06 +00:00
Chong Yidong
a46a0c4ec1 Regenerate. 2009-05-01 14:37:08 +00:00
Kenichi Handa
896b1cc9c5 (load_charset_map): Remove unnecessary code. 2009-05-01 12:17:06 +00:00
Kenichi Handa
56f00ed262 (load_charset): Reformat X==Y==Z to (X==Y)==Z. 2009-05-01 10:55:46 +00:00
Juanma Barranquero
35f5b1280e Fix typos. 2009-04-30 23:43:51 +00:00
David Reitter
1a1961c361 (ns-make-command-string, ns-grabenv)
(ns-extended-platform-support-mode, menu-bar-ns-file-menu)
(ns-arrange-all-frames, ns-arrange-visible-frames)
(ns-arrange-frames): remove. These functionalities not
available on other (free) platforms will be provided to users
outside the Emacs project in the "ns-platform-support" package.
2009-04-30 18:01:40 +00:00
David Reitter
9250c1e825 *** empty log message *** 2009-04-30 18:00:29 +00:00
David Reitter
5404d04f81 convert_ns_to_X_keysym: define function keys f16 through f24. 2009-04-30 16:52:19 +00:00
David Reitter
4491c9d27b *** empty log message *** 2009-04-30 16:51:50 +00:00
Jason Rumney
ef985b47bb Updated for 23.0.93 2009-04-30 15:32:28 +00:00
Alan Mackenzie
f0e4b2f240 Enhancements for Objective-C:
cc-vars.el
(c-objc-method-arg-min-delta-to-bracket,
c-objc-method-arg-unfinished-offset, c-objc-method-parameter-offset): New
variables.
(c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry for
objc-method-call-cont.

cc-langs.el (c-constant-kwds): New ObjC keywords "YES", "NO",
"NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".

cc-align.el (c-lineup-ObjC-method-call-colons): New function.
2009-04-30 10:36:24 +00:00
Alan Mackenzie
9e95e9f4b5 *** empty log message *** 2009-04-30 10:28:33 +00:00
Kenichi Handa
7d72bb827d (fontset_find_font): Check if rfont_def is Qnil or not. 2009-04-30 07:01:33 +00:00
Chong Yidong
6970f632f1 * xfaces.c (face_at_buffer_position): New arg base_face_id.
* xdisp.c (handle_face_prop): Pass base_face_id of iterator to
face_at_buffer_position.
(face_before_or_after_it_pos, get_next_display_element)
(note_mouse_highlight): Update face_at_buffer_position call.

* term.c (term_mouse_highlight):
* msdos.c (IT_note_mouse_highlight):
* fontset.c (Finternal_char_font):
* font.c (font_at, font_range): Update face_at_buffer_position
call.

* dispextern.h (face_at_buffer_position): Update prototype.
2009-04-30 05:01:57 +00:00
Kenichi Handa
0c616f6342 *** empty log message *** 2009-04-30 04:53:57 +00:00
Kenichi Handa
0ff75233c7 (fontset_find_font): Check if rfont_def is Qnil or not. 2009-04-30 04:41:39 +00:00
Andreas Schwab
ad3aaf330a (Fcall_process): Fix GC protection. Make sure
current buffer is always restored.
2009-04-29 19:55:49 +00:00
Kenichi Handa
9c358bdab1 *** empty log message *** 2009-04-29 08:52:37 +00:00
YAMAMOTO Mitsuharu
7e3386cbfd (create_process): Clean up merger residues of 2008-07-17 change. 2009-04-29 05:15:47 +00:00
Chong Yidong
753bc4f650 * subr.el (assoc-default): Doc fix. 2009-04-29 04:46:15 +00:00
YAMAMOTO Mitsuharu
c3c963a026 (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. 2009-04-29 03:48:58 +00:00
YAMAMOTO Mitsuharu
bcdf96ba42 (init_atimer): Also clear stopped_atimers. 2009-04-29 03:48:38 +00:00
Chong Yidong
544c5fc92a Fix typo. 2009-04-29 03:13:37 +00:00
Chong Yidong
dd44967407 * variables.texi (File Local Variables): Note that read-circle is
bound to nil when reading file-local variables.

* streams.texi (Input Functions): Document read-circle.
(Output Variables): Add xref to Circular Objects.
2009-04-29 03:13:16 +00:00
Chong Yidong
91f68422d6 * files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file): Bind
read-circle to nil before reading.
* lread.c (Vread_circle): New variable.
(read1): Disable recursive read if Vread_circle is nil.
2009-04-29 03:02:54 +00:00
Kenichi Handa
ee87c54998 (set_default_ascii_font): Delete extern. 2009-04-29 01:42:51 +00:00
Kenichi Handa
24b345504c (set_default_ascii_font): Delete this unused function. 2009-04-29 01:42:13 +00:00
Kenichi Handa
518c488187 (x_set_font): When ARG is a font-object, check if the
font-object matches with the ASCII font-spec of the frame's
fontset.  If not, create a new fontset for the frame.
2009-04-29 01:40:57 +00:00
Chong Yidong
1c6bf19606 * progmodes/which-func.el (which-function): Don't assume that
entries from `imenu--index-alist' are ordered by buffer position,
which fails when submenus are present (Bug#3153).
2009-04-28 21:29:47 +00:00
Andreas Schwab
77bf07e14e * fns.c (Flocale_info): Protect vector from GC during decoding.
* process.c (Fstart_process): Protect argv strings from GC during
encoding.
2009-04-28 19:02:26 +00:00
Stefan Monnier
0a56bf8c52 (load-library): Improve docstring. 2009-04-28 19:00:38 +00:00
Stefan Monnier
5bd6620497 (Lisp Libraries): `load-library' does offer completion. 2009-04-28 18:59:18 +00:00