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
Stefan Monnier
afa13c4ab2
(quail-vunion): Remove unexplained nreverse.
2009-04-28 18:58:33 +00:00
Reiner Steib
9cc20f6c21
Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el.
2009-04-28 16:57:53 +00:00
Nick Roberts
4dc5a19d8b
(gdb-tooltip-print): Avoid "Non-X frame used"
...
error with gud-tooltip-mode in the Linux console.
2009-04-28 10:35:41 +00:00
Nick Roberts
a2ced5a9e5
*** empty log message ***
2009-04-28 10:35:08 +00:00
Chong Yidong
bc36ad1c2d
* frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
...
t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2009-04-28 04:07:37 +00:00
Chong Yidong
1b25a57914
Change arg name to make it clear that it's ignored.
2009-04-28 04:02:57 +00:00
Chong Yidong
68a4b77d15
* tooltip.el (tooltip-show-help): Fall back on
...
tooltip-show-help-non-mode for text-only displays.
2009-04-28 02:16:49 +00:00
Jay Belanger
7048562d01
(calc-mode): Replace copy-list' with
copy-sequence'.
2009-04-27 23:12:20 +00:00
Andreas Schwab
2c55aacfb6
* sysdep.c: Include <ctype.h>.
2009-04-27 22:27:55 +00:00
David Reitter
7fa87f63b4
nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out code.
2009-04-27 21:21:31 +00:00
David Reitter
b892d3c9b2
*** empty log message ***
2009-04-27 21:20:55 +00:00
Johan Bockgård
9d0644c40f
(syms_of_keyboard) <input-decode-map>: Doc fix.
2009-04-26 20:55:30 +00:00
Eli Zaretskii
6c4cfaf836
(Tags): Clarify the text some more.
2009-04-26 19:01:24 +00:00
Eli Zaretskii
7be4f7c06d
(Tags): Clarify the text some more.
2009-04-26 18:07:29 +00:00
Chong Yidong
e8025f0e20
Checked tips.texi.
2009-04-26 02:35:48 +00:00
Chong Yidong
4f1e25e2c9
* tips.texi (Coding Conventions): Copyedits. Add xref to Named
...
Features and Coding System Basics. Node that "p" stands for
"predicate". Recommend utf-8-emacs instead of emacs-mule.
(Key Binding Conventions): Emacs does use S-down-mouse-1, for
mouse-appearance-menu.
(Programming Tips): Add xref to Progress.
2009-04-26 02:35:18 +00:00
Jay Belanger
26361eae76
(calc-set-mode-line): Check to make sure that the correct Calc buffer
...
gets "Embed" in the mode line.
(calc-mode): Copy stack list for additional Calc buffers.
2009-04-26 01:39:48 +00:00
Eli Zaretskii
6347c602f2
(Tags): Clarify the text some more.
2009-04-25 21:13:35 +00:00