]>
git.eshelyaron.com Git - emacs.git/log
Stefan Monnier [Thu, 17 Nov 2005 02:54:23 +0000 (02:54 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 16 Nov 2005 22:44:53 +0000 (22:44 +0000)]
(easy-menu-intern): Don't define.
(pr-get-symbol): Use easy-menu-intern only if defined.
Stefan Monnier [Wed, 16 Nov 2005 22:43:16 +0000 (22:43 +0000)]
(blink-matching-open): Simplify a bit.
(completion-setup-function): Fix the case of partial-completion-mode
when the minibuffer's contents start with "-".
Obey completion-base-size-function even when
minibuffer-completing-file-name is non-nil.
Richard M. Stallman [Wed, 16 Nov 2005 22:25:16 +0000 (22:25 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 16 Nov 2005 22:23:28 +0000 (22:23 +0000)]
(eudc-ph-open-session): Use set-process-query-on-exit-flag.
Richard M. Stallman [Wed, 16 Nov 2005 22:22:18 +0000 (22:22 +0000)]
(smtpmail-send-it): Use insert-buffer-contents.
Richard M. Stallman [Wed, 16 Nov 2005 22:21:16 +0000 (22:21 +0000)]
(ucs-set-table-for-input):
Use make-local-variable, not make-variable-buffer-local.
Richard M. Stallman [Wed, 16 Nov 2005 22:20:03 +0000 (22:20 +0000)]
(byte-optimize-form-code-walker): Improve warning message text.
Richard M. Stallman [Wed, 16 Nov 2005 22:18:46 +0000 (22:18 +0000)]
(savehist-save-hook): Add :group.
Richard M. Stallman [Wed, 16 Nov 2005 22:17:29 +0000 (22:17 +0000)]
(menu-bar-help-menu): Rename Find Extra Packages to External Packages.
Richard M. Stallman [Wed, 16 Nov 2005 22:15:59 +0000 (22:15 +0000)]
(color): Enclose %t in %{...%}.
Richard M. Stallman [Wed, 16 Nov 2005 22:15:07 +0000 (22:15 +0000)]
(Custom-reset-standard): Verify that
:custom-standard-value prop exists before calling it.
(face): Enclose %t in %{...%}.
Chong Yidong [Wed, 16 Nov 2005 22:12:20 +0000 (22:12 +0000)]
Acknowledge AZ for Emacs icons.
Richard M. Stallman [Wed, 16 Nov 2005 22:11:47 +0000 (22:11 +0000)]
(apropos-calc-scores): Use apropos-pattern.
Stefan Monnier [Wed, 16 Nov 2005 19:05:38 +0000 (19:05 +0000)]
(url-insert-file-contents): Use the charset info
provided by the HTTP server, if any.
Stefan Monnier [Wed, 16 Nov 2005 18:39:15 +0000 (18:39 +0000)]
(readevalloop): Add missing GCPROs.
Stefan Monnier [Wed, 16 Nov 2005 18:39:00 +0000 (18:39 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 16 Nov 2005 18:11:34 +0000 (18:11 +0000)]
(Minor Mode Conventions): Use custom-set-minor-mode.
(Minor Mode Conventions): Mention the use of a hook.
Stefan Monnier [Wed, 16 Nov 2005 17:20:25 +0000 (17:20 +0000)]
(savehist-mode-hook): Re-add the var.
(savehist-mode): Use it.
Stefan Monnier [Wed, 16 Nov 2005 17:14:37 +0000 (17:14 +0000)]
(Minor Mode Conventions): Use custom-set-minor-mode.
Stefan Monnier [Wed, 16 Nov 2005 17:00:29 +0000 (17:00 +0000)]
Fix commenting convention. Remove unnecessary leading * in custom docstrings.
(flyspell-emacs): Remove unused var.
(flyspell-accept-buffer-local-defs): Use save-current-buffer.
(flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
(flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
(flyspell-debug-signal-word-checked): Use with-current-buffer.
(make-flyspell-overlay): Don't locally reuse a global name.
(flyspell-highlight-incorrect-region)
(flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
(flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
(flyspell-notify-misspell): Remove unused args `start' and `end'.
(flyspell-word): Adjust call accordingly. Use ispell-send-string.
Wrap calls to accept-process-output inside with-local-quit since it's
often called from a post-command-hook.
(flyspell-correct-word, flyspell-auto-correct-word): Use ispell-send-string.
(flyspell-xemacs-popup): Remove unused arg `event'. Update call.
Chong Yidong [Wed, 16 Nov 2005 16:38:48 +0000 (16:38 +0000)]
* xfns.c (xg_set_icon_from_xpm_data): New function.
* gnu.h (gnu_xpm_bits): Renamed from gnu_bits.
(gnu_xbm_bits): Renamed from gnu_bits (xbm version).
* xterm.c (x_bitmap_icon): Use the xpm if available.
Stefan Monnier [Wed, 16 Nov 2005 16:07:47 +0000 (16:07 +0000)]
(flyspell-delete-region-overlays): Use remove-overlays.
Stefan Monnier [Wed, 16 Nov 2005 16:04:29 +0000 (16:04 +0000)]
(diary-list-entries): Also hide the terminating newline.
Chong Yidong [Wed, 16 Nov 2005 16:03:26 +0000 (16:03 +0000)]
Revert accidental corruption of xbm image.
Chong Yidong [Wed, 16 Nov 2005 15:16:24 +0000 (15:16 +0000)]
Tweak image.
Carsten Dominik [Wed, 16 Nov 2005 13:42:58 +0000 (13:42 +0000)]
(reftex-use-fonts): removed the check for
window-system, to allow fonts on tty.
Carsten Dominik [Wed, 16 Nov 2005 13:42:38 +0000 (13:42 +0000)]
*** empty log message ***
Chong Yidong [Wed, 16 Nov 2005 13:38:25 +0000 (13:38 +0000)]
initialize XpmAttributes
Nick Roberts [Wed, 16 Nov 2005 11:26:34 +0000 (11:26 +0000)]
(gud-speedbar-item-info): New function.
(gud-install-speedbar-variables): Use it to display data types
of watch expression as tooltips in speedbar.
Nick Roberts [Wed, 16 Nov 2005 11:25:18 +0000 (11:25 +0000)]
*** empty log message ***
Chong Yidong [Wed, 16 Nov 2005 06:35:28 +0000 (06:35 +0000)]
Meh. Use the 32x32 version.
Chong Yidong [Wed, 16 Nov 2005 06:15:35 +0000 (06:15 +0000)]
USe 24x24 xpm icon
Chong Yidong [Wed, 16 Nov 2005 05:49:18 +0000 (05:49 +0000)]
* gnu.h (gnu_bits): Xpm version of the new Emacs icon.
* xterm.c (x_bitmap_icon): Use the xpm if available.
* image.c (x_create_bitmap_from_xpm_data): New function.
Luc Teirlinck [Wed, 16 Nov 2005 05:02:40 +0000 (05:02 +0000)]
(file-name-shadow-properties, file-name-shadow-tty-properties)
(file-name-shadow, file-name-shadow-mode): Add :version keyword.
Luc Teirlinck [Wed, 16 Nov 2005 04:59:07 +0000 (04:59 +0000)]
*** empty log message ***
Luc Teirlinck [Wed, 16 Nov 2005 04:53:15 +0000 (04:53 +0000)]
*** empty log message ***
Luc Teirlinck [Wed, 16 Nov 2005 04:06:52 +0000 (04:06 +0000)]
(auto-compression-mode): Add :version keyword, because default was changed.
Luc Teirlinck [Wed, 16 Nov 2005 04:04:58 +0000 (04:04 +0000)]
Whitespace change.
Luc Teirlinck [Wed, 16 Nov 2005 03:58:28 +0000 (03:58 +0000)]
*** empty log message ***
Luc Teirlinck [Wed, 16 Nov 2005 03:52:35 +0000 (03:52 +0000)]
(global-font-lock-mode): Add :version keyword, because default was changed.
Luc Teirlinck [Wed, 16 Nov 2005 03:48:45 +0000 (03:48 +0000)]
(file-name-shadow-mode): Undo last change; the file itself is new in 22.1.
Luc Teirlinck [Wed, 16 Nov 2005 03:44:17 +0000 (03:44 +0000)]
(file-name-shadow-mode): Set :version to "22.1", because default was changed.
Luc Teirlinck [Wed, 16 Nov 2005 02:42:57 +0000 (02:42 +0000)]
*** empty log message ***
Luc Teirlinck [Wed, 16 Nov 2005 02:38:24 +0000 (02:38 +0000)]
(lisp, shortlisp): Add rfn-eshadow.
Luc Teirlinck [Wed, 16 Nov 2005 02:30:58 +0000 (02:30 +0000)]
(command-line): Use `custom-reevaluate-setting' for `file-name-shadow-mode'.
Luc Teirlinck [Wed, 16 Nov 2005 02:26:37 +0000 (02:26 +0000)]
Preload rfn-eshadow.
Luc Teirlinck [Wed, 16 Nov 2005 02:25:19 +0000 (02:25 +0000)]
(file-name-shadow-mode): Set :init-value to t.
Luc Teirlinck [Wed, 16 Nov 2005 02:02:03 +0000 (02:02 +0000)]
(custom-add-parent-links): Fix bug whereby, for instance,
`(fringe custom-face)' shadowed `(fringe custom-group)'
in the custom-group property of the symbol frames and the
fringe group got no link to its parent group frames.
Doc fix.
Nick Roberts [Wed, 16 Nov 2005 01:03:35 +0000 (01:03 +0000)]
Make SIGTSTP work like SIGINT normally does.
Nick Roberts [Wed, 16 Nov 2005 01:01:24 +0000 (01:01 +0000)]
*** empty log message ***
Nick Roberts [Wed, 16 Nov 2005 00:55:52 +0000 (00:55 +0000)]
(gud-stop-subjob): New function.
(gud-menu-map, gud-tool-bar-map): Use it.
Stefan Monnier [Tue, 15 Nov 2005 23:02:03 +0000 (23:02 +0000)]
(rfn-eshadow-regexp): Remove.
(rfn-eshadow-sifn-equal): New function.
(rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
Kim F. Storm [Tue, 15 Nov 2005 22:55:48 +0000 (22:55 +0000)]
(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.
Kim F. Storm [Tue, 15 Nov 2005 22:55:18 +0000 (22:55 +0000)]
*** empty log message ***
Nick Roberts [Tue, 15 Nov 2005 22:37:49 +0000 (22:37 +0000)]
(gud-menu-map): Make visibility of stop and
go buttons complementary.
Nick Roberts [Tue, 15 Nov 2005 22:36:55 +0000 (22:36 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 15 Nov 2005 20:15:13 +0000 (20:15 +0000)]
*** empty log message ***
Michael Kifer [Tue, 15 Nov 2005 18:49:33 +0000 (18:49 +0000)]
2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-util (ediff-make-temp-file): use proper file-name-handler
operation
Michael Kifer [Tue, 15 Nov 2005 18:44:30 +0000 (18:44 +0000)]
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.
Richard M. Stallman [Tue, 15 Nov 2005 17:26:35 +0000 (17:26 +0000)]
*** empty log message ***
Dan Nicolaescu [Tue, 15 Nov 2005 17:13:22 +0000 (17:13 +0000)]
(term-termcap-format): Fix typos.
(term-down): Fix the negative argument case.
Andreas Schwab [Tue, 15 Nov 2005 13:53:45 +0000 (13:53 +0000)]
(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.
Andreas Schwab [Tue, 15 Nov 2005 13:53:09 +0000 (13:53 +0000)]
(struct Lisp_Cons): Make cdr a union.
(XCDR_AS_LVALUE): Adjust.
(struct Lisp_Float): Make data a union.
(XFLOAT_DATA): Adjust.
Nick Roberts [Tue, 15 Nov 2005 12:27:29 +0000 (12:27 +0000)]
(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.
Nick Roberts [Tue, 15 Nov 2005 12:25:49 +0000 (12:25 +0000)]
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.
Nick Roberts [Tue, 15 Nov 2005 12:24:56 +0000 (12:24 +0000)]
*** empty log message ***
Nick Roberts [Tue, 15 Nov 2005 11:57:24 +0000 (11:57 +0000)]
Make more intuitive.
Nick Roberts [Tue, 15 Nov 2005 11:55:04 +0000 (11:55 +0000)]
Use a more appropriate variable name.
Nick Roberts [Tue, 15 Nov 2005 11:53:23 +0000 (11:53 +0000)]
Old gud-break icon.
Use for interrupting inferior.
Nick Roberts [Tue, 15 Nov 2005 11:51:18 +0000 (11:51 +0000)]
Old gud-remove icon.
Use for run/continue.
YAMAMOTO Mitsuharu [Tue, 15 Nov 2005 07:56:27 +0000 (07:56 +0000)]
(HASHKEY_QUERY_CACHE): New define.
(xrm_create_database, xrm_q_put_resource): Empty query cache.
(xrm_get_resource): Use query cache.
YAMAMOTO Mitsuharu [Tue, 15 Nov 2005 03:18:37 +0000 (03:18 +0000)]
(init_image) [MAC_OS]: Don't call EnterMovies if
inhibit_window_system is set.
Luc Teirlinck [Tue, 15 Nov 2005 00:07:03 +0000 (00:07 +0000)]
(auto-compression-mode): Enable it in a way that works correctly for
Custom and that does not override a user who disables it.
Luc Teirlinck [Tue, 15 Nov 2005 00:05:27 +0000 (00:05 +0000)]
*** empty log message ***
Luc Teirlinck [Mon, 14 Nov 2005 23:19:42 +0000 (23:19 +0000)]
(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.
Luc Teirlinck [Mon, 14 Nov 2005 23:16:26 +0000 (23:16 +0000)]
*** empty log message ***
Luc Teirlinck [Mon, 14 Nov 2005 23:05:53 +0000 (23:05 +0000)]
(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.
Stefan Monnier [Mon, 14 Nov 2005 22:30:35 +0000 (22:30 +0000)]
(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.
Stefan Monnier [Mon, 14 Nov 2005 22:19:28 +0000 (22:19 +0000)]
(write-file): Refresh VC status.
Stefan Monnier [Mon, 14 Nov 2005 22:14:23 +0000 (22:14 +0000)]
(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.
Romain Francoise [Mon, 14 Nov 2005 21:04:26 +0000 (21:04 +0000)]
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.
Jay Belanger [Mon, 14 Nov 2005 20:21:40 +0000 (20:21 +0000)]
(calcFunc-ldiv): Check to see if the first argument is a scalar.
Jay Belanger [Mon, 14 Nov 2005 20:13:46 +0000 (20:13 +0000)]
(calc-left-divide): New function.
Jay Belanger [Mon, 14 Nov 2005 20:13:25 +0000 (20:13 +0000)]
Change calcFunc-writeoutpower and calc-writeoutpower to
calcFunc-powerexpand and calc-powerexpand in autoloads.
Add calcFunc-ldiv to autoloads.
Jay Belanger [Mon, 14 Nov 2005 20:12:56 +0000 (20:12 +0000)]
(calcFunc-write-out-power): Rename calcFunc-powerexpand.
(math-write-out-power): Rename math-powerexpand, have it handle
negative exponents.
(calc-writeoutpower): Rename calc-powerexpand.
Jay Belanger [Mon, 14 Nov 2005 20:12:35 +0000 (20:12 +0000)]
(calcFunc-ldiv): New function.
Juri Linkov [Mon, 14 Nov 2005 18:28:49 +0000 (18:28 +0000)]
(custom-make-dependencies): Reverse the list of found dependencies.
Juri Linkov [Mon, 14 Nov 2005 18:28:12 +0000 (18:28 +0000)]
(custom-variable-prompt): Set the default value arg of completing-read.
Dan Nicolaescu [Mon, 14 Nov 2005 16:20:34 +0000 (16:20 +0000)]
(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.
Dan Nicolaescu [Mon, 14 Nov 2005 08:03:59 +0000 (08:03 +0000)]
(menu-bar-options-menu): Delete "Syntax
Highlighting" entry, it is on by default now.
Richard M. Stallman [Mon, 14 Nov 2005 04:53:14 +0000 (04:53 +0000)]
(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.
Richard M. Stallman [Mon, 14 Nov 2005 04:47:05 +0000 (04:47 +0000)]
(help-for-help-internal): Improve doc of C-h a.
Stefan Monnier [Mon, 14 Nov 2005 04:33:03 +0000 (04:33 +0000)]
(vc-svn-registered): Catch all errors.
Stefan Monnier [Mon, 14 Nov 2005 04:18:53 +0000 (04:18 +0000)]
(custom-make-dependencies): Typo.
Michael Albinus [Sun, 13 Nov 2005 22:12:59 +0000 (22:12 +0000)]
* net/tramp-util.el (top): Fix compilation warning.
Kim F. Storm [Sun, 13 Nov 2005 21:25:13 +0000 (21:25 +0000)]
(help-for-help-internal): Fix `a' entry. Add `d' entry.
Kim F. Storm [Sun, 13 Nov 2005 21:25:02 +0000 (21:25 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 13 Nov 2005 17:01:38 +0000 (17:01 +0000)]
*** empty log message ***
Nick Roberts [Sun, 13 Nov 2005 09:03:36 +0000 (09:03 +0000)]
(gud-menu-map): Move parentheses (again).
(gud-speedbar-buttons): Match on "const char *" too.