Glenn Morris
7a2feca1f0
Add some new stuff, and fix dates of merge entries.
2008-04-24 05:51:31 +00:00
Glenn Morris
d6ece7c281
Fix some comment typos.
2008-04-24 05:50:41 +00:00
Glenn Morris
7ef39c6e10
Add bug-reference.el, goto-address.el.
2008-04-24 05:49:36 +00:00
Glenn Morris
871968cac1
Tom Tromey <tromey at redhat.com>: New file.
2008-04-24 05:49:09 +00:00
Glenn Morris
2cbee4c59c
Tom Tromey <tromey at redhat.com>
...
(goto-address-unfontify): New function.
(goto-address-fontify): Use it. Respect goto-address-prog-mode.
(goto-address-fontify-region, goto-address-mode)
(goto-address-prog-mode): New functions.
2008-04-24 05:48:08 +00:00
Glenn Morris
38a48ab7a8
Tom Tromey <tromey at redhat.com>
...
(easy-mmode-define-keymap): Document keywords. Add :suppress.
2008-04-24 05:47:18 +00:00
Glenn Morris
5caeb2a5d3
Tom Tromey <tromey at redhat.com>
...
(cvs-mode-map): Use :suppress.
2008-04-24 05:46:50 +00:00
Glenn Morris
4e3870f5a3
(x-file-dialog): Declare as function.
2008-04-24 05:46:17 +00:00
Glenn Morris
051897ff37
(vhdl-speedbar-find-file): Use dframe-update-speed rather than
...
obsolete alias speedbar-update-speed.
2008-04-24 05:45:26 +00:00
Glenn Morris
378d60452f
(cal-menu-diary-menu): Fix typo.
...
(cal-menu-scroll-menu): Use commands rather than key macros, which don't
work with easymenu. Add :keys where needed.
2008-04-24 05:44:38 +00:00
Glenn Morris
b2cbe2af53
(calendar-scroll-left): Handle case when event-start is nil.
2008-04-24 05:43:27 +00:00
Glenn Morris
f971f8bc3a
(calendar-mode-map): Fix typo.
2008-04-24 05:42:47 +00:00
Glenn Morris
9ea37b9ddd
Fix dates of merge entries.
2008-04-24 05:40:09 +00:00
Glenn Morris
63b9b6057f
Adam Go biowski <adamg at pld-linux.org> (tiny change)
...
(etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
2008-04-24 05:39:19 +00:00
Miles Bader
08861c5cb8
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1126
2008-04-24 05:11:07 +00:00
Miles Bader
285935fe5d
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-257
2008-04-24 04:51:03 +00:00
Miles Bader
254a60ecbf
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1125
2008-04-24 04:30:42 +00:00
Stefan Monnier
b7b49316c5
(easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.
2008-04-24 02:02:40 +00:00
Stefan Monnier
19c04f3966
(completion-try-completion): Add `point' argument. Change return value.
...
(completion-all-completions): Add `point' argument.
(minibuffer-completion-help): Pass the new `point' argument.
(completion--do-completion): Pass the whole field to try-completion.
(completion--try-word-completion): Rewrite, making fewer assumptions.
(completion-emacs21-try-completion, completion-emacs21-all-completions)
(completion-emacs22-try-completion, completion-emacs22-all-completions)
(completion-basic-try-completion, completion-basic-all-completions): New funs.
(completion-styles-alist): Use them.
2008-04-23 21:01:31 +00:00
Stefan Monnier
caea54f833
* ispell.el (ispell-set-spellchecker-params): New function to make sure
...
right params and dictionary alists are used after spellchecker changes.
(ispell-aspell-dictionary-alist, ispell-last-program-name)
(ispell-initialize-spellchecker-hook): New variables and hook.
(ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
(ispell-maybe-find-aspell-dictionaries): Remove.
Calls replaced by (ispell-set-spellchecker-params) calls.
(ispell-have-aspell-dictionaries): Remove.
* flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
ispell-set-spellchecker-params.
2008-04-23 20:39:10 +00:00
Stefan Monnier
2f65ac9e19
(PC-do-completion): Be more robust in the presence of
...
unexpected values in minibuffer-completion-predicate.
2008-04-23 18:39:22 +00:00
Stefan Monnier
e8a5fe3ed8
(read-file-name): Don't let-bind default-directory.
...
Only abbreviate default-filename if it's a file.
2008-04-23 18:37:50 +00:00
Stefan Monnier
dbd50d4b77
* lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)
...
(read-file-name-completion-ignore-case, insert-default-directory):
New vars, moved from fileio.c.
(read-file-name): New fun, moved from fileio.c.
* lisp/cus-start.el: Remove insert-default-directory and
read-file-name-completion-ignore-case.
* src/fileio.c (Vread_file_name_function, Vread_file_name_predicate)
(read_file_name_completion_ignore_case, insert_default_directory)
(Qdefault_directory): Move to minibuffer.el.
(Fread_file_name): Call the new `read-file-name' instead.
2008-04-23 18:19:57 +00:00
Stefan Monnier
1160644b5d
(emacs-deps): Leave it empty.
2008-04-23 18:01:46 +00:00
Stefan Monnier
1b2679cf65
Replace table-cell-horizontal-char -> table-cell-horizontal-chars.
2008-04-23 16:47:45 +00:00
Magnus Henoch
419625f7f6
(tar-untar-buffer): If the entry has directory link type, extract it
...
as a directory even if its file name doesn't end with a slash. Fixes
extraction of NetBSD tar archives.
2008-04-23 16:46:57 +00:00
Stefan Monnier
1b0a6c68e6
(server-start): Also don't get confused by CRs since we
...
don't quote them.
2008-04-23 15:37:07 +00:00
YAMAMOTO Mitsuharu
9f0d1d6f74
(mac-ts-active-input-buf): Move defvar to macterm.c.
2008-04-23 08:57:18 +00:00
YAMAMOTO Mitsuharu
1289aeb85c
(x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
...
Make functions non-static.
2008-04-23 08:56:42 +00:00
YAMAMOTO Mitsuharu
415cf4bcd1
(Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
...
(fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range):
(mac_ax_number_of_characters): Add externs.
(mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
[USE_MAC_TSM]: Likewise.
(mac_handle_text_input_event) [MAC_OSX]:
Handle kEventTextInputOffsetToPos for no active input area case.
Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
(mac_handle_document_access_event)
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
(install_application_handler) [MAC_OSX]: Register handlers for
kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
(install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Register mac_handle_document_access_event.
2008-04-23 08:56:20 +00:00
YAMAMOTO Mitsuharu
e1adb1392e
(Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
...
(syms_of_macterm) [USE_MAC_TSM]: Defvar it.
(Qmouse_drag_overlay) [MAC_OSX]: New variable.
(syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
(mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
(mac_ax_selected_text_range) [MAC_OSX]: New functions.
(mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Likewise.
2008-04-23 08:56:12 +00:00
Miles Bader
9268294b0f
Add .arch-inventory files in lisp/calc and lisp/calendar
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1123
2008-04-23 08:54:31 +00:00
Miles Bader
a113b3ca32
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
2008-04-23 05:55:42 +00:00
Juanma Barranquero
e96a8d6dc0
*** empty log message ***
2008-04-23 05:15:42 +00:00
Juanma Barranquero
c5d69a9713
(speedbar-use-tool-tips-flag, speedbar-ignored-directory-regexp,
...
speedbar-file-unshown-regexp, speedbar-file-regexp, speedbar-message,
speedbar-item-info, speedbar-files-item-info,
speedbar-maybe-add-localized-support, speedbar-insert-files-at-point,
speedbar-dynamic-tags-function-list, speedbar-generic-list-positioned-group-p,
speedbar-insert-generic-list, speedbar-fetch-replacement-function,
speedbar-extract-one-symbol, speedbar-separator-face): Fix typos in docstrings.
(speedbar-stealthy-function-list, speedbar-verbosity-level)
(speedbar-supported-extension-expressions, speedbar-update-current-file)
(speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
(speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
(speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
(speedbar-show-info-under-mouse, speedbar-directory-buttons)
(speedbar-check-vc-this-line, speedbar-files-line-directory)
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
(speedbar-buffers-line-directory, speedbar-recenter-to-top)
(speedbar-recenter): Doc fixes.
(speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
declaration and remove redundant info in docstring.
2008-04-23 04:46:10 +00:00
Dan Nicolaescu
c8149699a2
(vc-git-status-printer): Deal with directories.
2008-04-23 04:07:11 +00:00
Dan Nicolaescu
adc3afb0a7
(vc-next-action): Look at more than the first file to
...
determine the state.
2008-04-23 04:05:26 +00:00
Glenn Morris
32b3f9e3b8
(calendar-other-dates): Revert previous change; absolute-date was
...
already there (as "RD" date).
2008-04-23 03:27:13 +00:00
Glenn Morris
83d67b5692
Fix comment typo.
2008-04-23 03:07:56 +00:00
Glenn Morris
95d8772fc5
Add holiday-chinese, diary-remind.
2008-04-23 03:06:37 +00:00
Glenn Morris
968560df8d
(diary-list-sexp-entries): Doc fix.
...
(diary-remind): Allow negative DAYS to represent a range 1:DAYS.
Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2008-04-23 03:06:11 +00:00
Glenn Morris
418c2f01e1
(holiday-chinese-qingming, holiday-chinese-winter-solstice)
...
(holiday-chinese): New functions.
2008-04-23 03:03:43 +00:00
Glenn Morris
43c783b89a
(holiday-oriental-holidays): Add more holidays.
2008-04-23 03:00:29 +00:00
Glenn Morris
7717093cb5
(calendar-chinese-all-holidays-flag): New.
...
(calendar-other-dates): Add absolute date.
2008-04-23 02:59:47 +00:00
Glenn Morris
b36917033f
(holiday-islamic): Doc fix.
2008-04-23 02:59:15 +00:00
Glenn Morris
d811a2c435
(tree-widget-image-enable): Use display-images-p rather than an Emacs
...
version test.
2008-04-23 02:58:55 +00:00
Glenn Morris
e234202b48
(speedbar-use-tool-tips-flag): Check for tooltip-mode, rather than
...
using an Emacs version test.
2008-04-23 02:58:26 +00:00
Glenn Morris
037f214b3a
(ps-color-device): Drop support for XEmacs < 19.12.
2008-04-23 02:57:57 +00:00
Glenn Morris
e28acf63e2
(ediff-check-version): Drop support for very old Emacs versions. Add
...
doc-string. Mark as obsolete.
2008-04-23 02:57:36 +00:00
Glenn Morris
5b86d3e4b1
(dframe-have-timer-flag): Drop support for Emacs without timers. Doc fix.
...
(dframe-update-speed): Drop support for XEmacs < 20.
(dframe-frame-mode): Drop support for Emacs < 20.
(dframe-set-timer-internal): Drop support for Emacs without timers.
(dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2008-04-23 02:57:11 +00:00