]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years agoMove the call of register-input-method to leim-ext.el.
Kenichi Handa [Tue, 21 Sep 2004 02:25:16 +0000 (02:25 +0000)]
Move the call of register-input-method to leim-ext.el.
(ucs-input-insert-char): New function.
(ucs-input-method): Use ucs-input-insert-char.
(ucs-input-activate): Call quail-hide-guidance instead of
quail-hide-guidance-buf.

19 years agoAdd autoload for 'ucs-input-activate and
Kenichi Handa [Tue, 21 Sep 2004 02:23:32 +0000 (02:23 +0000)]
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 21 Sep 2004 01:11:31 +0000 (01:11 +0000)]
*** empty log message ***

19 years ago(run-mode-hooks): Run `after-change-major-mode-hook' after the
Luc Teirlinck [Tue, 21 Sep 2004 00:40:06 +0000 (00:40 +0000)]
(run-mode-hooks): Run `after-change-major-mode-hook' after the
mode-hooks instead of before.  Doc fix.

19 years ago(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck [Tue, 21 Sep 2004 00:16:25 +0000 (00:16 +0000)]
(Indications): Rearrange checklists for Emacs and Elisp manuals.

19 years ago(url-insert-file-contents): Decode contents.
Stefan Monnier [Mon, 20 Sep 2004 21:27:10 +0000 (21:27 +0000)]
(url-insert-file-contents): Decode contents.

19 years ago(mm-copy-to-buffer): Preserve the data's unibyteness.
Stefan Monnier [Mon, 20 Sep 2004 21:22:15 +0000 (21:22 +0000)]
(mm-copy-to-buffer): Preserve the data's unibyteness.

19 years ago(command-line) [windows-nt]: Try .emacs first, then
Jason Rumney [Mon, 20 Sep 2004 20:10:00 +0000 (20:10 +0000)]
(command-line) [windows-nt]: Try .emacs first, then
_emacs, but revert to .emacs if neither exists in home directory.

19 years ago(calc-mode-var-list): Removed unnecessary quotes.
Jay Belanger [Mon, 20 Sep 2004 18:35:40 +0000 (18:35 +0000)]
(calc-mode-var-list): Removed unnecessary quotes.

19 years ago(completion-ignored-extensions): Add .dfsl.
John Paul Wallington [Mon, 20 Sep 2004 17:39:21 +0000 (17:39 +0000)]
(completion-ignored-extensions): Add .dfsl.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Sep 2004 16:19:49 +0000 (16:19 +0000)]
*** empty log message ***

19 years ago(scroll-left): Make it disabled.
Richard M. Stallman [Mon, 20 Sep 2004 16:14:28 +0000 (16:14 +0000)]
(scroll-left): Make it disabled.

19 years ago(enable-local-eval): Doc fix.
Richard M. Stallman [Mon, 20 Sep 2004 16:12:57 +0000 (16:12 +0000)]
(enable-local-eval): Doc fix.

(hack-local-variables): Copy the variables list
to another buffer, strip prefixes and suffixes there, then read.

(enable-local-eval): Doc fix.
(ignored-local-variables): Initialize to nil.
(risky-local-variable-p): Don't check ignored-local-variables here.
(hack-one-local-variable): Ignore var if in ignored-local-variables.

19 years ago(move-to-left-margin): Special case for minibuffer.
Richard M. Stallman [Mon, 20 Sep 2004 16:09:32 +0000 (16:09 +0000)]
(move-to-left-margin): Special case for minibuffer.

19 years ago(term-emulate-terminal): Turn off undo for output.
Richard M. Stallman [Mon, 20 Sep 2004 15:59:31 +0000 (15:59 +0000)]
(term-emulate-terminal): Turn off undo for output.
Use with-current-buffer and save-selected-window.

19 years ago(eshell-explicit-command-char): Doc fix.
Richard M. Stallman [Mon, 20 Sep 2004 15:54:10 +0000 (15:54 +0000)]
(eshell-explicit-command-char): Doc fix.

19 years agoComment change.
Richard M. Stallman [Mon, 20 Sep 2004 15:47:41 +0000 (15:47 +0000)]
Comment change.

19 years agoUpdate author address.
Richard M. Stallman [Mon, 20 Sep 2004 15:47:08 +0000 (15:47 +0000)]
Update author address.

19 years ago(sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).
Richard M. Stallman [Mon, 20 Sep 2004 15:46:23 +0000 (15:46 +0000)]
(sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).

