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

21097 Commits

Author SHA1 Message Date
Colin Walters
1b207153d0 (command-line): Use when', unless'.
(command-line-1): New argument "--nosplash".  Handle it.

(inhibit-splash-screen): New variable alias for
`inhibit-startup-message'.
2002-05-26 20:49:28 +00:00
Colin Walters
588c915a8e (perform-replace): Document return value. Use `pop'. 2002-05-26 20:42:51 +00:00
Colin Walters
9b5691bb79 *** empty log message *** 2002-05-26 20:42:31 +00:00
Glenn Morris
76bccf35b4 (f90-previous-block, f90-next-block): New names (and slightly changed
behaviour) for the functions f90-previous-block-start, f90-next-block-end.
(f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
2002-05-26 19:58:31 +00:00
Simon Josefsson
608d30f7be (set-fringe-mode): Work when updating
`default-frame-alist'.
2002-05-26 09:50:39 +00:00
Kim F. Storm
34a63289a6 (cua--repeat-replace-text): New variable.
(cua-repeat-replace-region): New command.
(cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
Misc improvements to the commantary.
2002-05-26 00:54:10 +00:00
Kim F. Storm
a30f92b8e2 *** empty log message *** 2002-05-26 00:53:41 +00:00
Simon Josefsson
255866b7ec Fix :type of `fringe-mode' for last modification. 2002-05-25 23:16:00 +00:00
Simon Josefsson
19c8fe7542 (fringe-query-style): New fringe style "minimal". 2002-05-25 23:14:11 +00:00
Simon Josefsson
280b8e5990 (rot13-translate-table): New variable.
(rot13, rot13-string, rot13-region): New functions.
2002-05-25 22:57:08 +00:00
Martin Stjernholm
3ce79cf555 (c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. for
else-if compounds.
2002-05-25 16:18:59 +00:00
Eli Zaretskii
3433002d78 Bump Emacs version to 21.3.50. 2002-05-25 11:26:14 +00:00
Miles Bader
00cb70dc36 (menu-bar-showhide-fringe-menu-customize-left)
(menu-bar-showhide-fringe-menu-customize-right)
(menu-bar-showhide-fringe-menu-customize-disable):
Use proper calling convention for `customize-set-value'.
Require `fringe' before setting variable.
2002-05-25 05:15:07 +00:00
Kim F. Storm
e3f01f3086 (cua--init-rectangles): Install default
binding in cua--rectangle-keymap using cua--self-insert-char-p
to handle all global self inserting characters in rectangle mode.
2002-05-25 00:08:36 +00:00
Kim F. Storm
f8b38495a5 (cua--init-global-mark): Install default
binding in cua--global-mark-keymap using cua--self-insert-char-p
to handle all global self inserting characters in gmark mode.
2002-05-25 00:07:26 +00:00
Kim F. Storm
20023b9cb4 (cua--self-insert-char-p): New function. 2002-05-25 00:06:56 +00:00
Kim F. Storm
feb51e916d *** empty log message *** 2002-05-25 00:06:30 +00:00
Stefan Monnier
d2679414c7 *** empty log message *** 2002-05-24 22:06:48 +00:00
Glenn Morris
e47b1d4912 *** empty log message *** 2002-05-24 22:06:08 +00:00
Stefan Monnier
f6de01c7fa (read-file-name-internal): Remove the `ange-ftp' property.
(ange-ftp-real-read-file-name-internal): Remove.
2002-05-24 22:01:56 +00:00
Glenn Morris
6f1d50da83 (f90-end-of-subprogram): Remove the final (forward-line 1).
(f90-end-of-block, f90-beginning-of-block, f90-next-block-end,
f90-previous-block-start): New navigation commands.
2002-05-24 22:00:21 +00:00
Simon Josefsson
02f4566a55 Initial version. 2002-05-24 09:53:15 +00:00
Simon Josefsson
8cfa1cd56c (menu-bar-options-save): Add fringe-mode.
(menu-bar-showhide-fringe-menu): New menu.
(menu-bar-showhide-menu): Add Fringe sub-menu.
2002-05-24 09:52:21 +00:00
Markus Rost
953cc8899e *** empty log message *** 2002-05-24 01:14:25 +00:00
Colin Walters
e8e2a88cbd (occur-engine): Include all text properties except mouse-face on the
newline at the end of occurences.
2002-05-24 00:56:46 +00:00
Colin Walters
b2346b2c52 *** empty log message *** 2002-05-24 00:56:33 +00:00
Kim F. Storm
d2b3029267 (apropos-true-hit, apropos-false-hit-symbol)
(apropos-false-hit-str, apropos-true-hit-doc): New functions.
(apropos-command, apropos-value, apropos-documentation-internal)
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Use them to filter out
false matches where only one keyword matches, but more than once.
2002-05-23 20:21:30 +00:00
Kim F. Storm
01b886b76e *** empty log message *** 2002-05-23 20:20:57 +00:00
Kim F. Storm
d5857a966b Only reduce string score for lengthy strings once. 2002-05-23 10:24:14 +00:00
Kim F. Storm
7dbffb1cf5 (apropos-show-scores, apropos-orig-regexp)
(apropos-all-regexp, apropos-synonyms, apropos-words)
(apropos-all-words): New variables.
(aprpos-words-to-regexp, apropos-rewrite-regexp)
(apropos-calc-scores, apropos-score-str, apropos-score-doc)
(apropos-score-symbol): New functions.
(apropos-command, apropos, apropos-value, apropos-documentation):
Allow keywords in addition to regexp. Added scoring.
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Added scoring.
(apropos-print): Sort according to score.
2002-05-23 10:20:12 +00:00
Colin Walters
d1c8930033 (font-lock-symbol-category-alist): New variable. 2002-05-23 04:18:19 +00:00
Colin Walters
d76014d945 *** empty log message *** 2002-05-23 04:18:01 +00:00
Colin Walters
32db08f13e Update copyright dates. 2002-05-23 03:40:16 +00:00
Colin Walters
57190f92af (Info-mode-hook): Change font-lock-mode' to turn-on-font-lock'. 2002-05-23 03:39:20 +00:00
Colin Walters
7c4ef9b397 (font-lock-function): New variable.
(font-lock-default-function): New function, created from `font-lock-mode'.
(font-lock-mode): Just funcall `font-lock-default-function'.
2002-05-23 03:39:00 +00:00
Colin Walters
577123f479 *** empty log message *** 2002-05-23 03:38:03 +00:00
Markus Rost
e31cfca5cb (file-newest-backup): Use file-name-sans-versions. 2002-05-22 23:29:58 +00:00
Markus Rost
a8090e38c0 (diff-latest-backup-file): Replace the main code by a call of
file-newest-backup.
2002-05-22 23:26:51 +00:00
Mike Williams
232dbe4f66 (sgml-guess-indent): Look further into the buffer. 2002-05-22 09:40:48 +00:00
Markus Rost
754774523d Fix typo. 2002-05-22 01:20:26 +00:00
Stefan Monnier
76a98a5066 (ange-ftp-allow-child-lookup): Re-enable since
the last patch works around the wu-ftpd misfeature that prompted
the disabling of this optimization.
2002-05-21 23:23:08 +00:00
Colin Walters
544e5562dc (Info-fontify): Deleted.
(Info-select-node): Don't use it.
(Info-mode-hook): New variable.
(Info-mode): Set up categories.
(Info-fontify-menu-headers, Info-fontify-node): Use categories.
2002-05-21 22:22:10 +00:00
Colin Walters
2fdd365daa *** empty log message *** 2002-05-21 22:21:53 +00:00
Colin Walters
2f4e9c4745 (sgml-xml-auto-coding-function): Update with more known XML encodings. 2002-05-21 21:50:28 +00:00
Colin Walters
171a7d5d7c (truncate-string-to-width): New optional argument `ellipsis'. Add
commented-out test suite, and change coding to iso-2022-7bit.
2002-05-21 21:22:21 +00:00
Colin Walters
a7c4d9c8a5 *** empty log message *** 2002-05-21 21:21:37 +00:00
Colin Walters
d9f6dfe6e7 (make-coding-system): Doc fixes.
(auto-coding-functions): New variable.
(auto-coding-from-file-contents): Use it.
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.
2002-05-21 21:14:03 +00:00
Colin Walters
4531bb653b *** empty log message *** 2002-05-21 21:13:36 +00:00
Colin Walters
59809627aa (shortlisp): Add font-core.el. 2002-05-21 21:03:51 +00:00
Colin Walters
63a29a5d08 Add font-core.el. 2002-05-21 21:02:25 +00:00