]>
git.eshelyaron.com Git - emacs.git/log
Lute Kamstra [Thu, 28 Apr 2005 09:18:24 +0000 (09:18 +0000)]
(generic-mode-internal): Simplify font-lock-defaults.
Lute Kamstra [Thu, 28 Apr 2005 09:17:06 +0000 (09:17 +0000)]
Update commentary section.
Only require font-lock when compiling.
Define all modes conditionally.
Place all generic modes in the generic-x-modes customization group.
(generic-x-modes): New customization group.
(generic-default-modes, generic-mswindows-modes)
(generic-unix-modes, generic-other-modes): New constants.
(generic-define-mswindows-modes, generic-define-unix-modes):
Update docstrings. Make them obsolete.
(generic-extras-enable-list): New default value. Update
docstring. Improve :type. Change :set function.
(bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
Fix docstring.
Lute Kamstra [Thu, 28 Apr 2005 09:15:40 +0000 (09:15 +0000)]
(grep-mode-font-lock-keywords): Use the font-lock-face property to
highlight matches.
Lute Kamstra [Thu, 28 Apr 2005 08:38:35 +0000 (08:38 +0000)]
(do_autoload): Record only autoloads in the autoload property of symbols.
Nick Roberts [Thu, 28 Apr 2005 06:52:01 +0000 (06:52 +0000)]
(Debugger Operation): Add description for
GUD tooltips when program is not running.
Nick Roberts [Thu, 28 Apr 2005 06:50:20 +0000 (06:50 +0000)]
*** empty log message ***
Nick Roberts [Thu, 28 Apr 2005 03:01:07 +0000 (03:01 +0000)]
(USAGE1): Add --basic-display and --quick options.
Nick Roberts [Wed, 27 Apr 2005 22:01:14 +0000 (22:01 +0000)]
(tooltip-gud-tips): Show the associated #define
directives when a C program under GDB is not executing.
Nick Roberts [Wed, 27 Apr 2005 22:00:22 +0000 (22:00 +0000)]
(gdb-active-process): New variable.
(gdb-exited): New function.
(gdb-annotation-rules): Use it.
(gdb-starting): Set gdb-active-process to t.
(gdb-stopping): Amend doc string.
(gdb-reset): Set gdb-active-process to nil.
Nick Roberts [Wed, 27 Apr 2005 21:59:43 +0000 (21:59 +0000)]
(cc-create-define-alist): New function.
(cc-define-alist): New variable.
(c-mode): Make it local and set it.
Nick Roberts [Wed, 27 Apr 2005 21:57:26 +0000 (21:57 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 27 Apr 2005 20:00:03 +0000 (20:00 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 27 Apr 2005 19:46:13 +0000 (19:46 +0000)]
(cperl-mode): Don't precompile the font-lock-fontify-syntactic-keywords.
Stefan Monnier [Wed, 27 Apr 2005 19:43:50 +0000 (19:43 +0000)]
(font-lock-default-fontify-region): Don't force
parse-sexp-lookup-properties to nil.
Eli Zaretskii [Wed, 27 Apr 2005 12:39:44 +0000 (12:39 +0000)]
(man-mode-syntax-table): Set up `:' to have word-constituent syntax.
Kim F. Storm [Wed, 27 Apr 2005 11:30:42 +0000 (11:30 +0000)]
(syms_of_data) Staticpro Qcyclic_variable_indirection.
Kim F. Storm [Wed, 27 Apr 2005 11:30:30 +0000 (11:30 +0000)]
*** empty log message ***
Lute Kamstra [Wed, 27 Apr 2005 07:44:15 +0000 (07:44 +0000)]
(disable-command): Don't add spurious newlines to the init file.
Reported by Dan Jacobson <jidanni@jidanni.org>.
Jay Belanger [Wed, 27 Apr 2005 04:53:04 +0000 (04:53 +0000)]
*** empty log message ***
Jay Belanger [Wed, 27 Apr 2005 04:35:16 +0000 (04:35 +0000)]
(calc-edit-finish): Make sure there is more than one window before
deleting window.
Luc Teirlinck [Wed, 27 Apr 2005 00:37:59 +0000 (00:37 +0000)]
*** empty log message ***
Luc Teirlinck [Wed, 27 Apr 2005 00:30:29 +0000 (00:30 +0000)]
*** empty log message ***
Luc Teirlinck [Wed, 27 Apr 2005 00:06:36 +0000 (00:06 +0000)]
(Shell): Add `Shell Prompts' to menu.
(Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
description. Delete remarks moved to new node.
(Shell Prompts): New node.
(History References): Replace remarks moved to `Shell Prompts'
with xref to that node.
(Remote Host): Clarify how to specify the terminal type when
logging in to a different machine.
Luc Teirlinck [Tue, 26 Apr 2005 23:26:20 +0000 (23:26 +0000)]
(inferior-emacs-lisp-mode): Set paragraph-separate buffer locally to
"\\'". Replace obsolete `comint-use-prompt-regexp-instead-of-fields'
with `comint-use-prompt-regexp'.
Luc Teirlinck [Tue, 26 Apr 2005 23:18:05 +0000 (23:18 +0000)]
(inferior-lisp-prompt): Doc fix.
Luc Teirlinck [Tue, 26 Apr 2005 23:16:20 +0000 (23:16 +0000)]
(shell-prompt-pattern): Doc fix.
(shell-mode): Set paragraph-separate buffer locally to "\\'".
Luc Teirlinck [Tue, 26 Apr 2005 23:15:08 +0000 (23:15 +0000)]
(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):
comint-use-prompt-regexp-instead-of-fields has been renamed to
comint-use-prompt-regexp.
Luc Teirlinck [Tue, 26 Apr 2005 23:13:46 +0000 (23:13 +0000)]
(try-expand-line, try-expand-line-all-buffers):
`comint-use-prompt-regexp-instead-of-fields' has been renamed to
`comint-use-prompt-regexp'.
Luc Teirlinck [Tue, 26 Apr 2005 23:11:17 +0000 (23:11 +0000)]
(comint-prompt-regexp, comint-get-old-input)
(comint-use-prompt-regexp)
(comint-use-prompt-regexp-instead-of-fields)
(comint-replace-by-expanded-history, comint-send-input)
(comint-output-filter, comint-get-old-input-default)
(comint-line-beginning-position, comint-bol, comint-show-output)
(comint-backward-matching-input, comint-forward-matching-input)
(comint-next-prompt, comint-previous-prompt): Rename
`comint-use-prompt-regexp-instead-of-fields' to
`comint-use-prompt-regexp'. Keep old name as alias and declare obsolete.
(comint-use-prompt-regexp): Shorten first line of doc string.
Richard M. Stallman [Tue, 26 Apr 2005 22:42:28 +0000 (22:42 +0000)]
(Fsame_window_p, Fspecial_display_p): Doc fixes.
(syms_of_window): Doc fixes.
Nick Roberts [Tue, 26 Apr 2005 21:25:55 +0000 (21:25 +0000)]
(gdb-location-alist): Rename from
gdb-location-list.
Break lines that are over 80 characters wide.
Nick Roberts [Tue, 26 Apr 2005 21:25:10 +0000 (21:25 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 26 Apr 2005 20:37:31 +0000 (20:37 +0000)]
Rename "full-path" -> "full-name".
Stefan Monnier [Tue, 26 Apr 2005 20:35:42 +0000 (20:35 +0000)]
Rename "full-path" -> "full-name".
(cvs-fileinfo->full-path, cvs-display-full-path):
New fun and var, to preserve compatibility.
(cvs-fileinfo->backup-file): Don't pass the full file name
to file-newer-than-file-p.
Richard M. Stallman [Tue, 26 Apr 2005 18:32:09 +0000 (18:32 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 26 Apr 2005 18:31:19 +0000 (18:31 +0000)]
(line-move-1): Avoid using vertical-motion in easy cases.
Richard M. Stallman [Tue, 26 Apr 2005 18:24:52 +0000 (18:24 +0000)]
(Fvertical_motion): Undo previous change.
Lute Kamstra [Tue, 26 Apr 2005 14:17:51 +0000 (14:17 +0000)]
(define-minor-mode): Fix docstring.
Lute Kamstra [Tue, 26 Apr 2005 14:14:42 +0000 (14:14 +0000)]
(font-lock-fontify-region-function): Fix docstring.
(font-lock-comment-delimiter-face): Ditto.
Richard M. Stallman [Tue, 26 Apr 2005 11:05:02 +0000 (11:05 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 26 Apr 2005 11:02:15 +0000 (11:02 +0000)]
(hexl-mode): Use new name eldoc-documentation-function.
Richard M. Stallman [Tue, 26 Apr 2005 11:01:52 +0000 (11:01 +0000)]
(python-mode): Use new name eldoc-documentation-function.
Richard M. Stallman [Tue, 26 Apr 2005 11:00:56 +0000 (11:00 +0000)]
Fix previous change.
Richard M. Stallman [Tue, 26 Apr 2005 10:59:44 +0000 (10:59 +0000)]
(eldoc-mode): Doc fix.
(eldoc-documentation-function):
Renamed from eldoc-print-current-symbol-info-function. Calls changed.
Richard M. Stallman [Tue, 26 Apr 2005 10:58:15 +0000 (10:58 +0000)]
(Defining Faces): Document `default' elements of
defface spec.
Richard M. Stallman [Tue, 26 Apr 2005 10:57:21 +0000 (10:57 +0000)]
(Major Mode Conventions): Explain customizing ElDoc mode.
Richard M. Stallman [Tue, 26 Apr 2005 10:55:24 +0000 (10:55 +0000)]
(Variable Aliases): Clarify text.
Richard M. Stallman [Tue, 26 Apr 2005 10:54:31 +0000 (10:54 +0000)]
(Window Hooks): Remove reference to obsolete Lazy Lock mode.
Richard M. Stallman [Tue, 26 Apr 2005 10:52:25 +0000 (10:52 +0000)]
(TeX Print): Document tex-compile.
Richard M. Stallman [Tue, 26 Apr 2005 10:50:45 +0000 (10:50 +0000)]
(Top): Update submenus from files.texi.
Richard M. Stallman [Tue, 26 Apr 2005 10:48:17 +0000 (10:48 +0000)]
(Filesets): New node.
(File Conveniences): Document Image mode.
Richard M. Stallman [Tue, 26 Apr 2005 10:47:03 +0000 (10:47 +0000)]
(Misc Dired Features): Document dired-compare-directories.
Richard M. Stallman [Tue, 26 Apr 2005 10:46:10 +0000 (10:46 +0000)]
(Acknowledgments): Delete info about iso-acc.el
Nick Roberts [Tue, 26 Apr 2005 09:23:24 +0000 (09:23 +0000)]
*** empty log message ***
Nick Roberts [Tue, 26 Apr 2005 09:03:56 +0000 (09:03 +0000)]
(define-obsolete-function-alias): New macro.
Dan Nicolaescu [Tue, 26 Apr 2005 05:56:22 +0000 (05:56 +0000)]
* NEWS: Mention xterm key bindings.
* term/xterm.el (function-key-map): Fix strings for
{C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
{C,S,A,C-S}-{f1-f12}.
Kenichi Handa [Tue, 26 Apr 2005 05:51:19 +0000 (05:51 +0000)]
(select-safe-coding-system): Fix
previous change.
Kenichi Handa [Tue, 26 Apr 2005 04:07:40 +0000 (04:07 +0000)]
(char_table_range): New function.
(Fchar_table_range): Signal an error if characters in the range
have inconsistent values. Don't check the parent.
Luc Teirlinck [Tue, 26 Apr 2005 01:05:45 +0000 (01:05 +0000)]
(Tooltips): Tooltip mode is enabled by default.
Delete redundant reference to tooltip Custom group. It is referred
too again in the next paragraph.
Luc Teirlinck [Tue, 26 Apr 2005 01:03:46 +0000 (01:03 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 26 Apr 2005 00:50:42 +0000 (00:50 +0000)]
(Standard Hooks): Most minor modes have mode hooks too.
Lute Kamstra [Mon, 25 Apr 2005 22:22:51 +0000 (22:22 +0000)]
(calc-trail-mode): Don't set font-lock-defaults.
Jay Belanger [Mon, 25 Apr 2005 19:48:16 +0000 (19:48 +0000)]
*** empty log message ***
Jay Belanger [Mon, 25 Apr 2005 19:42:44 +0000 (19:42 +0000)]
(calc-view-news): Let-bind inhibit-read-only to t, use help-mode.
Dan Nicolaescu [Mon, 25 Apr 2005 18:11:33 +0000 (18:11 +0000)]
* e/eterm.ti: Add a comment.
* e/eterm: Regenerate.
* term.el (ansi-term-color-vector): Use the xterm colors.
(term-raw-map): Don't add mappings for \eO and \e[. Map
deletechar.
Thien-Thi Nguyen [Mon, 25 Apr 2005 11:42:25 +0000 (11:42 +0000)]
Update.
Lute Kamstra [Mon, 25 Apr 2005 11:12:33 +0000 (11:12 +0000)]
(font-lock-syntactic-face-function): Fix docstring.
Lute Kamstra [Mon, 25 Apr 2005 11:09:30 +0000 (11:09 +0000)]
(font-lock-defaults): Fix docstring.
Kenichi Handa [Mon, 25 Apr 2005 06:50:51 +0000 (06:50 +0000)]
(fontset_set): Fix previous change.
Miles Bader [Mon, 25 Apr 2005 04:36:12 +0000 (04:36 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-277
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 67)
- Update from CVS
2005-04-24 Teodor Zlatanov <tzz@lifelogs.com>
* lisp/gnus/spam-report.el (spam-report-unplug-agent)
(spam-report-plug-agent, spam-report-deagentize)
(spam-report-agentize, spam-report-url-ping-temp-agent-function):
support for the Agent in spam-report: when unplugged, report to a
file; when plugged, submit all the requests.
[Added missing offline functionality from trunk.]
2005-04-24 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/spam-report.el (spam-report-url-to-file)
(spam-report-requests-file): New function and variable for offline
reporting.
(spam-report-url-ping-function): Add `spam-report-url-to-file'
and user defined function.
(spam-report-process-queue): New function.
Process requests from `spam-report-requests-file'.
(spam-report-url-ping-mm-url): Autoload.
[Added missing offline functionality from trunk.]
Kenichi Handa [Mon, 25 Apr 2005 04:30:38 +0000 (04:30 +0000)]
(select-safe-coding-system): Don't
check consistency with coding: spec, etc if raw-text or
no-conversion was found to be safe.
Miles Bader [Mon, 25 Apr 2005 01:46:56 +0000 (01:46 +0000)]
Add arch tagline
Richard M. Stallman [Sun, 24 Apr 2005 21:36:12 +0000 (21:36 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 24 Apr 2005 21:35:43 +0000 (21:35 +0000)]
(Fvertical_motion): Bind fontification-functions to nil.
Richard M. Stallman [Sun, 24 Apr 2005 21:34:39 +0000 (21:34 +0000)]
Delete info about lazy-lock.el and fast-lock.el.
Richard M. Stallman [Sun, 24 Apr 2005 21:32:59 +0000 (21:32 +0000)]
(mail-font-lock-keywords): Match any number of
citation markers at start of each line.
Richard M. Stallman [Sun, 24 Apr 2005 21:32:28 +0000 (21:32 +0000)]
(rmail-font-lock-keywords): Match any number of
citation markers at start of each line.
Richard M. Stallman [Sun, 24 Apr 2005 21:31:37 +0000 (21:31 +0000)]
(font-lock-comment-delimiter-face): Doc fix.
Richard M. Stallman [Sun, 24 Apr 2005 21:29:15 +0000 (21:29 +0000)]
(mode-require-final-newline): Fix previous change.
(require-final-newline): Fix type label.
Sam Steingold [Sun, 24 Apr 2005 21:02:20 +0000 (21:02 +0000)]
typo
Glenn Morris [Sun, 24 Apr 2005 19:42:28 +0000 (19:42 +0000)]
(f90-calculate-indent): Fix treatment of first statement in buffer
(broken by 2004-11-24 change).
Glenn Morris [Sun, 24 Apr 2005 19:41:45 +0000 (19:41 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 24 Apr 2005 19:09:13 +0000 (19:09 +0000)]
(ido-everywhere): Save and restore old read-buffer-function
and read-file-name-function values. Don't overwrite existing
non-nil values if ido-mode is enabled without ido-everywhere.
Kim F. Storm [Sun, 24 Apr 2005 19:08:56 +0000 (19:08 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 24 Apr 2005 16:41:14 +0000 (16:41 +0000)]
(re_search_2, re_match_2_internal): Convert second arg
of RE_TRANSLATE to int, to shut up GCC warnings.
Luc Teirlinck [Sun, 24 Apr 2005 15:11:38 +0000 (15:11 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 24 Apr 2005 15:07:23 +0000 (15:07 +0000)]
Mark syntax-class as documented.
Eli Zaretskii [Sun, 24 Apr 2005 15:05:17 +0000 (15:05 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 24 Apr 2005 15:04:35 +0000 (15:04 +0000)]
(Syntax Table Internals): Elaborate documentation of
syntax-after and syntax-class.
Luc Teirlinck [Sun, 24 Apr 2005 14:50:42 +0000 (14:50 +0000)]
(mode-require-final-newline): Revert accidental change.
Eli Zaretskii [Sun, 24 Apr 2005 14:50:20 +0000 (14:50 +0000)]
(syntax-after): Doc fix.
(syntax-class): If argument is nil, return nil.
Luc Teirlinck [Sun, 24 Apr 2005 14:45:08 +0000 (14:45 +0000)]
(mode-require-final-newline): Minor doc fix.
Eli Zaretskii [Sun, 24 Apr 2005 13:24:29 +0000 (13:24 +0000)]
(Unique File Names): Don't mention "numbers" in the documentation
of make-temp-file and make-temp-name.
Eli Zaretskii [Sun, 24 Apr 2005 13:13:09 +0000 (13:13 +0000)]
(Changing Files): Fix last change's cross-reference.
Eli Zaretskii [Sun, 24 Apr 2005 12:07:15 +0000 (12:07 +0000)]
(mode-require-final-newline): Doc fix.
(backup-buffer-copy): Fix last change.
Eli Zaretskii [Sun, 24 Apr 2005 09:19:10 +0000 (09:19 +0000)]
(Fcopy_file): Doc fix.
[MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
not needed.
YAMAMOTO Mitsuharu [Sun, 24 Apr 2005 06:07:40 +0000 (06:07 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 24 Apr 2005 06:07:09 +0000 (06:07 +0000)]
(x_clear_frame_selections): Add extern.
YAMAMOTO Mitsuharu [Sun, 24 Apr 2005 06:06:39 +0000 (06:06 +0000)]
(handling_window_update, terminate_flag): Remove variables.
(do_window_update, do_ae_quit_application, XTread_socket): Don't
use them.
(WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
[USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
(init_service_handler): Move to macselect.c. Remove declarations.
[USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
(Qapplication, Qabout): New variables.
(syms_of_mac): Initialize them.
[USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
(Qperform): New variables.
(syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
(do_get_menus) [!TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
(do_menu_choice): Unhighlight menu bar also when menu_id is 0.
(mac_store_application_menu_event, init_menu_bar): New functions.
[USE_CARBON_EVENTS] (mac_handle_command_event)
(init_command_handler): New functions.
(mac_handle_window_event): Return noErr on window update event.
(do_ae_quit_application): Call mac_store_application_menu_event.
(mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
and init_menu_bar.
YAMAMOTO Mitsuharu [Sun, 24 Apr 2005 06:05:39 +0000 (06:05 +0000)]
[!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
(QCLIPBOARD): Remove variable.
(syms_of_mac): Don't initialize it.
(Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
Remove functions.
(syms_of_mac): Don't defsubr them.
[TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
(QHFS_plus_D, QHFS_plus_C): New variables.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
[TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
(cfstring_create_normalized): New functions.
[TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.