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

90113 Commits

Author SHA1 Message Date
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
Chong Yidong
624a662f9a * simple.el (line-move-visual): If point is stuck moving backwards
against a display string, temporarily ignore the goal
column (Bug#3020).
2009-04-25 15:27:45 +00:00
Chong Yidong
af17b9836b Add comment for last change. 2009-04-25 14:43:35 +00:00
Chong Yidong
7bbec45b62 * configure: Regenerate.
* configure.in: Disable use of FreeType without libXft.
2009-04-25 14:36:01 +00:00
Chong Yidong
4a0c006124 * startup.el (normal-top-level): Implement a work-around to handle
changes to face-font-rescale-alist during initialization (Bug#1785).
2009-04-25 14:25:06 +00:00
Eli Zaretskii
3eb92ec0f1 (Tags): Fix last change. 2009-04-25 07:22:50 +00:00
Eli Zaretskii
f1a4788495 (Tags): Clarify text. (Bug#3101) 2009-04-25 07:19:58 +00:00
Jason Rumney
b7053016e4 (clear_cached_metrics): Remove, unused since 2008-08-02. 2009-04-25 06:11:46 +00:00
Chong Yidong
ddc1fc75df Regenerate. 2009-04-25 01:40:35 +00:00
YAMAMOTO Mitsuharu
4e8231f3a1 (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
Swap bytes in short integer if fringe bitmap width > 8.
2009-04-25 00:26:34 +00:00
Michael Albinus
65a099b679 * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
(tramp-handle-file-name-all-completions): Don't use "-b" as ls
arg.  It does not work on OpenBSD.  Reported by Taylor Venable
<taylor@metasyntax.net>.
2009-04-24 13:54:50 +00:00
Juanma Barranquero
b71ac3dd2a Fix typos. 2009-04-24 00:57:34 +00:00
Juanma Barranquero
a94b978f91 Fix typos. 2009-04-24 00:46:01 +00:00
Chong Yidong
f6b94faa6e Revert incorrect checkin. 2009-04-23 12:22:19 +00:00
Chong Yidong
474749510e * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
(hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
2009-04-23 01:34:54 +00:00
Kenichi Handa
493dcf2c9b (Fx_list_fonts): If a font size is specified in PATTERN, set it in
returned scalable fonts.
2009-04-23 01:34:15 +00:00
Daiki Ueno
7f3bc720a8 (Security): Mention that EasyPG is the current default. 2009-04-22 07:34:17 +00:00
Chong Yidong
708e05dc7a * keyboard.c (Fset_input_meta_mode): Doc fix.
* dispnew.c (Fsend_string_to_terminal): Doc fix.

* data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
fixes.

* coding.c (Fterminal_coding_system): Doc fix.

* xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_planes)
(Fx_display_color_cells, Fx_server_max_request_size)
(Fx_server_vendor, Fx_server_version, Fx_display_screens)
(Fx_display_mm_height, Fx_display_mm_width)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
fixes, replacing "terminal id" with "terminal object".
(check_x_display_info): Handle terminal objects instead of
terminal ids.
2009-04-22 04:32:21 +00:00
Chong Yidong
d8da53851b Checked os.texi. 2009-04-22 04:23:09 +00:00
Chong Yidong
b2c5a635a6 Update documentation status. 2009-04-22 04:22:20 +00:00
Chong Yidong
dca019f859 * os.texi (Command-Line Arguments): Document
command-line-args-left.
(Suspending Emacs): Adapt text to multi-tty case.  Document use of
terminal objects for tty arguments.
(Startup Summary): Add xref to Session Management.
(Session Management): Mention emacs-session-restore.  Copyedits.
2009-04-22 04:21:39 +00:00
Chong Yidong
fdc496e7d1 * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
replacing "terminal id" with "terminal object".
2009-04-22 03:51:25 +00:00
Chong Yidong
401e9e5757 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
(Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
(Fresume_tty): Doc fixes, replacing "terminal id" with "terminal
object".
2009-04-22 03:43:06 +00:00
Chong Yidong
e0c3684aca Minor comment fix. 2009-04-22 03:37:30 +00:00
Chong Yidong
5222de6298 Documented initial-buffer-choice. 2009-04-22 01:29:46 +00:00
Chong Yidong
be77bd4536 * entering.texi (Entering Emacs): Document initial-buffer-choice.
* building.texi (Lisp Interaction): Document initial-scratch-message.
2009-04-22 01:29:25 +00:00
Juanma Barranquero
5a8f12af67 Add bug reference. 2009-04-21 12:03:46 +00:00
Kenichi Handa
c0a6070d60 (font_score): Check AVGWIDTH too. 2009-04-21 07:30:00 +00:00
Martin Rudalics
19a4c5043a Fix bug number in comment. 2009-04-21 07:19:01 +00:00