]>
git.eshelyaron.com Git - emacs.git/log
Juanma Barranquero [Wed, 15 Jun 2005 23:09:44 +0000 (23:09 +0000)]
(Obsolete Functions): Update argument names of `make-obsolete' and
`define-obsolete-function-alias'.
Kim F. Storm [Wed, 15 Jun 2005 22:44:09 +0000 (22:44 +0000)]
2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
* ido.el (ido-incomplete-regexp): New variable.
(ido-set-matches-1): Handle invalid-regexp error and set
ido-incomplete-regexp.
(ido-incomplete-regexp): New face.
(ido-completions): Use it.
(ido-complete, ido-exit-minibuffer, ido-completions): Handle
incomplete regexps.
(ido-completions): Add check for complete match when entering a
regexp.
Kim F. Storm [Wed, 15 Jun 2005 22:43:46 +0000 (22:43 +0000)]
*** empty log message ***
Daniel Pfeiffer [Wed, 15 Jun 2005 22:15:46 +0000 (22:15 +0000)]
(put 'makefile-space-face 'face-alias 'makefile-space)
Stefan Monnier [Wed, 15 Jun 2005 21:00:27 +0000 (21:00 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 15 Jun 2005 20:58:20 +0000 (20:58 +0000)]
(add-to-ordered-list): Use a weak hash-table to avoid leaks.
Stefan Monnier [Wed, 15 Jun 2005 16:38:53 +0000 (16:38 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 15 Jun 2005 16:38:29 +0000 (16:38 +0000)]
(bibtex-Preamble): Enclose BibTeX preamble by field delimiters.
Kim F. Storm [Wed, 15 Jun 2005 15:19:41 +0000 (15:19 +0000)]
(Entire Match Data): Rephrase warnings about
evaporate arg to match-data and set-match-data.
Kim F. Storm [Wed, 15 Jun 2005 15:19:22 +0000 (15:19 +0000)]
*** empty log message ***
David Ponce [Wed, 15 Jun 2005 13:49:02 +0000 (13:49 +0000)]
eval-and-compile inlined functions so they will
be available at run-time too.
(tree-widget-value-create): Fix last change.
David Ponce [Wed, 15 Jun 2005 13:48:31 +0000 (13:48 +0000)]
*** empty log message ***
David Ponce [Wed, 15 Jun 2005 08:19:19 +0000 (08:19 +0000)]
(tree-widget-super-format-handler)
(tree-widget-format-handler): Remove.
(tree-widget-value-create): Handle the :indent property.
David Ponce [Wed, 15 Jun 2005 08:17:54 +0000 (08:17 +0000)]
*** empty log message ***
Miles Bader [Wed, 15 Jun 2005 04:35:23 +0000 (04:35 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-421
Tweak which-func face
2005-06-15 Miles Bader <miles@gnu.org>
* lisp/progmodes/which-func.el (which-func): Only inherit
`font-lock-function-name-face' when that makes sense against the
default mode-line face, otherwise set the face color explicitly.
YAMAMOTO Mitsuharu [Wed, 15 Jun 2005 02:30:03 +0000 (02:30 +0000)]
(mac_compute_glyph_string_overhangs): Don't set
overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
[USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
events.
(XTread_socket): Don't pass keyboard events with the option
modifier to the system when Vmac_command_key_is_meta is nil or
Vmac_option_modifier is non-nil.
[USE_CARBON_EVENTS] (read_socket_inev): New variable.
[USE_CARBON_EVENTS] (init_command_handler): Fix argument.
[USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
handler function.
(install_window_handler) [USE_CARBON_EVENTS]: Install it.
(XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
handler part to mac_handle_mouse_event.
Miles Bader [Wed, 15 Jun 2005 02:27:55 +0000 (02:27 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-420
Fix cperl-mode font-lock problem
2005-06-15 Miles Bader <miles@gnu.org>
* lisp/progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
faces instead of (non-existent) variables.
Miles Bader [Wed, 15 Jun 2005 00:17:41 +0000 (00:17 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-419
Remove "-face" suffix from ld-script faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/ld-script.el (ld-script-location-counter):
Remove "-face" suffix from face name.
(ld-script-location-counter-face):
New backward-compatibility alias for renamed face.
(ld-script-location-counter-face): Use renamed face.
Miles Bader [Wed, 15 Jun 2005 00:14:58 +0000 (00:14 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-418
Remove "-face" suffix from cperl-mode faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
(cperl-hash): Remove "-face" suffix from face names.
(cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
New backward-compatibility alias for renamed faces.
(cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
(cperl-ps-print-face-properties): Use renamed cperl-mode faces.
Miles Bader [Wed, 15 Jun 2005 00:14:41 +0000 (00:14 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-417
Remove "-face" suffix from which-func face
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/which-func.el (which-func): Remove "-face" suffix from face
name.
(which-func-face): New backward-compatibility alias for renamed face.
(which-func-format): Use renamed which-func face.
Miles Bader [Tue, 14 Jun 2005 23:56:26 +0000 (23:56 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-415
Remove "-face" suffix from vhdl-mode faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
(vhdl-function, vhdl-directive, vhdl-reserved-word)
(vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
names.
(vhdl-speedbar-entity, vhdl-speedbar-architecture)
(vhdl-speedbar-configuration, vhdl-speedbar-package)
(vhdl-speedbar-library, vhdl-speedbar-instantiation)
(vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
(vhdl-speedbar-architecture-selected)
(vhdl-speedbar-configuration-selected)
(vhdl-speedbar-package-selected)
(vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
names.
(vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
Use renamed faces.
(vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
(vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
(vhdl-translate-off-face): Variables renamed to remove "font-lock-".
Use renamed faces.
(syntax-alist): Don't use "font-lock-" or "-face" in generated face
names.
(vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
(vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
(vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
(vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
(vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
(vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
Miles Bader [Tue, 14 Jun 2005 23:56:03 +0000 (23:56 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-414
Remove "-face" suffix from sh-script faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
face name.
(sh-heredoc-face): New backward-compatibility alias for renamed face.
(sh-heredoc-face): Use renamed sh-heredoc face.
Luc Teirlinck [Tue, 14 Jun 2005 23:36:31 +0000 (23:36 +0000)]
(Top): Update detailed menu.
Luc Teirlinck [Tue, 14 Jun 2005 23:33:21 +0000 (23:33 +0000)]
(Edebug): Update menu.
(Instrumenting): Update xrefs.
(Edebug Execution Modes): Correct xref.
(Jumping): Clarify description of `h' command.
Eliminate redundant @ref.
(Breaks): New node.
(Breakpoints): is now a subsubsection.
(Global Break Condition): Mention `C-x X X'.
(Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
(Trace Buffer): Clarify STRING arg of `edebug-tracing'.
(Edebug Display Update): Correct pxref.
(Edebug and Macros): New node.
(Instrumenting Macro Calls): Is now a subsubsection.
Neither arg of `def-edebug-spec' is evaluated.
(Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
(Specification Examples): Fix typo.
Luc Teirlinck [Tue, 14 Jun 2005 23:29:17 +0000 (23:29 +0000)]
*** empty log message ***
Miles Bader [Tue, 14 Jun 2005 23:20:55 +0000 (23:20 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-413
Remove "-face" suffix from idlwave faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/idlw-help.el (idlwave-help-link):
Remove "-face" suffix from face name.
(idlwave-help-link-face):
New backward-compatibility alias for renamed face.
(idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
* lisp/progmodes/idlw-shell.el (idlwave-shell-bp-face)
(idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
(idlwave-shell-bp-face, idlwave-shell-disabled-bp):
New backward-compatibility aliases for renamed faces.
(idlwave-shell-disabled-breakpoint-face)
(idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
Miles Bader [Tue, 14 Jun 2005 23:20:37 +0000 (23:20 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-412
Remove "-face" suffix from flymake faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/flymake.el (flymake-errline, flymake-warnline):
Remove "-face" suffix from face names.
(flymake-errline-face, flymake-warnline-face):
New backward-compatibility aliases for renamed faces.
(flymake-highlight-line): Use renamed flymake faces.
Miles Bader [Tue, 14 Jun 2005 22:49:47 +0000 (22:49 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-410
Remove "-face" suffix from ebrowse faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
(ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
(ebrowse-member-class, ebrowse-progress):
Remove "-face" suffix from face names.
(ebrowse-tree-mark-face, ebrowse-root-class-face)
(ebrowse-file-name-face, ebrowse-default-face)
(ebrowse-member-attribute-face, ebrowse-member-class-face)
(ebrowse-progress-face):
New backward-compatibility aliases for renamed faces.
(ebrowse-show-progress, ebrowse-show-file-name-at-point)
(ebrowse-set-mark-props, ebrowse-draw-tree-fn)
(ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
(ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
Miles Bader [Tue, 14 Jun 2005 22:49:30 +0000 (22:49 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-409
Remove "-face" suffix from antlr-mode faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
(antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
(antlr-literal): Remove "-face" suffix and "font-lock-" from face
names.
(antlr-font-lock-default-face, antlr-font-lock-keyword-face)
(antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
(antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
(antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
New backward-compatibility aliases for renamed faces.
(antlr-default-face, antlr-keyword-face, antlr-syntax-face)
(antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
(antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
"font-lock-". Use renamed antlr-mode faces.
(antlr-font-lock-additional-keywords): Use renamed faces.
Replace literal face-names with face variable references.
Miles Bader [Tue, 14 Jun 2005 22:49:09 +0000 (22:49 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-408
Remove "-face" suffix from Buffer-menu-buffer face
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
face name.
(Buffer-menu-buffer-face): New backward-compatibility alias for
renamed face.
(list-buffers-noselect): Use renamed Buffer-menu-buffer face.
Daniel Pfeiffer [Tue, 14 Jun 2005 22:40:09 +0000 (22:40 +0000)]
*** empty log message ***
Daniel Pfeiffer [Tue, 14 Jun 2005 22:33:56 +0000 (22:33 +0000)]
(makefile-space, makefile-makepp-perl): Eliminate "-face" suffix.
(makefile-targets): Inherit from font-lock-function-name-face and eliminate
"-face" suffix.
(makefile-shell): Remove attributes and eliminate "-face" suffix.
(makefile-*-font-lock-keywords): Append makefile-targets in rule actions,
instead of prepending, to make it less visible.
(makefile-previous-dependency, makefile-match-dependency): Don't match a target
on a continuation line.
Nick Roberts [Tue, 14 Jun 2005 21:14:48 +0000 (21:14 +0000)]
(gdb-tooltip-print): Respect
tooltip-use-echo-area.
(menu): Re-order menu items.
Nick Roberts [Tue, 14 Jun 2005 21:14:12 +0000 (21:14 +0000)]
* progmodes/gud.el (tooltip-use-echo-area): Remove alias.
Define in tooltip.el.
(gud-tooltip-process-output): Respect tooltip-use-echo-area.
(gud-tooltip-tips): Respect tooltip-use-echo-area and
gud-tooltip-echo-area.
Nick Roberts [Tue, 14 Jun 2005 21:13:28 +0000 (21:13 +0000)]
* tooltip.el (tooltip-use-echo-area): Restore from gud.el for
backward compatibility and make obsolete.
(tooltip-help-tips): Use tooltip-use-echo-area.
(tooltip-show-help-function): Rename to...
(tooltip-show-help): ...this, because it is a function.
(tooltip-mode, tooltip-help-message): Call tooltip-show-help.
Nick Roberts [Tue, 14 Jun 2005 21:12:41 +0000 (21:12 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 14 Jun 2005 20:39:04 +0000 (20:39 +0000)]
(edebug-all-defs, edebug-initial-mode, edebug-print-length)
(edebug-print-level, edebug-print-circle, edebug-modify-breakpoint)
(edebug-eval-last-sexp, edebug-eval-print-last-sexp): Doc fixes.
Luc Teirlinck [Tue, 14 Jun 2005 20:34:19 +0000 (20:34 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 14 Jun 2005 15:52:56 +0000 (15:52 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 14 Jun 2005 15:51:11 +0000 (15:51 +0000)]
(iswitchb-to-end): Replace mapcar with dolist.
(iswitchb-get-matched-buffers): Likewise. Simplify.
Juanma Barranquero [Tue, 14 Jun 2005 15:50:22 +0000 (15:50 +0000)]
(make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and
NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
(make-obsolete-variable, define-obsolete-variable-alias): Rename arguments
VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
Juanma Barranquero [Tue, 14 Jun 2005 15:37:18 +0000 (15:37 +0000)]
(mh-secure-message): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:36:08 +0000 (15:36 +0000)]
(reftex-toc-dframe-p, reftex-toc-promote-prepare): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:35:03 +0000 (15:35 +0000)]
(reftex-access-scan-info): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:33:45 +0000 (15:33 +0000)]
(org-promote, org-evaluate-time-range, org-agenda-next-date-line,
org-agenda-previous-date-line, org-agenda-error, org-open-at-point,
org-table-move-row, org-format-table-table-html-using-table-generate-source,
org-shiftcursor-error, org-ctrl-c-ctrl-c): Follow error conventions.
Kim F. Storm [Tue, 14 Jun 2005 15:32:41 +0000 (15:32 +0000)]
(ido-mode): Make a new keymap every time we enable ido,
as the coverage buffer/file/both may change.
Kim F. Storm [Tue, 14 Jun 2005 15:32:27 +0000 (15:32 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 14 Jun 2005 15:31:10 +0000 (15:31 +0000)]
(vhdl-speedbar-place-component): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:29:27 +0000 (15:29 +0000)]
idlwave-complete-class-structure-tag-help): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:24:13 +0000 (15:24 +0000)]
(idlwave-shell-move-to-bp): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:23:26 +0000 (15:23 +0000)]
(ada-create-case-exception, ada-create-case-exception-substring,
ada-make-subprogram-body): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:22:35 +0000 (15:22 +0000)]
(tramp-find-file-exists-command, tramp-find-shell): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:21:33 +0000 (15:21 +0000)]
(vc-arch-checkin, vc-arch-diff): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:20:47 +0000 (15:20 +0000)]
(ses-load): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:20:05 +0000 (15:20 +0000)]
(cvs-mode): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:19:08 +0000 (15:19 +0000)]
(isearchb-activate): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:17:00 +0000 (15:17 +0000)]
(spam-stat-buffer-change-to-spam, spam-stat-buffer-change-to-non-spam):
Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:15:23 +0000 (15:15 +0000)]
(gnus-agent-unlist-expire-days): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:14:01 +0000 (15:14 +0000)]
(gnus-sieve-article-add-rule): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 15:07:56 +0000 (15:07 +0000)]
(url-completion-function): Follow error conventions.
Juanma Barranquero [Tue, 14 Jun 2005 14:34:40 +0000 (14:34 +0000)]
(diff-mode): Fix typo in docstring.
Lute Kamstra [Tue, 14 Jun 2005 12:11:54 +0000 (12:11 +0000)]
*** empty log message ***
Lute Kamstra [Tue, 14 Jun 2005 12:10:55 +0000 (12:10 +0000)]
(internal-ange-ftp-mode): Use delay-mode-hooks and run-mode-hooks.
Simplify.
Lute Kamstra [Tue, 14 Jun 2005 12:08:43 +0000 (12:08 +0000)]
(rmail-edit-mode): Use delay-mode-hooks.
Lute Kamstra [Tue, 14 Jun 2005 12:07:24 +0000 (12:07 +0000)]
(inferior-octave-mode): Use delay-mode-hooks.
Lute Kamstra [Tue, 14 Jun 2005 12:03:52 +0000 (12:03 +0000)]
(sql-interactive-mode): Use delay-mode-hooks.
Lute Kamstra [Tue, 14 Jun 2005 12:02:42 +0000 (12:02 +0000)]
(recentf-dialog-mode): Use kill-all-local-variables and
run-mode-hooks.
(recentf-edit-list, recentf-open-files): Don't call
kill-all-local-variables directly.
Lute Kamstra [Tue, 14 Jun 2005 12:00:50 +0000 (12:00 +0000)]
(debug-on-entry): Fix docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:37:49 +0000 (11:37 +0000)]
*** empty log message ***
Lute Kamstra [Tue, 14 Jun 2005 11:36:41 +0000 (11:36 +0000)]
(Function Debugging): Primitives can break on entry too.
Juanma Barranquero [Tue, 14 Jun 2005 11:36:04 +0000 (11:36 +0000)]
(flyspell-incorrect-hook, flyspell-maybe-correct-transposition,
flyspell-maybe-correct-doubling): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:34:43 +0000 (11:34 +0000)]
(xdb): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:33:54 +0000 (11:33 +0000)]
(eshell/export): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:32:58 +0000 (11:32 +0000)]
(flymake-new-err-info, flymake-start-syntax-check-for-current-buffer,
flymake-simple-cleanup): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:31:43 +0000 (11:31 +0000)]
(vi-goto-insert-state): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:30:22 +0000 (11:30 +0000)]
(forms--intuit-from-file): Fix reference to `forms-number-of-fields' in error message.
(forms-print): Fix quoting in error message.
(forms-mode): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:24:08 +0000 (11:24 +0000)]
(gnus-auto-select-subject): Fix quoting in docstring.
Juanma Barranquero [Tue, 14 Jun 2005 11:23:09 +0000 (11:23 +0000)]
(message-is-yours-p): Fix quoting.
Kim F. Storm [Tue, 14 Jun 2005 11:11:31 +0000 (11:11 +0000)]
*** empty log message ***
Kim F. Storm [Tue, 14 Jun 2005 08:14:06 +0000 (08:14 +0000)]
(add-to-ordered-list): Rework to use list-order property of list-var.
Daniel Pfeiffer [Tue, 14 Jun 2005 07:33:01 +0000 (07:33 +0000)]
Switch [Mm]akefile to gmake mode.
Luc Teirlinck [Tue, 14 Jun 2005 03:23:19 +0000 (03:23 +0000)]
*** empty log message ***
Miles Bader [Tue, 14 Jun 2005 02:49:36 +0000 (02:49 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-406
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 80-82)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mm-view.el (mm-inline-text): Withdraw the last change.
2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
executing enriched-decode.
Juanma Barranquero [Tue, 14 Jun 2005 00:39:32 +0000 (00:39 +0000)]
(Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS and
BASE-VARIABLE, respectively.
Luc Teirlinck [Mon, 13 Jun 2005 23:40:05 +0000 (23:40 +0000)]
(cancel-debug-on-entry): Mention default in minibuffer prompt.
Luc Teirlinck [Mon, 13 Jun 2005 23:38:30 +0000 (23:38 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 13 Jun 2005 21:31:37 +0000 (21:31 +0000)]
(cua-mode): Use add-to-ordered-list to
add cua--keymap-alist to emulation-mode-map-alists.
Kim F. Storm [Mon, 13 Jun 2005 21:29:52 +0000 (21:29 +0000)]
(add-to-ordered-list): New defun.
Kim F. Storm [Mon, 13 Jun 2005 21:29:25 +0000 (21:29 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 13 Jun 2005 20:50:25 +0000 (20:50 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 13 Jun 2005 20:49:14 +0000 (20:49 +0000)]
(note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
(get_phys_cursor_geometry, format_mode_line_unwind_data)
(get_line_height_property, x_produce_glyphs): Remove unused vars.
Stefan Monnier [Mon, 13 Jun 2005 20:47:42 +0000 (20:47 +0000)]
(run_pre_post_conversion_on_str): Remove unused var `buf'.
Stefan Monnier [Mon, 13 Jun 2005 20:47:08 +0000 (20:47 +0000)]
(read-face-name): Use complete-in-turn complete non-aliases
in preference to face aliases.
Stefan Monnier [Mon, 13 Jun 2005 20:45:50 +0000 (20:45 +0000)]
(complete-in-turn): New macro.
(dynamic-completion-table, lazy-completion-table): Add debug info.
Stefan Monnier [Mon, 13 Jun 2005 19:33:21 +0000 (19:33 +0000)]
(fill-match-adaptive-prefix): New function.
(fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
Remove unused vars `start' and `firstline'.
(fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
(justify-current-line, fill-individual-paragraphs): Remove unused vars.
Stefan Monnier [Mon, 13 Jun 2005 14:32:42 +0000 (14:32 +0000)]
(url-file, url-file-asynch-callback): Use with-current-buffer.
Stefan Monnier [Mon, 13 Jun 2005 14:21:21 +0000 (14:21 +0000)]
(Parsing Expressions): Document aux functions and vars of
syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
Eli Zaretskii [Mon, 13 Jun 2005 12:19:38 +0000 (12:19 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 13 Jun 2005 12:18:31 +0000 (12:18 +0000)]
(x_use_underline_position_properties): New variable.
(x_draw_glyph_string): Remind in a comment to change doc string of
x-use-underline-position-properties if/when underline positioning is
implemented.
(syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
and initialize it to nil.
Lute Kamstra [Mon, 13 Jun 2005 12:08:25 +0000 (12:08 +0000)]
*** empty log message ***