19 years ago(makefile-fill-paragraph): Don't insist on spaces when looking for
Richard M. Stallman [Mon, 20 Sep 2004 15:45:31 +0000 (15:45 +0000)]
(makefile-fill-paragraph): Don't insist on spaces when looking for
comments.  # is enough.

19 years ago(Key Sequence Input): Clarify downcasing in read-key-sequence.
Richard M. Stallman [Mon, 20 Sep 2004 15:41:40 +0000 (15:41 +0000)]
(Key Sequence Input): Clarify downcasing in read-key-sequence.

19 years ago(Hooks): Explain using setq to clear out a hook.
Richard M. Stallman [Mon, 20 Sep 2004 15:37:53 +0000 (15:37 +0000)]
(Hooks): Explain using setq to clear out a hook.
(File Variables): Explain multiline string constants.
(Non-ASCII Rebinding): Explain when you need to update
non-ASCII char codes in .emacs.

19 years ago(Notations Used in This Manual): Put in an earlier mention that DEL
Jay Belanger [Mon, 20 Sep 2004 15:26:14 +0000 (15:26 +0000)]
(Notations Used in This Manual): Put in an earlier mention that DEL
could be called Backspace.

19 years ago(Compilation): Explain how to make a silent subprocess that won't be
Richard M. Stallman [Mon, 20 Sep 2004 15:26:00 +0000 (15:26 +0000)]
(Compilation): Explain how to make a silent subprocess that won't be
terminated.  Explain compilation-environment.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Miles Bader [Mon, 20 Sep 2004 12:03:05 +0000 (12:03 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
   Update from CVS

19 years agoAdd DONE2 column for manual sections.
Kim F. Storm [Sun, 19 Sep 2004 16:25:53 +0000 (16:25 +0000)]
Add DONE2 column for manual sections.

19 years ago(event-basic-type): Fix mask (extend to 22bits).
Stefan Monnier [Sun, 19 Sep 2004 06:07:38 +0000 (06:07 +0000)]
(event-basic-type): Fix mask (extend to 22bits).

19 years agoTypo in the menu.
Stefan Monnier [Sun, 19 Sep 2004 02:14:14 +0000 (02:14 +0000)]
Typo in the menu.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 19 Sep 2004 01:11:35 +0000 (01:11 +0000)]
*** empty log message ***

19 years ago(after-change-major-mode-hook): Doc fix.
Luc Teirlinck [Sun, 19 Sep 2004 01:08:16 +0000 (01:08 +0000)]
(after-change-major-mode-hook): Doc fix.

19 years ago(enriched-rerun-flag): New variable.
Luc Teirlinck [Sun, 19 Sep 2004 00:12:43 +0000 (00:12 +0000)]
(enriched-rerun-flag): New variable.
(enriched-before-change-major-mode): New function.
Add it to `change-major-mode-hook'.
(enriched-after-change-major-mode): New function.
Add it to `after-change-major-mode-hook'.
(enriched-mode): Make it work correctly if called from
`after-change-major-mode-hook'.
No longer set `indent-line-function'.

19 years ago(fundamental-mode): Run `after-change-major-mode-hook'.
Luc Teirlinck [Sun, 19 Sep 2004 00:02:44 +0000 (00:02 +0000)]
(fundamental-mode): Run `after-change-major-mode-hook'.

19 years ago(after-change-major-mode-hook): New variable.
Luc Teirlinck [Sat, 18 Sep 2004 23:57:10 +0000 (23:57 +0000)]
(after-change-major-mode-hook): New variable.
(run-mode-hooks): Implement it.

19 years ago(x_term_init): Work around a bug in some X servers.
Stefan Monnier [Sat, 18 Sep 2004 21:36:02 +0000 (21:36 +0000)]
(x_term_init): Work around a bug in some X servers.

19 years ago(battery-linux-proc-apm): Use string-to-number.
Stefan Monnier [Sat, 18 Sep 2004 21:33:44 +0000 (21:33 +0000)]
(battery-linux-proc-apm): Use string-to-number.
(battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
Use dolist (and less indentation).  Use erase-buffer.
Pre-initialize `design-capacity', `warn', and `low'.
(battery-format): Use replace-regexp-in-string.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 18 Sep 2004 20:27:40 +0000 (20:27 +0000)]
*** empty log message ***

19 years ago(Indications): Clean up and update checklists for Emacs and Elisp manual.
Luc Teirlinck [Sat, 18 Sep 2004 20:22:35 +0000 (20:22 +0000)]
(Indications): Clean up and update checklists for Emacs and Elisp manual.

19 years ago(syms_of_buffer) <default-major-mode>: Doc fix.
Richard M. Stallman [Sat, 18 Sep 2004 19:20:53 +0000 (19:20 +0000)]
(syms_of_buffer) <default-major-mode>: Doc fix.

19 years agoComment change.
Richard M. Stallman [Sat, 18 Sep 2004 19:18:58 +0000 (19:18 +0000)]
Comment change.

19 years ago(try_window_reusing_current_matrix):
Richard M. Stallman [Sat, 18 Sep 2004 14:53:42 +0000 (14:53 +0000)]
(try_window_reusing_current_matrix):
Handle the case where we reach the old displayed text,
out of sync with the old line boundary.

19 years agoDelete superfluous empty lines.
Eli Zaretskii [Sat, 18 Sep 2004 11:50:18 +0000 (11:50 +0000)]
Delete superfluous empty lines.
(battery-linux-proc-acpi): Attempt to gather information from all
battery subdirectories regardless of their file name.
(battery-linux-proc-apm): Replace all occurrences of
battery-hex-to-int-2 with string-to-int (base 16).
(battery-hex-to-int-2, battery-hex-to-int): Delete functions.
(battery-hex-map): Delete variable.

19 years agoChanges to the etags news.
Francesco Potortì [Sat, 18 Sep 2004 10:21:24 +0000 (10:21 +0000)]
Changes to the etags news.

19 years ago*** empty log message ***
John Paul Wallington [Sat, 18 Sep 2004 09:37:24 +0000 (09:37 +0000)]
*** empty log message ***

19 years ago(calc-quick-units): Fix overzealous s/or/unless.
John Paul Wallington [Sat, 18 Sep 2004 09:29:35 +0000 (09:29 +0000)]
(calc-quick-units): Fix overzealous s/or/unless.

19 years ago(define-ibuffer-filter filename): Expand dired-directory since
John Paul Wallington [Sat, 18 Sep 2004 08:14:36 +0000 (08:14 +0000)]
(define-ibuffer-filter filename): Expand dired-directory since
buffer-file-name is absolute.
From Romain Francoise <romain@orebokech.com>.

19 years agoFrom Dan Nicolaescu <dann@ics.uci.edu>
Kim F. Storm [Fri, 17 Sep 2004 21:26:20 +0000 (21:26 +0000)]
From Dan Nicolaescu  <dann@ics.uci.edu>

(ediff-current-diff-face-A)
(ediff-current-diff-face-B, ediff-current-diff-face-C)
(ediff-current-diff-face-Ancestor)
(ediff-fine-diff-face-A, ediff-fine-diff-face-B)
(ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
(ediff-even-diff-face-A, ediff-even-diff-face-B)
(ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
(ediff-odd-diff-face-A, ediff-odd-diff-face-B)
(ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
Use min-colors.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 17 Sep 2004 21:25:42 +0000 (21:25 +0000)]
*** empty log message ***

19 years agoFrom Dan Nicolaescu <dann@ics.uci.edu>
Kim F. Storm [Fri, 17 Sep 2004 21:10:20 +0000 (21:10 +0000)]
From Dan Nicolaescu  <dann@ics.uci.edu>
Regenerate.

19 years agoFrom Dan Nicolaescu <dann@ics.uci.edu>
Kim F. Storm [Fri, 17 Sep 2004 21:08:45 +0000 (21:08 +0000)]
From Dan Nicolaescu  <dann@ics.uci.edu>
Change the strings for smso and rmso.

19 years agoFrom Dan Nicolaescu <dann@ics.uci.edu>
Kim F. Storm [Fri, 17 Sep 2004 21:07:12 +0000 (21:07 +0000)]
From Dan Nicolaescu  <dann@ics.uci.edu>
(term-down): Perform vertical motion if DOWN is negative.
(term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
(term-termcap-format): Synchronyze with the eterm terminfo entry
in etc/e/eterm.ti.
(term-handle-colors-array): If the current foreground or
background are zero (i.e. unspecified), use the foreground and
background of the default face for reverse video.
(term-ansi-at-eval-string, term-ansi-default-fg)
(term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
(term-mem): Delete ununsed function.
(term-protocol-version): Increment.
(term-current-face): Set to default.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 17 Sep 2004 21:05:56 +0000 (21:05 +0000)]
*** empty log message ***

19 years ago(calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.
Jay Belanger [Fri, 17 Sep 2004 17:07:07 +0000 (17:07 +0000)]
(calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552
Miles Bader [Fri, 17 Sep 2004 09:26:42 +0000 (09:26 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-27
   Use the same directory explicit id-tags as Emacs where possible

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-28
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-29
   Update from CVS

19 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 15 Sep 2004 17:03:13 +0000 (17:03 +0000)]
*** empty log message ***

19 years ago(calc-bug-address): Changed email address to send bug reports to.
Jay Belanger [Wed, 15 Sep 2004 16:57:57 +0000 (16:57 +0000)]
(calc-bug-address):  Changed email address to send bug reports to.
Also changed the maintainer address at the top.

19 years ago(calc-mode): Compare `calc-settings-file' to `user-init-file' rather
Jay Belanger [Wed, 15 Sep 2004 16:54:26 +0000 (16:54 +0000)]
(calc-mode):  Compare `calc-settings-file' to `user-init-file' rather
than "\\.emacs" to determine if it is the user-init-file.

19 years agocalc/calc-embed.el (calc-embedded-set-modes): Use
Jay Belanger [Wed, 15 Sep 2004 16:49:04 +0000 (16:49 +0000)]
calc/calc-embed.el (calc-embedded-set-modes): Use
`calc-mode-var-list' correctly.

19 years agocalc/calc.el (calc-mode-var-list): Define this variable.
Jay Belanger [Wed, 15 Sep 2004 16:48:19 +0000 (16:48 +0000)]
calc/calc.el (calc-mode-var-list): Define this variable.
(calc-always-load-extensions, calc-line-numbering,
calc-line-breaking, calc-display-just, calc-display-origin,
calc-number-radix, calc-leading-zeros, calc-group-digits,
calc-group-char, calc-point-char, calc-frac-format,
calc-prefer-frac, calc-hms-format, calc-date-format,
calc-float-format, calc-full-float-format, calc-complex-format,
calc-complex-mode, calc-infinite-mode, calc-display-strings,
calc-matrix-just, calc-break-vectors, calc-full-vectors,
calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets,
calc-matrix-brackets, calc-language, calc-language-option,
calc-left-label, calc-right-label, calc-word-size,
calc-previous-modulo, calc-simplify-mode, calc-auto-recompute,
calc-display-raw, calc-internal-prec, calc-angle-mode,
calc-algebraic-mode, calc-incomplete-algebraic-mode,
calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix,
calc-window-height, calc-display-trail, calc-show-selections,
calc-use-selections, calc-assoc-selections,
calc-display-working-message, calc-auto-why , calc-timing,
calc-mode-save-mode, calc-standard-date-formats,
calc-autorange-units, calc-was-keypad-mode, calc-full-mode,
calc-user-parse-tables, calc-gnuplot-default-device,
calc-gnuplot-default-output, calc-gnuplot-print-device,
calc-gnuplot-print-output, calc-gnuplot-geometry,
calc-graph-default-resolution, calc-graph-default-resolution-3d,
calc-invocation-macro, calc-show-banner): Give these values as
  part of `calc-mode-var-list's initialization after the variables
  are declared with defvar.

19 years ago(annotate-time): Document point handling.
Thien-Thi Nguyen [Wed, 15 Sep 2004 16:47:08 +0000 (16:47 +0000)]
(annotate-time): Document point handling.
(vc-annotate-display-autoscale): Doc fix.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
Miles Bader [Wed, 15 Sep 2004 04:04:10 +0000 (04:04 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549

Use symbol-matching for generic-mode keywords

2004-09-15  Miles Bader  <miles@gnu.org>

   * lisp/generic.el (generic-make-keywords-list): Use symbol rather than
   word anchors in regexp.

19 years ago(Finsert_file_contents): Fix case of replacement in a narrowed buffer.
Stefan Monnier [Wed, 15 Sep 2004 00:28:04 +0000 (00:28 +0000)]
(Finsert_file_contents): Fix case of replacement in a narrowed buffer.

19 years ago(PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
Kim F. Storm [Tue, 14 Sep 2004 20:53:18 +0000 (20:53 +0000)]
(PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Sep 2004 20:52:55 +0000 (20:52 +0000)]
*** empty log message ***

19 years ago(define-ibuffer-filter filename): Consider `dired-directory' if buffer
John Paul Wallington [Tue, 14 Sep 2004 20:07:07 +0000 (20:07 +0000)]
(define-ibuffer-filter filename): Consider `dired-directory' if buffer
has no file name.  From Sean O'Rourke <sorourke@cs.ucsd.edu>.

19 years ago(Qface_no_inherit): New var.
Kim F. Storm [Tue, 14 Sep 2004 20:04:09 +0000 (20:04 +0000)]
(Qface_no_inherit): New var.
(syms_of_xfaces): Intern and staticpro it.
(Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
(Finternal_copy_lisp_face, update_face_from_frame_parameter):
Don't increment face_change_count when face has non-nil
face-no-inherit property.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Sep 2004 20:03:34 +0000 (20:03 +0000)]
*** empty log message ***

19 years ago(cursor): Add face-no-inherit property. Doc fix.
Kim F. Storm [Tue, 14 Sep 2004 19:57:52 +0000 (19:57 +0000)]
(cursor): Add face-no-inherit property.  Doc fix.

19 years agoCorrect EBNF explanation (Backus-Naur Form rather than Backus Normal Form).
Kim F. Storm [Tue, 14 Sep 2004 19:53:59 +0000 (19:53 +0000)]
Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form).

19 years agotypo corrected
Francesco Potortì [Tue, 14 Sep 2004 18:41:45 +0000 (18:41 +0000)]
typo corrected

19 years agoPut /dev into @file.
Francesco Potortì [Tue, 14 Sep 2004 15:22:48 +0000 (15:22 +0000)]
Put /dev into @file.

19 years agoAdd.
Simon Josefsson [Tue, 14 Sep 2004 11:12:00 +0000 (11:12 +0000)]
Add.

19 years agofiles.el (auto-mode-alist): Map .soa and .zone to dns-mode.
Simon Josefsson [Tue, 14 Sep 2004 11:09:35 +0000 (11:09 +0000)]
files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
textmodes/dns-mode.el: Add.

19 years ago(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
Stefan Monnier [Mon, 13 Sep 2004 21:13:38 +0000 (21:13 +0000)]
(BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
(Fbyte_code): Remove dead code after `wrong_type_argument'.

19 years ago(Fgarbage_collect): Mark keyboards, gtk data, and specpdl
Stefan Monnier [Mon, 13 Sep 2004 21:06:31 +0000 (21:06 +0000)]
(Fgarbage_collect): Mark keyboards, gtk data, and specpdl
before doing the mark_stack_check_gcpros since they are not on the stack.

19 years ago(disabled-command-hook): Use shorthand for obsolescence.
Stefan Monnier [Mon, 13 Sep 2004 20:53:05 +0000 (20:53 +0000)]
(disabled-command-hook): Use shorthand for obsolescence.
(disabled-command-function): Make the ?\  char more obvious.

19 years ago(vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
Stefan Monnier [Mon, 13 Sep 2004 20:40:17 +0000 (20:40 +0000)]
(vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.

19 years ago(vc-arch-root, vc-arch-registered): Use vc-find-root.
Stefan Monnier [Mon, 13 Sep 2004 20:39:59 +0000 (20:39 +0000)]
(vc-arch-root, vc-arch-registered): Use vc-find-root.

19 years ago(windmove-frame-edges): Report coordinates of
Eli Zaretskii [Mon, 13 Sep 2004 20:08:44 +0000 (20:08 +0000)]
(windmove-frame-edges): Report coordinates of
outside edges of frame, not inside edges.
(windmove-coordinates-of-position): Convert into wrapper to new
function `windmove-coordinates-of-window-position';
`compute-motion' always applies to selected window.
(windmove-coordinates-of-position): Update documentation to refer
to Emacs 21 Lisp Reference Manual.
(windmove-find-other-window): Fix off-by-one errors for max x,y.

19 years ago(main): When relative file names are given as argument,
Francesco Potortì [Mon, 13 Sep 2004 19:57:25 +0000 (19:57 +0000)]
(main): When relative file names are given as argument,
make them relative to the current working dir, rather than
relative to the output tags file, if the latter is in /dev.

19 years agoWhen relative file names are given as argument,
Francesco Potortì [Mon, 13 Sep 2004 19:56:12 +0000 (19:56 +0000)]
When relative file names are given as argument,
make them relative to the current working dir, rather than
relative to the output tags file, if the latter is in /dev.

19 years ago*** empty log message ***
Francesco Potortì [Mon, 13 Sep 2004 19:50:40 +0000 (19:50 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546
Miles Bader [Mon, 13 Sep 2004 16:01:26 +0000 (16:01 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26
   Update from CVS

19 years agoAdded support in etags for the Lua script language.
Francesco Potortì [Mon, 13 Sep 2004 13:42:00 +0000 (13:42 +0000)]
Added support in etags for the Lua script language.

19 years agoAdded support for the Lua script language.
Francesco Potortì [Mon, 13 Sep 2004 13:35:43 +0000 (13:35 +0000)]
Added support for the Lua script language.

19 years ago[EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
Francesco Potortì [Mon, 13 Sep 2004 13:34:01 +0000 (13:34 +0000)]
[EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
<stdlib.h> is available.
(enum sym_type): New st_C_attribute value for parsing
gcc's __attribute__.  Deleted st_C_typespec value.
(gperf, in_word_set): Use gperf 3, options changed.  Added the
__attribute__ keyword, removed all the st_C_typespec keywords,
changed attribute for Java to (C_JAVA & !C_PLPL).
(inattribute): New global bool, part of the C state machine.
(cblev): Identifier renamed to bracelev throughout.
(consider_token, C_entries): Numerous changes for making the
parser more robust and adding support for __attribute__.

Tiny change by David A. Capello <dacap@users.sourceforge.net> -
(Lua_suffixes, Lua_help, lang_names, Lua_functions):
Support the Lua scripting language <http://www.lua.org>.

19 years ago(isearch-resume-in-command-history): Rename from
Kim F. Storm [Mon, 13 Sep 2004 08:18:22 +0000 (08:18 +0000)]
(isearch-resume-in-command-history): Rename from
isearch-resume-enabled and change default to nil.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 13 Sep 2004 08:17:56 +0000 (08:17 +0000)]
*** empty log message ***

19 years agoRename isearch-resume-enabled to isearch-resume-in-command-history
Kim F. Storm [Mon, 13 Sep 2004 08:16:38 +0000 (08:16 +0000)]
Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.

19 years ago(Repetition): Rename isearch-resume-enabled to
Kim F. Storm [Mon, 13 Sep 2004 08:15:37 +0000 (08:15 +0000)]
(Repetition): Rename isearch-resume-enabled to
isearch-resume-in-command-history and change default to disabled.

19 years ago(vc-ignore-dir-regexp): New var.
Stefan Monnier [Mon, 13 Sep 2004 03:36:11 +0000 (03:36 +0000)]
(vc-ignore-dir-regexp): New var.
(vc-registered): Use it.
(vc-find-root): New fun.

19 years ago(kmacro-step-edit-prompt): Add "%s" format to message.
Kim F. Storm [Sun, 12 Sep 2004 21:39:40 +0000 (21:39 +0000)]
(kmacro-step-edit-prompt): Add "%s" format to message.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 12 Sep 2004 21:39:06 +0000 (21:39 +0000)]
*** empty log message ***

19 years ago(Fformat): Handle format strings with multiple text
Kim F. Storm [Sun, 12 Sep 2004 21:35:14 +0000 (21:35 +0000)]
(Fformat): Handle format strings with multiple text
properties.  Reverse text property list from the format string,
so the positions are in increasing order.

19 years ago(cua--rectangle-operation): Let bind
Kim F. Storm [Sun, 12 Sep 2004 20:26:39 +0000 (20:26 +0000)]
(cua--rectangle-operation): Let bind
inhibit-field-text-motion to t so rectangles work in comint buffers.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 12 Sep 2004 20:26:08 +0000 (20:26 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Sun, 12 Sep 2004 20:18:20 +0000 (20:18 +0000)]
*** empty log message ***

19 years ago(checkdoc-this-string-valid-engine):
Stefan Monnier [Sun, 12 Sep 2004 20:17:53 +0000 (20:17 +0000)]
(checkdoc-this-string-valid-engine):
Don't tell to use \\{...} when it's already done.

19 years ago*** empty log message ***
Stefan Monnier [Sun, 12 Sep 2004 19:59:48 +0000 (19:59 +0000)]
*** empty log message ***

19 years ago(bibtex-generate-url-list): Change format. Provide a sample complex default.
Stefan Monnier [Sun, 12 Sep 2004 19:52:15 +0000 (19:52 +0000)]
(bibtex-generate-url-list): Change format.  Provide a sample complex default.
(bibtex-url, bibtex-font-lock-url): Adapt to new format.
(bibtex-entry): Use mapc.

19 years ago(choose-completion-string): Set buffer before running
Kim F. Storm [Sun, 12 Sep 2004 18:52:03 +0000 (18:52 +0000)]
(choose-completion-string): Set buffer before running
choose-completion-string-functions hook so it can be buffer-local.