1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

60538 commits

Author SHA1 Message Date
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
Carsten Dominik
9fe0d191bb (org-export-as-html): Removed bogus (debug) form. 2005-11-07 10:57:10 +00:00
Carsten Dominik
b58b00ca71 *** empty log message *** 2005-11-07 10:56:50 +00:00
John Paul Wallington
fab0d3087e (ibuffer): Search iconified frames too when getting Ibuffer buffer's window. 2005-11-07 01:30:29 +00:00
Richard M. Stallman
fda12b27a9 *** empty log message *** 2005-11-07 01:28:15 +00:00
Richard M. Stallman
a421836687 (Magic File Names): find-file-name-handler checks the
`operations' property of the handler.
2005-11-07 01:07:56 +00:00
Richard M. Stallman
d21d2c23ac (flyspell-external-point-words):
flyspell-get-word returns a list, not just a string.
2005-11-07 00:50:01 +00:00
Richard M. Stallman
8dfb3e1610 (compilation-internal-error-properties):
save-excursion around the computation of MARKER.
2005-11-07 00:49:17 +00:00
John Paul Wallington
9514fb7f5e (ibuffer): Search all visible frames when getting Ibuffer buffer's window. 2005-11-06 21:09:09 +00:00
Jan Djärv
ca09521cf1 Adjust baseline 2005-11-06 20:38:45 +00:00
Jan Djärv
32087ea326 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
* images/save.xpm, images/save.pbm, images/low-color/save.xpm:
 Adjust baseline.
2005-11-06 20:37:12 +00:00
Kim F. Storm
c660a32238 *** empty log message *** 2005-11-06 19:51:51 +00:00
Masatake YAMATO
30abc4f43e Improve man -k support.
(Man-reference-regexp): Accpet spaces between
`Man-name-regexp' and `Man-section-regexp'.
(Man-apropos-regexp): New variable.
(Man-abstract-xref-man-page): Use value for `Man-target-string'
if available.
(Man-highlight-references, Man-highlight-references0): Handle
the case when `Man-arguments' includes "-k".
(Man-highlight-references0): Rename the argument `TARGET-POS' to
`TARGET'. `TARGET' can be a number, function or nil.
2005-11-06 18:01:34 +00:00