1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

60550 Commits

Author SHA1 Message Date
Lars Hansen
19a9c3b741 (file-regular-p): Doc fix. 2005-11-10 11:57:35 +00:00
Alan Mackenzie
f192689e61 2005-11-10 Alan Mackenzie <acm@muc.de>
* help-fns.el (describe-variable): Make C-h v work when a variable
	has variable documentation yet is unbound.
2005-11-10 08:07:23 +00:00
Masatake YAMATO
af8308ec80 (Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil.
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
2005-11-10 04:49:19 +00:00
Richard M. Stallman
fe8bc3fa17 (apropos-pattern): Renamed from apropos-regexp.
(apropos-orig-pattern): Renamed from apropos-orig-regexp.
All uses changed.

(apropos-rewrite-regexp): Doc fix.
(apropos-variable, apropos-command apropos, apropos-value):
Change prompt; carry through the argument renaming.
2005-11-10 03:18:51 +00:00
Stefan Monnier
1f0bb3e7fe (mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions. 2005-11-10 02:04:56 +00:00
Stefan Monnier
e2dc1f61ad (custom-make-dependencies): Simplify.
Better follow the commenting conventions.
2005-11-10 01:58:55 +00:00
Luc Teirlinck
38fe061250 (CUA Bindings): Add @section. 2005-11-10 01:24:23 +00:00
Luc Teirlinck
b701f6beed *** empty log message *** 2005-11-10 01:23:37 +00:00
Richard M. Stallman
f66e3d41b3 *** empty log message *** 2005-11-09 23:25:06 +00:00
Kim F. Storm
26e8108fe7 Prev link points to CUA Bindings node. 2005-11-09 23:22:30 +00:00
Kim F. Storm
64b8a8f67a (Emulation): Move CUA bindings item to killing.texi. 2005-11-09 23:22:23 +00:00
Kim F. Storm
95a0306cc3 * killing.texi (CUA Bindings): New node. Moved here from
misc.texi and extended with info on rectangle commands and
rectangle highlighting, interface to registers, and the global
mark feature.
2005-11-09 23:22:11 +00:00
Kim F. Storm
318aa7bae1 (Top): Add CUA Bindings entry to menu. 2005-11-09 23:22:03 +00:00
Kim F. Storm
932954d1d8 *** empty log message *** 2005-11-09 23:21:52 +00:00
Kim F. Storm
bd90dcd000 (safe_debug_print): New function to be called from gdb
to print Lisp objects; use valid_lisp_object_p to avoid crashing
if user tries to print something which is not a Lisp object.
2005-11-09 23:14:32 +00:00
Kim F. Storm
cbe3cc9229 (valid_lisp_object_p): Add prototype. 2005-11-09 23:14:19 +00:00
Kim F. Storm
3cd5573537 (valid_lisp_object_p): New function to validate that
an object is really a valid Lisp_Object.
2005-11-09 23:14:12 +00:00
Kim F. Storm
1609a9633f (pp, pp1): Use safe_debug_print.
(pv, pv1): New commands to print value of a lisp variable.
2005-11-09 23:13:56 +00:00
Luc Teirlinck
9c797a34f5 Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
2005-11-09 23:04:46 +00:00
Luc Teirlinck
6e128e3224 *** empty log message *** 2005-11-09 23:02:25 +00:00
Nick Roberts
c69da4c77d (gdb): Make gud-pp use user-defined command pp1. 2005-11-09 20:39:06 +00:00
Nick Roberts
8a3862864a (pp1): New user-defined function. 2005-11-09 20:38:12 +00:00
Nick Roberts
78e5988ddd *** empty log message *** 2005-11-09 20:33:46 +00:00
Jay Belanger
2f884e83d4 (math-pow-fancy): Further expand product of square matrices.
(math-check-known-square-matrixp): Do a more extensive check for
square matrices.
2005-11-09 19:27:29 +00:00
Nick Roberts
5ee476765c (gud-menu-map): Ensure tool-bar is constant when using the speedbar.
(gdb): New command gud-pp.
(gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2005-11-09 10:45:07 +00:00
Nick Roberts
31fa5025bb *** empty log message *** 2005-11-09 10:43:46 +00:00
Nick Roberts
b9a870dd55 New icons. 2005-11-09 10:41:08 +00:00
YAMAMOTO Mitsuharu
f56a5bd8c1 *** empty log message *** 2005-11-09 08:09:29 +00:00
YAMAMOTO Mitsuharu
a7a4eb9549 (C_SWITCH_SYSTEM): Remove -fno-common. 2005-11-09 08:09:01 +00:00
YAMAMOTO Mitsuharu
433456d7a7 (unexec_write_zero): New function.
(copy_data_segment): Clear uninitialized local variables in
statically linked libraries.
2005-11-09 08:08:34 +00:00
YAMAMOTO Mitsuharu
10ae126cfc [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
related variables for dumped executable.
2005-11-09 08:07:59 +00:00
YAMAMOTO Mitsuharu
54eaa188d3 [MAC_OSX] (image_load_quartz2d): Fix memory leak. 2005-11-09 08:07:18 +00:00
YAMAMOTO Mitsuharu
50d710dbcc (shortlisp): Sync with src/Makefile.in. 2005-11-09 08:06:35 +00:00
YAMAMOTO Mitsuharu
d64f470d22 (standard-display-european): Apply changes previously mentioned but
not applied actually.
2005-11-09 08:06:10 +00:00
Juri Linkov
4630ae3202 Fixed a bug where where-is-internal failed to detect when a key is
shadowed by a shorter prefix key.
2005-11-09 07:52:13 +00:00
Juri Linkov
58b6f884c0 *** empty log message *** 2005-11-09 07:49:18 +00:00
Juri Linkov
d35f78c989 (shadow_lookup): If Flookup_key returns a number,
call it again with a sub-key-sequence, and if its return value
is non-nil (sub-key is bound), return nil.
2005-11-09 07:48:38 +00:00
Juri Linkov
8b363e6f08 (occur-excluded-properties): New defcustom.
(occur-1, occur-engine, occur-accumulate-lines): Use it.
2005-11-09 07:41:48 +00:00
Romain Francoise
217d155e3a *** empty log message *** 2005-11-09 06:27:27 +00:00
Jay Belanger
65b62d0acb (math-convert-units): Replace any composite unit by its definition. 2005-11-09 06:02:54 +00:00
Kim F. Storm
675984ede6 (Fsignal_process): Recognize signal names with and
without SIG prefix, e.g. SIGHUP and HUP.
2005-11-08 21:38:37 +00:00
Kim F. Storm
a967ed62bb (search_buffer): No need to initialize base_pat. 2005-11-08 21:38:10 +00:00
Kim F. Storm
1f5f957a3e *** empty log message *** 2005-11-08 21:37:28 +00:00
Lars Hansen
1e0888f5a6 (update-directory-autoloads): Add obsolete function alias. 2005-11-08 20:24:19 +00:00
Stefan Monnier
5a3859e611 (lisp-mode-variables): Don't set comment-indent-function.
(lisp-comment-indent): Replace by an alias for comment-indent-default.
2005-11-08 01:46:37 +00:00
Luc Teirlinck
43d0ed81be (Help Echo): By default, help echos are only shown on mouse-over, not
on point-over.
2005-11-07 23:09:59 +00:00
Luc Teirlinck
caadbbece0 *** empty log message *** 2005-11-07 23:07:06 +00:00
Stefan Monnier
4acbd507ac (reveal-post-command): Rework the handling of
reveal-open-spots, so as to be more reliable.  There were several
tricky corner cases where an open spot might be lost, or where
a closed spot might end up on the list of open spots.
Only reveal text that's ellipsised.
2005-11-07 22:33:31 +00:00
Stefan Monnier
b3910238f4 Add `dedicated' arg to get-lru-window and get-largest-window. 2005-11-07 21:15:17 +00:00
Kim F. Storm
a6cbd53f32 Use local var `b' instead of XBUFFER (w->buffer) also when
accessing member cursor_in_non_selected_windows.
2005-11-07 11:55:20 +00:00