1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

4845 Commits

Author SHA1 Message Date
Kim F. Storm
faa7db081a Reworked 2003-01-12 change -- call a plist a plist!
(QCplist): Renamed from QCvars.  All uses changed.
(Fprocess_plist): Replaces Fprocess_variable.  Simplified.
(Fset_process_plist): Replaces Fset_process_variable.  Simplified.
(syms_of_process): Intern, staticpro, defsubr these.
(Fmake_network_process): Describe :plist arg.  Removed :vars arg.
2003-01-14 09:55:50 +00:00
Markus Rost
d568081554 (custom-make-dependencies): Don't set standard-value
and version numbers for variables.  Handle faces.
2003-01-13 23:47:04 +00:00
Kim F. Storm
a42e9704f2 Rename ido-max-prompt-width to ido-max-file-prompt-width for consistency. 2003-01-13 23:05:51 +00:00
Kim F. Storm
1c743e1660 Fix incorrect use of "path" term in ido.el. 2003-01-13 22:57:28 +00:00
John Paul Wallington
64f511342e (server-process-filter): Use `minibufferp' to test
whether we are inside a minibuffer.
(server-process, server-kill-new-buffers): Doc fixes.
2003-01-13 16:44:07 +00:00
Dave Love
817cb12775 *** empty log message *** 2003-01-13 13:33:54 +00:00
Juanma Barranquero
57876eb31b *** empty log message *** 2003-01-13 12:50:55 +00:00
Kim F. Storm
b88bfa623b *** empty log message *** 2003-01-13 09:49:10 +00:00
Juanma Barranquero
abcd940ba5 *** empty log message *** 2003-01-13 08:27:02 +00:00
Richard M. Stallman
3e8cf2ea92 *** empty log message *** 2003-01-13 08:23:46 +00:00
Stefan Monnier
978a673fa4 *** empty log message *** 2003-01-13 00:40:07 +00:00
Kim F. Storm
afd250cb73 *** empty log message *** 2003-01-12 22:23:22 +00:00
Andreas Schwab
ad797e5662 . 2003-01-12 20:53:04 +00:00
Andreas Schwab
3a759d4830 . 2003-01-12 20:13:20 +00:00
Andreas Schwab
f29dd3461e . 2003-01-11 23:16:40 +00:00
Andreas Schwab
eaae32461d . 2003-01-11 22:49:02 +00:00
Nick Roberts
9f14cf875f Renamed gud-goto to gud-until 2003-01-11 16:57:30 +00:00
Nick Roberts
b208af97d6 *** empty log message *** 2003-01-11 16:45:15 +00:00
Dave Love
31d98fa0b4 (cp-make-coding-system): Fix last
change.
2003-01-10 23:30:52 +00:00
Kai Großjohann
d4aeef3b96 (dired-garbage-files-regexp): Use \\' instead of $ and
use regexp-opt for readability.
2003-01-10 16:42:27 +00:00
Juanma Barranquero
adb266eff0 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
xml-parse-elem-type): Be more flexible in recognizing empty elements.
2003-01-10 08:34:04 +00:00
John Wiegley
3c65ae0ab4 *** empty log message *** 2003-01-10 07:00:59 +00:00
Karl Berry
976d93d4cc sort-regexp-fields update 2003-01-09 23:29:54 +00:00
Markus Rost
2de2cb02c9 (customize-group, customize-group-other-window):
Remove unnecessary calls to custom-load-symbol.
(custom-group-value-create):
Load widget deps if state is not hidden.  If widget deps are
loaded, load them in advance.
(custom-menu-create): If widget deps are loaded, load them earlier.
2003-01-09 22:32:48 +00:00
John Paul Wallington
c256b4abe5 * language/ethio-util.el (ethio-gemination)
(exit-ethiopic-environment): Doc fixes.

* language/viet-util.el (viet-encode-viqr-region)
(viet-decode-viqr-region, viet-encode-viqr-buffer)
(viet-decode-viqr-buffer): Doc fixes.
2003-01-09 14:13:48 +00:00
ShengHuo ZHU
8e5c466d30 * paths.el: Remove gnus-startup-file. 2003-01-09 13:50:17 +00:00
Bill Wohler
c3d9274aea Upgraded to MH-E version 7.1. 2003-01-08 23:21:16 +00:00
Kim F. Storm
c4af2bceb4 *** empty log message *** 2003-01-08 10:38:18 +00:00
Francesco Potortì
d56c1d2d40 *** empty log message *** 2003-01-08 09:10:53 +00:00
Markus Rost
f387e1fdb2 *** empty log message *** 2003-01-07 19:35:51 +00:00
Francesco Potortì
2752d2f4cf *** empty log message *** 2003-01-07 14:33:59 +00:00
Kai Großjohann
6fbe33a719 (dired-garbage-files-regexp): Add `.aux$'. These are
produced by TeX.
2003-01-07 10:20:38 +00:00
André Spiegel
644be377c5 # 2003-01-07 08:30:56 +00:00
Dave Love
fb02aff2cc *** empty log message *** 2003-01-06 21:16:14 +00:00
John Paul Wallington
3e0b7b44a8 (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes. 2003-01-06 16:02:29 +00:00
Richard M. Stallman
8c6d74c642 *** empty log message *** 2003-01-06 01:28:25 +00:00
Dave Love
4f1ab860fe (Buffer-menu-execute): Fix for effect of header
line.
2003-01-05 23:15:36 +00:00
Andreas Schwab
ee5861c836 (Buffer-menu-buffer+size): Don't clobber buffer name. 2003-01-05 17:46:42 +00:00
Dave Love
139c4e546d *** empty log message *** 2003-01-05 01:06:52 +00:00
Nick Roberts
67206a8418 *** empty log message *** 2003-01-04 22:43:31 +00:00
Thien-Thi Nguyen
524425ae58 (xml-substitute-special): Move "&" -> "&" last. 2003-01-04 09:32:17 +00:00
Kim F. Storm
ce40a0e52a *** empty log message *** 2003-01-03 22:48:27 +00:00
Dave Love
b439e72aa8 (sort-coding-systems): Adjust
priority of utf-16 and x-ctext.
2003-01-03 20:16:56 +00:00
André Spiegel
c335883f9f # 2003-01-03 15:29:32 +00:00
Kim F. Storm
821adeae4e *** empty log message *** 2003-01-03 12:59:20 +00:00
John Paul Wallington
2dba57c18e (eldoc-get-var-docstring): Only return a
documentation string when `sym' is non-nil.
2003-01-03 11:46:20 +00:00
Steven Tamm
7413b888c0 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
        Carbon port by testing "mac-carbon" feature, not window-system.
2003-01-02 22:37:13 +00:00
Markus Rost
b59b77f136 (customize-group, customize-group-other-window):
Call custom-load-symbol unconditionally.
(customize-face, customize-face-other-window): Fix format arg.
2003-01-02 18:02:09 +00:00
John Paul Wallington
0e5ddee193 (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
2003-01-02 16:08:15 +00:00
Richard M. Stallman
ab233196ba (rmail-reply): Don't call mail-strip-quoted-names. 2003-01-01 16:57:25 +00:00
Steven Tamm
ded8a54259 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
	Carbon port
2002-12-31 04:55:47 +00:00
Markus Rost
d28242e143 (defface button): Add group. 2002-12-29 23:49:57 +00:00
Nick Roberts
d6251dd2a2 *** empty log message *** 2002-12-29 20:45:38 +00:00
Markus Rost
f134b461ec (customize-browse): Call `widget-setup'. 2002-12-29 19:15:58 +00:00
Andreas Schwab
cd1b15b867 Generate cus-load.el and finder-inf.el in the
source directory.  Change dependencies on lisp files to explicitly
use $(lisp).
(compile-calc): Fix command substitution.
2002-12-29 18:01:39 +00:00
Richard M. Stallman
1dc788eba8 *** empty log message *** 2002-12-28 21:29:24 +00:00
Andreas Schwab
1ebc190a84 (makefile-font-lock-keywords): Highlight
automatic variable references enclosed in parens and optionally
suffixed by F or D.
2002-12-28 01:04:02 +00:00
Miles Bader
271f4a9e80 (Info-complete-menu-item): Make `Info-complete-cache' a buffer-local variable. 2002-12-27 04:09:53 +00:00
Markus Rost
ffec8c5a3d (customize-group-other-window): Use pop-to-buffer in
the same way as `custom-buffer-create-other-window'.
(customize-variable-other-window, customize-option-other-window):
Definitions moved up.
2002-12-26 22:15:38 +00:00
Kai Großjohann
4007ba5bfb * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
* net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
tramp.el.  From Michael Albinus.
* net/tramp-smb.el: New file for using smbclient to access
Windows shares with Tramp.  From Michael Albinus.
2002-12-26 20:47:51 +00:00
Andreas Schwab
9ddf362eb8 (select-safe-coding-system): Fix typo. 2002-12-26 17:29:06 +00:00
André Spiegel
6ca12bea0b # 2002-12-26 14:44:21 +00:00
André Spiegel
04db6f386c # 2002-12-26 14:11:34 +00:00
Nick Roberts
724533fcae *** empty log message *** 2002-12-26 00:11:21 +00:00
Markus Rost
08b4ae6ca4 (custom-save-faces): Fix typo. 2002-12-25 21:12:01 +00:00
Francesco Potortì
75b6ccddfa *** empty log message *** 2002-12-23 22:51:11 +00:00
Nick Roberts
3e265c83a0 *** empty log message *** 2002-12-23 21:42:14 +00:00
Richard M. Stallman
2155ecf383 *** empty log message *** 2002-12-23 18:42:49 +00:00
Richard M. Stallman
76efe10ec7 Don't define a name for the minor mode menu. 2002-12-23 17:59:54 +00:00
Richard M. Stallman
0b17a21779 *** empty log message *** 2002-12-22 22:06:38 +00:00
Nick Roberts
5cad7166df *** empty log message *** 2002-12-22 00:20:12 +00:00
Pavel Janík
b059213896 (gud-menu-map): Add jdb support for "run".
(gud-jdb-find-source-using-classpath): Use 'identity.
(gud-jdb-marker-filter): Marker regexp and filename filtering change to
support a backwards-incompatible change in Sun's jdb line number display in
SDK versions 1.4.
(gud-format-command): gud-find-class now requires two parameters (file and
linenumber).
(gud-find-class): Bulk of the change related to using c-syntactic symbols
to locate nested class declarations in java sources visited by java-mode
(cc-mode).
2002-12-21 23:06:34 +00:00
Nick Roberts
7ffc9fcd67 *** empty log message *** 2002-12-21 22:57:55 +00:00
Richard M. Stallman
f0088f4de8 (Man-getpage-in-background): Put GROFF_NO_SGR in env. 2002-12-21 20:25:25 +00:00
Andreas Schwab
2bb27597b3 (dired-insert-directory): Preserve text properties when quoting. 2002-12-21 17:06:54 +00:00
Francesco Potortì
7b11d96e33 *** empty log message *** 2002-12-20 13:01:10 +00:00
Francesco Potortì
2888e2f3ba *** empty log message *** 2002-12-20 12:45:18 +00:00
Juanma Barranquero
dd4461ace4 *** empty log message *** 2002-12-18 23:45:45 +00:00
Dave Love
6993ac191d *** empty log message *** 2002-12-18 23:24:47 +00:00
John Paul Wallington
2504650303 (Info-dir-remove-duplicates): Avoid infloop when
deleting last entry.
2002-12-18 05:16:09 +00:00
Nick Roberts
faf9f52eb8 *** empty log message *** 2002-12-17 23:38:28 +00:00
Kenichi Handa
b6da19efbc *** empty log message *** 2002-12-17 11:57:18 +00:00
Kenichi Handa
0e9ec6091e (universal-coding-system-argument):
Bind coding-system-require-warning to t.
(select-safe-coding-system): Handle t in the arg
DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
coding-system to allow users to specify unsafe coding system on
their risk.
2002-12-17 11:40:47 +00:00
Francesco Potortì
652c86e823 *** empty log message *** 2002-12-16 17:05:09 +00:00
Kim F. Storm
3bd794f6c1 *** empty log message *** 2002-12-16 12:05:16 +00:00
Juanma Barranquero
bc7bb432d6 (Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,
Buffer-menu-buffer+size-width, Buffer-menu-mode-width): New customization.
(Buffer-menu-sort-column): New var.
(Buffer-menu-no-header): New function for not changing header line and
recognizing swapped M&R columns, used by modifying commands in Buffer Menu.
(Buffer-menu-buffer+size): New function for variable width buffer name.
(list-buffers-noselect): Rewritten for nicer menu.
2002-12-16 08:13:19 +00:00
Markus Rost
644e04f808 (filesets-build-menu-now): Don't clear messages. 2002-12-16 01:47:18 +00:00
Markus Rost
9471aeec5c (allout-init): Give report also in case auto-activation was inhibited.
(my-mark-marker): Test for feature 'xemacs instead of a string parse.
2002-12-16 01:01:39 +00:00
David Kastrup
76aea5a2c9 *** empty log message *** 2002-12-15 22:39:41 +00:00
Markus Rost
4c71e413e4 ...and correct the date. 2002-12-15 19:05:35 +00:00
Markus Rost
f7f415e4f1 Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog. 2002-12-15 19:01:33 +00:00
Dave Love
2e547569ba *** empty log message *** 2002-12-15 17:08:37 +00:00
Juanma Barranquero
311ff235fa (compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.
2002-12-14 23:35:19 +00:00
Andreas Schwab
ea13a2b4d4 (widget-move): Don't loop infinitely when there is
no field or button.
2002-12-14 14:27:23 +00:00
Stefan Monnier
2c568af5c7 *** empty log message *** 2002-12-14 00:12:21 +00:00
Markus Rost
37554efff5 Besides adding an entry, do some minor white space fixes. 2002-12-13 23:58:55 +00:00
Markus Rost
990a41084b (current-language-environment): Set type according to
`language-info-alist' also here.
2002-12-13 22:42:21 +00:00
Kenichi Handa
d850458362 (encode-mac-roman): Fix last change. 2002-12-13 04:45:14 +00:00
Nick Roberts
81d45f726b *** empty log message *** 2002-12-13 00:40:52 +00:00
Dave Love
d7136fd37a *** empty log message *** 2002-12-12 22:55:05 +00:00
Dave Love
e5c230f42f (byte-optimize-featurep): New. 2002-12-12 20:28:32 +00:00
Glenn Morris
6f9a4ce206 (fortran-mode-abbrev-table): Handle `define-abbrev' with either 5
or 6 arguments.
2002-12-12 01:06:54 +00:00
Markus Rost
1169bd863a (set-language-info): Update custom-type of
current-language-environment directly without a function call.
(current-language-environment-custom-type): Deleted.
2002-12-12 00:52:05 +00:00
Markus Rost
590dbcbaa6 (current-language-environment-custom-type): New fun.
(set-language-info): Use it.
(current-language-environment): Fix custom type.
2002-12-11 21:29:31 +00:00
Pavel Janík
edf997018e (antlr): New URL. 2002-12-11 06:58:54 +00:00
Richard M. Stallman
9cd1fbc3a9 (bashdb): Prompt now included parenthesis for subshell
levels. Fix erroneous print expression command, and fix typos.
(perldb): Undo previous change in prompt regexp.
2002-12-10 21:50:22 +00:00
Steven Tamm
3ce073568e javascript-generic-mode: Added C style block comment as used in ECMA-262 2002-12-10 16:57:48 +00:00
Kenichi Handa
14e7b3a918 *** empty log message *** 2002-12-10 02:39:15 +00:00
John Paul Wallington
4ba1612761 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
disable it buffer-locally.
(ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
`eventpt' and point.

* ibuf-ext.el (ibuffer-remove-duplicates): New function.
(ibuffer-set-filter-groups-by-mode): Use it instead of
`delete-duplicates' so we don't require cl library at runtime.
(ibuffer-insert-filter-group-before): Don't use `position' so we
don't require cl library at runtime.

* chistory.el (command-history-mode): Add interactive spec.
Improve doc string.
2002-12-09 23:46:12 +00:00
Richard M. Stallman
d852822674 *** empty log message *** 2002-12-09 20:24:40 +00:00
Dave Love
aacad7aa1f (mik, pt154): New coding systems. 2002-12-09 20:12:57 +00:00
Markus Rost
72c5c58f32 *** empty log message *** 2002-12-09 19:46:48 +00:00
Dave Love
a4ac5b1710 *** empty log message *** 2002-12-09 18:12:01 +00:00
Andreas Schwab
034d21fe42 Fix last change. 2002-12-09 15:55:32 +00:00
Kenichi Handa
c3ff164a74 (titdic-convert): Process the header part in multibyte mode. 2002-12-09 05:44:06 +00:00
Dave Love
63dc56a176 (mule-diag): Move where it's
required.
2002-12-08 19:13:04 +00:00
Dave Love
ad7c69e787 Add latin-jisx0201 characters. Fix
translation-table-for-input for lao, thai, tibetan.
2002-12-08 18:59:46 +00:00
Andreas Schwab
4824556fdf *** empty log message *** 2002-12-08 13:22:05 +00:00
Nick Roberts
737a720654 *** empty log message *** 2002-12-08 01:28:46 +00:00
Richard M. Stallman
9252f7bcc9 *** empty log message *** 2002-12-07 21:41:11 +00:00
Andreas Schwab
239ad97f24 (face-font-selection-order)
(face-font-family-alternatives, face-font-registry-alternatives):
Remove period from :tag value.
2002-12-07 20:57:53 +00:00
Andreas Schwab
0bbe869a4e (custom-face-edit-fix-value): Change :reverse-video to :inverse-video. 2002-12-07 20:48:50 +00:00
Markus Rost
a75a5dd206 Clean up some white spaces, mainly in my own change log entries. (rost) 2002-12-07 20:29:43 +00:00
Andreas Schwab
087f110d7a (eshell-ls-product-regexp): Fix typo. 2002-12-07 19:05:03 +00:00
Andreas Schwab
b2a26f4e8f (find-file-read-args): Reenable wildcard processing unconditionally. 2002-12-07 14:47:40 +00:00
Robert J. Chassell
730a652d2f . 2002-12-06 19:56:57 +00:00
Dave Love
983209d0dc *** empty log message *** 2002-12-06 19:34:22 +00:00
Stefan Monnier
202edd32b7 *** empty log message *** 2002-12-06 17:39:47 +00:00
Miles Bader
1bd19a3105 (Info-insert-dir): Make dir-node-cache variables buffer-local, so that
killing the *info* buffer forces the dir-node to be rebuilt.
2002-12-06 09:10:19 +00:00
Markus Rost
7692124fbf *** empty log message *** 2002-12-06 00:44:26 +00:00
Andreas Schwab
f8532c555a (speedbar-highlight-face): Fix face spec. 2002-12-05 23:02:40 +00:00
Stefan Monnier
ff5aed9364 *** empty log message *** 2002-12-05 20:32:26 +00:00
Dave Love
903307483a Update safe-chars of mule-utf-8,
mule-utf-16-le, mule-utf-16-be.
2002-12-05 16:56:21 +00:00
Juanma Barranquero
31d2006902 *** empty log message *** 2002-12-05 16:34:01 +00:00
Juanma Barranquero
68cc0bc6dd *** empty log message *** 2002-12-05 16:16:54 +00:00
Richard M. Stallman
2ccc4d34e5 *** empty log message *** 2002-12-05 15:32:09 +00:00
Kenichi Handa
0d788d5fdc *** empty log message *** 2002-12-05 08:38:41 +00:00
Stefan Monnier
180c51e392 *** empty log message *** 2002-12-05 01:36:29 +00:00
Stefan Monnier
8d594498d7 (gdb-inferior-io-mode-map): Remove (unused).
(gdb-inferior-io-mode): Use define-minor-mode.
(gdb-source-info): Don't burp if there's no source file.
(gdb-inferior-io-interrupt, gdb-inferior-io-quit)
(gdb-inferior-io-stop, gdb-inferior-io-eof)
(gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
(gdb-display-stack-buffer, gdb-frame-stack-buffer)
(gdb-display-registers-buffer, gdb-frame-registers-buffer)
(gdb-display-locals-buffer, gdb-frame-locals-buffer)
(gdb-display-display-buffer, gdb-frame-display-buffer)
(gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
(gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
Remove the spurious left over arg from the "big reorg".
2002-12-04 17:20:06 +00:00
Richard M. Stallman
c599217702 *** empty log message *** 2002-12-04 11:57:49 +00:00
Dave Love
02d588e236 *** empty log message *** 2002-12-03 10:32:16 +00:00
Andreas Schwab
5a1a5f5807 . 2002-12-03 00:34:09 +00:00
Andreas Schwab
451e26973f . 2002-12-03 00:12:08 +00:00
Stefan Monnier
a8fd50efad *** empty log message *** 2002-12-02 22:31:01 +00:00
Richard M. Stallman
19fa03f370 *** empty log message *** 2002-12-02 16:20:46 +00:00
Dave Love
7666b1cb8c (autoarg-kp-mode): Give it a :group. 2002-12-02 13:01:24 +00:00
Noah Friedman
8e28519a40 (PC-do-completion): Do not add wildcards to pattern unless filename is
non-nil.
2002-12-02 08:51:39 +00:00
Andreas Schwab
90a7967a9a . 2002-12-01 23:38:48 +00:00
Andreas Schwab
5213c97dc5 . 2002-12-01 23:16:57 +00:00
Nick Roberts
6b1dc940a8 *** empty log message *** 2002-11-30 20:56:22 +00:00
Bill Wohler
bdcfe844b8 Upgraded to MH-E version 7.0. 2002-11-29 18:15:21 +00:00
Markus Rost
68f2d6419c (mouse-wheel-inhibit-click-time): Fix custom type. 2002-11-29 18:02:52 +00:00
Richard M. Stallman
b56f98ab9a Explain about ordering of alternatives in `choice'. 2002-11-29 15:12:50 +00:00
Kim F. Storm
30590488e0 *** empty log message *** 2002-11-28 23:02:45 +00:00
Nick Roberts
6424c3d5c1 *** empty log message *** 2002-11-28 21:23:11 +00:00
Jason Rumney
1637fd2c57 *** empty log message *** 2002-11-27 23:57:28 +00:00
Kim F. Storm
1518d6e35b (ido-xemacs): Remove defvar. All uses changed to
check (featurep 'xemacs) instead.
(ido-visit-buffer): Use select-frame-set-input-focus
unconditionally.
2002-11-27 23:13:27 +00:00
Dave Love
b7b95a1e50 Move `predicates for analyzing Lisp
forms' block to top (before uses).
(help-fns): Don't require at top level.  (Recursively.)
(cl-transform-lambda): Require help-fns.
2002-11-27 12:25:11 +00:00
Dave Love
5ba511bddf (cp-make-coding-system): Deal with
unencodable characters.
2002-11-26 18:17:33 +00:00
Richard M. Stallman
c1ee53bc24 *** empty log message *** 2002-11-24 19:05:06 +00:00
Richard M. Stallman
686e63b330 (menu-bar-describe-menu): Add "What's This?" item. 2002-11-24 19:01:18 +00:00
Nick Roberts
a922c25a24 Major re-organisation. Simplify legacy gdba code to allow only one gdb process. 2002-11-23 14:09:26 +00:00
Nick Roberts
9df8eceddd *** empty log message *** 2002-11-23 14:03:22 +00:00
Markus Rost
3ff2317b2f (scroll-all-mode): Add groups. 2002-11-23 03:26:24 +00:00
Markus Rost
ddff27f94e (scroll-all-mode): Move arg LIGHTER to the right place. 2002-11-23 01:44:30 +00:00
Nick Roberts
b121cb5b7f *** empty log message *** 2002-11-21 21:15:22 +00:00
Simon Josefsson
4203c128a6 (morse-code): Add non-ASCII characters, according
to table at http://www.soton.ac.uk/~scp93ch/morse/.
2002-11-21 18:11:49 +00:00
Richard M. Stallman
97b14e2251 *** empty log message *** 2002-11-21 17:34:00 +00:00
Juanma Barranquero
f4df536d0a Added LINTER support.
(sql-linter-program): New variable.
(sql-linter-options): New variable.
(sql-mode-menu): Added Linter keywords.
(sql-mode-linter-font-lock-keywords): New variable.
(sql-highlight-linter-keywords): New function.
(sql-linter): New function.
(sql-ms-options): New variable.
(sql-ms): Use it.
2002-11-21 08:32:06 +00:00
John Paul Wallington
1fb876f665 (ibuffer-formats): Change default value; bump width
of size column in first format to 7.
2002-11-21 05:36:06 +00:00
Stefan Monnier
18b69481b7 *** empty log message *** 2002-11-20 18:54:25 +00:00
John Paul Wallington
cb21744eb5 (symbol-file): Remove unused variable `functions'. 2002-11-20 12:58:37 +00:00
Markus Rost
30089f1de0 (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
(finder-data): Adjust to that name change.
2002-11-20 07:16:19 +00:00
Dave Love
def9389aaa (maphash, map-char-table): Use
byte-compile-funarg.
2002-11-19 18:02:07 +00:00
Markus Rost
a152344b14 (defgroup vhdl-related): Declare the members here rather than with
custom-add-to-group.  This is the intended way of using defgroup and
also lets custom-make-dependencies do its job.
(defgroup vhdl-highlight-faces): Ditto.
2002-11-19 17:22:52 +00:00
Stefan Monnier
3582b6a3ef *** empty log message *** 2002-11-19 16:50:40 +00:00
Markus Rost
4e2ad9eaea (defgroup lisp-shadow): New group name. Previous group name shadow is
used in shadowfile.el.
(shadows-compare-text-p): Use group lisp-shadow.
2002-11-19 15:01:56 +00:00
Juanma Barranquero
4f23d31cf4 (describe-register-1): Don't assign to val the value returned by
`remove-list-of-text-properties'.
2002-11-19 07:38:38 +00:00
Markus Rost
0082111598 (cvs-minor-mode, cvs-mode-commit-hook): Add group. 2002-11-18 20:56:45 +00:00
Kai Großjohann
e440b20e5e (fancy-diary-font-lock-keywords): Grok month numbers, too. 2002-11-18 09:05:23 +00:00
Juanma Barranquero
74f39ce948 (smtpmail-send-queued-mail): Add autoload cookie. 2002-11-18 08:05:28 +00:00
Markus Rost
8704a6abfd *** empty log message *** 2002-11-18 06:45:34 +00:00
Markus Rost
0428b006a6 *** empty log message *** 2002-11-18 05:05:34 +00:00
Richard M. Stallman
8b96caf303 *** empty log message *** 2002-11-18 04:59:52 +00:00
Kenichi Handa
9c299a56f4 *** empty log message *** 2002-11-18 00:54:15 +00:00
Kenichi Handa
c7a4c883cb *** empty log message *** 2002-11-18 00:24:16 +00:00
Markus Rost
85d457c69c (bookmark-menu-length): Fix typo in group name. 2002-11-18 00:15:37 +00:00
Kenichi Handa
123c9ed2fe *** empty log message *** 2002-11-18 00:02:20 +00:00
Markus Rost
40bf436d25 (defgroup speedbar): Use group 'etags instead of nonexisting group
'tags.
2002-11-17 22:49:07 +00:00
Markus Rost
000d99237f (update-autoloads-from-directories): Sort the list of files with no
autoloads.
2002-11-16 22:41:33 +00:00
Markus Rost
5d22135b02 Patch of Alan Shutko <ats@acm.org> by way of rms.
(diary-face): New.
(european-calendar-display-form, describe-calendar-mode)
(mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
(calendar-make-alist): New.
(calendar-mode): Set up font-lock mode.
(generate-calendar-window): Fontify if font-lock-mode is on.
2002-11-16 19:19:35 +00:00
Eli Zaretskii
ffd5cede9d (cp866-decode-table): Fix the translation table. 2002-11-16 09:20:33 +00:00
Martin Stjernholm
6b5bbb986b (cc-bytecomp-defun): Fixed bug that caused existing function
definitions to be overridden by phonies when the bytecomp environment
is restored.
2002-11-16 01:37:44 +00:00
Nick Roberts
10161b88a6 *** empty log message *** 2002-11-15 23:57:29 +00:00
Richard M. Stallman
03670a6517 *** empty log message *** 2002-11-15 23:56:41 +00:00
John Paul Wallington
7ad5b90257 (ibuffer-use-other-window, ibuffer-use-header-line)
(ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
(ibuffer-mode-hooks): Remove spurious defvar.
(ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
(ibuffer-mode): Run `ibuffer-mode-hook' instead of
`ibuffer-mode-hooks'.
2002-11-15 07:25:20 +00:00
Markus Rost
456f0b95dc Add provide call. 2002-11-15 05:25:19 +00:00
Richard M. Stallman
0c8440fd6e (set-buffer-file-coding-system): Undo prv chg. 2002-11-15 02:45:27 +00:00
Markus Rost
f954e891f8 (custom-make-dependencies): Bind load-file-name. 2002-11-14 21:38:12 +00:00
Nick Roberts
7d941f629b *** empty log message *** 2002-11-14 21:22:04 +00:00
Stefan Monnier
8e685dc67b *** empty log message *** 2002-11-14 17:09:09 +00:00
Juanma Barranquero
ea73d12958 *** empty log message *** 2002-11-14 14:12:03 +00:00
Kim F. Storm
58a7e98de0 *** empty log message *** 2002-11-14 11:44:03 +00:00
Juanma Barranquero
4792bde6cc Fix feature name in `require'. 2002-11-14 08:57:24 +00:00
Juanma Barranquero
841e0fe4ae (find-tag-default): Copy text at point without properties. 2002-11-14 07:18:12 +00:00
Kenichi Handa
813ba2cbd1 *** empty log message *** 2002-11-14 07:05:29 +00:00
Kim F. Storm
6a545cc7fe (Info-fontify-node): New local list paragraph-markers.
Record markers for mangled *note references on that list.
When done, go back through those markers and fill each mangled
paragraph with `fill-nobreak-invisible' let-bound to t.
Don't use `display' property; insert "see" directly in buffer.
2002-11-13 23:35:10 +00:00
André Spiegel
c38fe8b873 # 2002-11-13 12:40:27 +00:00
Richard M. Stallman
ccc41714e7 (compilation-error-regexp-alist): Don't include colon and space after
a file name as part of the name.
2002-11-13 11:51:04 +00:00
Kenichi Handa
f79043bdb5 *** empty log message *** 2002-11-13 07:05:47 +00:00
Markus Rost
9b6098b97d (custom-handle-all-keywords): Fix arg passed to custom-add-to-group. 2002-11-13 02:27:21 +00:00
Markus Rost
af65391bb9 (vc-sccs-registered): Handle the autoload cookie so that the
definition is found by `find-function-search-for-symbol' and etags.
2002-11-12 19:51:20 +00:00
Markus Rost
71c37e3fc0 (defgroup edt): Arrange that definition starts at beginning of line. 2002-11-12 01:42:32 +00:00
Markus Rost
513bcaece9 (defgroup comment): Remove autoload cookie. 2002-11-12 00:11:30 +00:00
Markus Rost
6c5f59d0a6 (mouse-wheel-down-button, mouse-wheel-up-button):
Declare with defvar, not with defcustom.
2002-11-11 22:06:24 +00:00
Markus Rost
8b23d4f99e *** empty log message *** 2002-11-11 15:26:22 +00:00
Juanma Barranquero
6de40a0c9e (dired-show-file-type): Format filename with "%s" to escape any format-like
sequences it could contain.
2002-11-11 11:44:24 +00:00
Juanma Barranquero
2302ee3426 (custom-save-delete): Force emacs-lisp-mode. 2002-11-11 10:51:58 +00:00
Juanma Barranquero
98b4e102f8 *** empty log message *** 2002-11-11 09:03:25 +00:00
Stefan Monnier
b7305e0196 *** empty log message *** 2002-11-09 22:25:39 +00:00
Dave Love
2671e4de9a *** empty log message *** 2002-11-09 12:56:31 +00:00
John Wiegley
4c302ba42e *** empty log message *** 2002-11-08 20:28:16 +00:00
Stefan Monnier
be227f220d (format-decode): Be careful with the order in `format'. 2002-11-08 02:38:54 +00:00
Stefan Monnier
1ddad36ec0 (fill-paragraph): Consider a comment-start as
a paragraph starter when filling non-comments.
(fill-comment-paragraph): Use comment-search-forward.
Recognize paragraph starters and separators within comments.
Use adaptive-fill-prefix when it works.  Don't narrow while doing the fill.
2002-11-07 22:51:28 +00:00
Stefan Monnier
b2b4130428 *** empty log message *** 2002-11-07 21:01:20 +00:00
Markus Rost
65280ff31c (mail-default-directory): Set the version to 21.4. 2002-11-07 17:23:00 +00:00
Juanma Barranquero
7a698dc1c5 (where-is): Repport also aliases of the passed command. 2002-11-07 16:46:11 +00:00
Markus Rost
c3d79cee88 (custom-make-dependencies): Fix comment inserted in cus-load.el. 2002-11-07 00:26:27 +00:00
Dave Love
12eb350798 Use keyboard-translate-table coding
system property, not translation-table-for-input, for
vietnamese-viscii & al.
(translation-table-for-input): Set,
don't defvar, and make permanent-local.
(ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
set-buffer-major-mode-hook, not quail-activate-hook.
(ucs-set-table-for-input): Renamed from ucs-quail-activate.
(ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup
keyboard-translate-table, not translation-table-for-input.
Modify set-buffer-major-mode-hook, not quail-activate-hook.
(ucs-fragment-8859): Don't use translation-table-for-input coding
system property.
(ucs-quail-activate): Deleted.
(ucs-set-table-for-input): New.
(ucs-minibuffer-setup): Use it.
2002-11-06 23:42:16 +00:00
Richard M. Stallman
318db6cbb7 *** empty log message *** 2002-11-06 05:13:58 +00:00
Kenichi Handa
f4f008275c (coding-system-eol-type-mnemonic): Use
eol-mnemonic-undecided if CODING-SYSTEM is nil.
2002-11-06 01:07:49 +00:00
Kim F. Storm
0894297ac2 *** empty log message *** 2002-11-05 22:38:39 +00:00
Juanma Barranquero
22b519858b ("Bulgarian"): Fix typo. 2002-11-05 14:39:32 +00:00
Juanma Barranquero
2fb49346bd (coding-system-eol-type-mnemonic): Move to mule.el. 2002-11-05 10:43:33 +00:00
Juanma Barranquero
e8bee05279 *** empty log message *** 2002-11-05 07:23:26 +00:00
Juanma Barranquero
e571462046 (desktop-relative-file-names): New variable.
(desktop-save): Use it.
2002-11-04 08:21:51 +00:00
André Spiegel
ad1fdd84c7 # 2002-11-03 14:51:21 +00:00
Stefan Monnier
266b4e3ae4 *** empty log message *** 2002-11-03 13:36:16 +00:00
Stefan Monnier
833815e8a7 (lisp-fill-paragraph): Use fill-comment-paragraph. 2002-11-03 03:46:56 +00:00
Stefan Monnier
c55224684c *** empty log message *** 2002-11-02 02:33:09 +00:00
Kim F. Storm
14a7a282ea *** empty log message *** 2002-11-01 22:47:37 +00:00
Stefan Monnier
65b3448598 (sgml-skip-tag-backward, sgml-skip-tag-forward):
Deal with xml-style <foo/> empty tags.
2002-11-01 17:41:41 +00:00
Kim F. Storm
becf65839b *** empty log message *** 2002-11-01 08:53:18 +00:00
Kim F. Storm
32f53dacac *** empty log message *** 2002-10-31 23:36:56 +00:00
Kim F. Storm
99d597da8f *** empty log message *** 2002-10-31 22:07:34 +00:00
Kim F. Storm
f5d2564de3 *** empty log message *** 2002-10-31 22:02:12 +00:00
Stefan Monnier
68eb8bd544 *** empty log message *** 2002-10-31 00:42:35 +00:00
Dave Love
2baf1bfa54 *** empty log message *** 2002-10-30 19:48:51 +00:00
Andreas Schwab
c9bcb50778 (replace-regexp-in-string): Doc fix. 2002-10-29 23:42:00 +00:00
Dave Love
e5f5192972 (selection-coding-system, scalable-fonts-allowed):
Added.
2002-10-29 18:51:52 +00:00