1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00
Commit Graph

52042 Commits

Author SHA1 Message Date
Francesco Potortì
5dc59f2e62 Changes to the etags news. 2004-09-18 10:21:24 +00:00
John Paul Wallington
0529fb36ac *** empty log message *** 2004-09-18 09:37:24 +00:00
John Paul Wallington
91af11b2a3 (calc-quick-units): Fix overzealous s/or/unless. 2004-09-18 09:29:35 +00:00
John Paul Wallington
dc711054e2 (define-ibuffer-filter filename): Expand dired-directory since
buffer-file-name is absolute.
From Romain Francoise <romain@orebokech.com>.
2004-09-18 08:14:36 +00:00
Kim F. Storm
66507a7a3e 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.
2004-09-17 21:26:20 +00:00
Kim F. Storm
c8be3fe8d7 *** empty log message *** 2004-09-17 21:25:42 +00:00
Kim F. Storm
0f6dfa1a7b From Dan Nicolaescu <dann@ics.uci.edu>
Regenerate.
2004-09-17 21:10:20 +00:00
Kim F. Storm
d4c2ad4868 From Dan Nicolaescu <dann@ics.uci.edu>
Change the strings for smso and rmso.
2004-09-17 21:08:45 +00:00
Kim F. Storm
502a4ee98f 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.
2004-09-17 21:07:12 +00:00
Kim F. Storm
6e3654ab66 *** empty log message *** 2004-09-17 21:05:56 +00:00
Jay Belanger
def71c184c (calc-mode-var-list): Fixed the value of `calc-matrix-brackets'. 2004-09-17 17:07:07 +00:00
Miles Bader
1232b9cbde 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
2004-09-17 09:26:42 +00:00
Thien-Thi Nguyen
113e270a24 *** empty log message *** 2004-09-15 17:03:13 +00:00
Jay Belanger
32d5360ac8 (calc-bug-address): Changed email address to send bug reports to.
Also changed the maintainer address at the top.
2004-09-15 16:57:57 +00:00
Jay Belanger
a8aee43bd2 (calc-mode): Compare calc-settings-file' to user-init-file' rather
than "\\.emacs" to determine if it is the user-init-file.
2004-09-15 16:54:26 +00:00
Jay Belanger
f10b7b1b5a calc/calc-embed.el (calc-embedded-set-modes): Use
`calc-mode-var-list' correctly.
2004-09-15 16:49:04 +00:00
Jay Belanger
7b2cda3878 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.
2004-09-15 16:48:19 +00:00
Thien-Thi Nguyen
946b248fd7 (annotate-time): Document point handling.
(vc-annotate-display-autoscale): Doc fix.
2004-09-15 16:47:08 +00:00
Miles Bader
5c2137b83c 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.
2004-09-15 04:04:10 +00:00
Stefan Monnier
4b70e2c95f (Finsert_file_contents): Fix case of replacement in a narrowed buffer. 2004-09-15 00:28:04 +00:00
Kim F. Storm
1b0338f794 (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT. 2004-09-14 20:53:18 +00:00
Kim F. Storm
a25fe164fd *** empty log message *** 2004-09-14 20:52:55 +00:00
John Paul Wallington
a386a960b2 (define-ibuffer-filter filename): Consider `dired-directory' if buffer
has no file name.  From Sean O'Rourke <sorourke@cs.ucsd.edu>.
2004-09-14 20:07:07 +00:00
Kim F. Storm
46b00436e7 (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.
2004-09-14 20:04:09 +00:00
Kim F. Storm
bfa0256354 *** empty log message *** 2004-09-14 20:03:34 +00:00
Kim F. Storm
8d413c2b6b (cursor): Add face-no-inherit property. Doc fix. 2004-09-14 19:57:52 +00:00
Kim F. Storm
be81224659 Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form). 2004-09-14 19:53:59 +00:00
Francesco Potortì
f3aa617fd8 typo corrected 2004-09-14 18:41:45 +00:00
Francesco Potortì
4559d619bd Put /dev into @file. 2004-09-14 15:22:48 +00:00
Simon Josefsson
a3ba1a6a0d Add. 2004-09-14 11:12:00 +00:00
Simon Josefsson
0904599e09 files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
textmodes/dns-mode.el: Add.
2004-09-14 11:09:35 +00:00
Stefan Monnier
892a8eb54c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
(Fbyte_code): Remove dead code after `wrong_type_argument'.
2004-09-13 21:13:38 +00:00
Stefan Monnier
126f9c02d4 (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
before doing the mark_stack_check_gcpros since they are not on the stack.
2004-09-13 21:06:31 +00:00
Stefan Monnier
c046590e94 (disabled-command-hook): Use shorthand for obsolescence.
(disabled-command-function): Make the ?\  char more obvious.
2004-09-13 20:53:05 +00:00
Stefan Monnier
58913dd306 (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root. 2004-09-13 20:40:17 +00:00
Stefan Monnier
ef9c4df0c0 (vc-arch-root, vc-arch-registered): Use vc-find-root. 2004-09-13 20:39:59 +00:00
Eli Zaretskii
82ae2f3f78 (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.
2004-09-13 20:08:44 +00:00
Francesco Potortì
91702d6376 (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.
2004-09-13 19:57:25 +00:00
Francesco Potortì
83a885869f 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.
2004-09-13 19:56:12 +00:00
Francesco Potortì
e057dc50eb *** empty log message *** 2004-09-13 19:50:40 +00:00
Miles Bader
ef3b7aae58 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
2004-09-13 16:01:26 +00:00
Francesco Potortì
dfcb9727ca Added support in etags for the Lua script language. 2004-09-13 13:42:00 +00:00
Francesco Potortì
38ad3429ff Added support for the Lua script language. 2004-09-13 13:35:43 +00:00
Francesco Potortì
05d9a39934 [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>.
2004-09-13 13:34:01 +00:00
Kim F. Storm
00098b0131 (isearch-resume-in-command-history): Rename from
isearch-resume-enabled and change default to nil.
2004-09-13 08:18:22 +00:00
Kim F. Storm
93e212f940 *** empty log message *** 2004-09-13 08:17:56 +00:00
Kim F. Storm
662b102f12 Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.
2004-09-13 08:16:38 +00:00
Kim F. Storm
3cfa787317 (Repetition): Rename isearch-resume-enabled to
isearch-resume-in-command-history and change default to disabled.
2004-09-13 08:15:37 +00:00
Stefan Monnier
ce9f8ffb02 (vc-ignore-dir-regexp): New var.
(vc-registered): Use it.
(vc-find-root): New fun.
2004-09-13 03:36:11 +00:00
Kim F. Storm
2b4b4febb2 (kmacro-step-edit-prompt): Add "%s" format to message. 2004-09-12 21:39:40 +00:00