Nick Roberts
3671718b70
*** empty log message ***
2005-11-16 01:01:24 +00:00
Nick Roberts
0b4b288e4a
(gud-stop-subjob): New function.
...
(gud-menu-map, gud-tool-bar-map): Use it.
2005-11-16 00:55:52 +00:00
Stefan Monnier
2fe3d6ec19
(rfn-eshadow-regexp): Remove.
...
(rfn-eshadow-sifn-equal): New function.
(rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2005-11-15 23:02:03 +00:00
Kim F. Storm
7b75b9937c
(gud-menu-map): Let [stop] stop program rather than kill it.
...
(gud-tool-bar-map): Likewise. Move cont/until/finish buttons
to a more useful/logical place.
2005-11-15 22:55:48 +00:00
Kim F. Storm
7ecef1e9dd
*** empty log message ***
2005-11-15 22:55:18 +00:00
Nick Roberts
3525a3ee84
(gud-menu-map): Make visibility of stop and
...
go buttons complementary.
2005-11-15 22:37:49 +00:00
Nick Roberts
18468a1ea7
*** empty log message ***
2005-11-15 22:36:55 +00:00
Richard M. Stallman
aab492b006
*** empty log message ***
2005-11-15 20:15:13 +00:00
Michael Kifer
3cc60763f8
2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
...
* ediff-util (ediff-make-temp-file): use proper file-name-handler
operation
2005-11-15 18:49:33 +00:00
Michael Kifer
54b171c787
2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
...
* viper-utils (viper-non-word-characters-reformed-vi): quote `-' in
string.
* viper.el (viper-emacs-state-mode-list): Ensure that
rcirc-mode buffers come up in Emacs state.
2005-11-15 18:44:30 +00:00
Richard M. Stallman
ef2cb23f1c
*** empty log message ***
2005-11-15 17:26:35 +00:00
Dan Nicolaescu
59c560f76f
(term-termcap-format): Fix typos.
...
(term-down): Fix the negative argument case.
2005-11-15 17:13:22 +00:00
Andreas Schwab
28a099a4aa
(free_float): Make free list chaining aliasing-safe.
...
(make_float): Likewise.
(free_cons): Likewise.
(Fcons): Likewise.
(check_cons_list): Likewise.
(Fmake_symbol): Likewise.
(allocate_misc): Likewise.
(free_misc): Likewise.
(gc_sweep): Likewise.
2005-11-15 13:53:45 +00:00
Andreas Schwab
3a623feeb5
(struct Lisp_Cons): Make cdr a union.
...
(XCDR_AS_LVALUE): Adjust.
(struct Lisp_Float): Make data a union.
(XFLOAT_DATA): Adjust.
2005-11-15 13:53:09 +00:00
Nick Roberts
8014739509
(gud-menu-map, gud-tool-bar-map): Re-define buttons and include new ones.
...
(gud-tool-bar-item-visible-no-fringe): New function.
(gud-menu-map): Use it.
2005-11-15 12:27:29 +00:00
Nick Roberts
ba5ff011a8
Remove face-alias left over from change on
...
2005-08-15.
(gdb-ann3): New command gud-go.
(menu): Accomodate gdb-mi.el.
(gdb-assembler-custom): Make buffer of selected window current
so that set-window-point works.
2005-11-15 12:25:49 +00:00
Nick Roberts
a354cf393b
*** empty log message ***
2005-11-15 12:24:56 +00:00
Nick Roberts
34df62f80e
Make more intuitive.
2005-11-15 11:57:24 +00:00
Nick Roberts
482827dd37
Use a more appropriate variable name.
2005-11-15 11:55:04 +00:00
Nick Roberts
3157080512
Old gud-break icon.
...
Use for interrupting inferior.
2005-11-15 11:53:23 +00:00
Nick Roberts
86d4cc8f0a
Old gud-remove icon.
...
Use for run/continue.
2005-11-15 11:51:18 +00:00
YAMAMOTO Mitsuharu
fc09d07f39
(HASHKEY_QUERY_CACHE): New define.
...
(xrm_create_database, xrm_q_put_resource): Empty query cache.
(xrm_get_resource): Use query cache.
2005-11-15 07:56:27 +00:00
YAMAMOTO Mitsuharu
308a660736
(init_image) [MAC_OS]: Don't call EnterMovies if
...
inhibit_window_system is set.
2005-11-15 03:18:37 +00:00
Luc Teirlinck
12d944296e
(auto-compression-mode): Enable it in a way that works correctly for
...
Custom and that does not override a user who disables it.
2005-11-15 00:07:03 +00:00
Luc Teirlinck
70acba5dda
*** empty log message ***
2005-11-15 00:05:27 +00:00
Luc Teirlinck
e715d9b46f
(help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow):
...
Make hyperlinks for variables that are unbound, but have a non-nil
variable-documentation property.
2005-11-14 23:19:42 +00:00
Luc Teirlinck
7cb1a55105
*** empty log message ***
2005-11-14 23:16:26 +00:00
Luc Teirlinck
156680e2df
(define-derived-mode): Remove defvar for mode hook. (It conflicted
...
with defcustoms for some mode hooks.) Use the `variable-documentation'
property to give the mode hook a docstring and expand that docstring.
2005-11-14 23:05:53 +00:00
Stefan Monnier
2d10b62be6
(savehist-mode): Don't bother with `custom-set-minor-mode.
...
(savehist-coding-system): Check XEmacs version.
(history-length): Declare also at run time.
(savehist-mode): Don't emit a message. Don't run the minor mode hook.
Don't set the customize state.
(savehist-minibuffer-hook): Special case for when
minibuffer-history-variable is equal to t.
2005-11-14 22:30:35 +00:00
Stefan Monnier
8e5c7b90ee
(write-file): Refresh VC status.
2005-11-14 22:19:28 +00:00
Stefan Monnier
2f0e484649
(diary-list-entries, diary-show-all-entries)
...
(mark-diary-entries, make-diary-entry): Check default-major-mode rather
than fundamental-mode to see if the mode was set.
2005-11-14 22:14:23 +00:00
Romain Francoise
670d3fce9d
If `vm-visit-folder' doesn't exist, define it as a dummy function in
...
`eval-when-compile' to avoid compiler warning.
Require `man' at compile time.
2005-11-14 21:04:26 +00:00
Jay Belanger
d0158f7354
(calcFunc-ldiv): Check to see if the first argument is a scalar.
2005-11-14 20:21:40 +00:00
Jay Belanger
431bbd673e
(calc-left-divide): New function.
2005-11-14 20:13:46 +00:00
Jay Belanger
3b2fad43c8
Change calcFunc-writeoutpower and calc-writeoutpower to
...
calcFunc-powerexpand and calc-powerexpand in autoloads.
Add calcFunc-ldiv to autoloads.
2005-11-14 20:13:25 +00:00
Jay Belanger
c431c73028
(calcFunc-write-out-power): Rename calcFunc-powerexpand.
...
(math-write-out-power): Rename math-powerexpand, have it handle
negative exponents.
(calc-writeoutpower): Rename calc-powerexpand.
2005-11-14 20:12:56 +00:00
Jay Belanger
d883348df8
(calcFunc-ldiv): New function.
2005-11-14 20:12:35 +00:00
Juri Linkov
882108c7b3
(custom-make-dependencies): Reverse the list of found dependencies.
2005-11-14 18:28:49 +00:00
Juri Linkov
e46e522524
(custom-variable-prompt): Set the default value arg of completing-read.
2005-11-14 18:28:12 +00:00
Dan Nicolaescu
dea2460818
(menu-bar-options-menu): Delete "Syntax
...
Highlighting" entry, it is on by default now.
(menu-bar-options-save): Do not save global-font-lock-mode.
2005-11-14 16:20:34 +00:00
Dan Nicolaescu
cadb1c906a
(menu-bar-options-menu): Delete "Syntax
...
Highlighting" entry, it is on by default now.
2005-11-14 08:03:59 +00:00
Richard M. Stallman
b8b7c66e1c
(flyspell-large-region): Call flyspell-accept-buffer-local-defs.
...
(flyspell-notify-misspell): Fix misspelling of "Misspelling".
(flyspell-process-localwords): New function.
(flyspell-large-region): Call flyspell-process-localwords and
flyspell-delete-region-overlays.
(flyspell-delete-region-overlays): New function.
(flyspell-delete-all-overlays): Call that.
2005-11-14 04:53:14 +00:00
Richard M. Stallman
7e1b6c2c59
(help-for-help-internal): Improve doc of C-h a.
2005-11-14 04:47:05 +00:00
Stefan Monnier
1508b91a6c
(vc-svn-registered): Catch all errors.
2005-11-14 04:33:03 +00:00
Stefan Monnier
1c32c9d6dc
(custom-make-dependencies): Typo.
2005-11-14 04:18:53 +00:00
Michael Albinus
75b19c394d
* net/tramp-util.el (top): Fix compilation warning.
2005-11-13 22:12:59 +00:00
Kim F. Storm
ccf849afd3
(help-for-help-internal): Fix a' entry. Add d' entry.
2005-11-13 21:25:13 +00:00
Kim F. Storm
8965e9c1b3
*** empty log message ***
2005-11-13 21:25:02 +00:00
Richard M. Stallman
09d04fb3d6
*** empty log message ***
2005-11-13 17:01:38 +00:00
Nick Roberts
6d41699de0
(gud-menu-map): Move parentheses (again).
...
(gud-speedbar-buttons): Match on "const char *" too.
2005-11-13 09:03:36 +00:00