1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

1587 commits

Author SHA1 Message Date
Glenn Morris
bdf5c7d9ae Fix typo in previous change. 2007-10-29 00:22:23 +00:00
Glenn Morris
74a84de231 shell.el no longer defines the aliases... 2007-10-29 00:17:39 +00:00
Glenn Morris
777ea444ba The variable `byte-compile-warnings' can now... 2007-10-28 23:54:13 +00:00
Stefan Monnier
e047f44883 Rewrite abbrev.c in Elisp.
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.

Rewrite abbrev.c in Elisp.
* abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
(abbrev-table-get, abbrev-table-put, abbrev-get)
(abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
(define-abbrev, abbrev--check-chars, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
(abbrev-expansion, abbrev--before-point, expand-abbrev)
(unexpand-abbrev, abbrev--write, abbrev--describe)
(insert-abbrev-table-description, define-abbrev-table):
New funs, largely transcribed from abbrev.c.
(abbrev-with-wrapper-hook): New macro.
(abbrev-table-name-list, global-abbrev-table)
(abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
(abbrevs-changed, abbrev-all-caps, abbrev-start-location)
(abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
(last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
New vars, largely transcribed from abbrev.c.
* cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
* cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
* loadup.el: Load "abbrev.el" before "lisp-mode.el".
2007-10-28 02:41:00 +00:00
Richard M. Stallman
9097e8af9b (isearch-buffers-multi): New option.
(isearch-buffers-search-fun): Test it.
2007-10-26 09:56:27 +00:00
Richard M. Stallman
66dc1ca270 (browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.
2007-10-26 03:51:44 +00:00
Juanma Barranquero
8d5cc57968 *** empty log message *** 2007-10-25 08:08:01 +00:00
Glenn Morris
b68769f25a (conf-space-keywords): Mark this regexp as safe if a string. 2007-10-25 04:02:50 +00:00
Juri Linkov
12bbb989d8 Add isearch-multi.el 2007-10-22 23:45:56 +00:00
Juanma Barranquero
0f3cd6b264 *** empty log message *** 2007-10-22 09:35:55 +00:00
Glenn Morris
2ecfb069d3 Insert humorous log entry here. 2007-10-22 08:33:12 +00:00
Glenn Morris
2fb6c6be46 F90 mode has some support for Fortran 2003 syntax. 2007-10-22 08:18:36 +00:00
Juri Linkov
b9694062ed Add a list of minibuffer default values. 2007-10-22 00:32:03 +00:00
Stefan Monnier
c3bb6fdbcb *** empty log message *** 2007-10-20 02:04:43 +00:00
Glenn Morris
539f5bdad2 Tom Horsley <tom.horsley at att.net>:
interprogram-paste-function can return a list.
2007-10-18 04:53:10 +00:00
Glenn Morris
c9447ae1d8 Add mouse-1 in mode-line for minor modes. 2007-10-18 04:15:58 +00:00
Juri Linkov
ecde850af0 Remove fill-paragraph-or-region. 2007-10-18 00:14:53 +00:00
Juri Linkov
dc868f13be *** empty log message *** 2007-10-14 20:41:19 +00:00
Glenn Morris
f8fd7ed3a2 The abbrev file is no longer read at startup in batch mode. 2007-10-12 06:29:56 +00:00
Stefan Monnier
ab6198b2a3 (frame-inherited-parameters): New var.
(make-frame): Use it.
2007-10-10 20:18:45 +00:00
Stefan Monnier
01ff458e81 *** empty log message *** 2007-10-10 20:02:07 +00:00
Eric S. Raymond
4a11b6b51a New VC in the NEWS. 2007-10-10 13:30:46 +00:00
Stefan Monnier
1aa423e903 Remove mention of local-key-translation-map. 2007-10-09 16:02:33 +00:00
Stefan Monnier
4f4a84ec80 Add new `input-decode-map' keymap and use it for temrinal
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map.  Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.
2007-10-09 05:05:39 +00:00
Stefan Monnier
be36f934da (diff-hunk-style): New fun.
(diff-end-of-hunk): Use it.
(diff-context->unified): Use the new `apply' undo element, if applicable,
so as to save undo-log space.
(diff-fine-change): New face.
(diff-fine-highlight-preproc): New function.
(diff-fine-highlight): New command.
2007-10-09 04:12:24 +00:00
Juri Linkov
1ac03a3134 Add M-q fill-paragraph-or-region. 2007-10-06 22:27:50 +00:00
Juanma Barranquero
de3054d517 Fix typos. 2007-10-04 11:25:29 +00:00
David Kastrup
aa5310e43a (argv): Alias for `command-line-args-left' to use as
`(pop argv)' inside of --eval command sequences.  Allows for
passing shell commands into Emacs verbatim without need for Lisp
quoting.
2007-09-30 20:43:14 +00:00
Glenn Morris
332de56fe9 Add TeX super/sub script. 2007-09-28 03:36:15 +00:00
Juanma Barranquero
d87b5cedee Fix typo. 2007-09-25 11:31:17 +00:00
Glenn Morris
da26ea8d7e Improve previous change. 2007-09-25 02:35:35 +00:00
Glenn Morris
c3f01f42da Adam Hupp <adam at hupp.org>
Split into emacs2.py and emacs3.py for python 2 and python 3 compatibility.
2007-09-24 00:19:45 +00:00
Richard M. Stallman
780d7bb95a (Backquote): Minor clarification. 2007-09-23 15:22:02 +00:00
Dan Nicolaescu
50fc86aad2 *** empty log message *** 2007-09-22 22:03:10 +00:00
Stefan Monnier
419f8f496b *** empty log message *** 2007-09-22 19:29:31 +00:00
Dan Nicolaescu
6dd697d9a5 (indent-for-tab-command): Indent the region if
transient-mark-mode and the region is active.
2007-09-22 00:57:00 +00:00
Stefan Monnier
6168122d68 (Qdisplay_environment_variable): Delete. 2007-09-21 07:21:02 +00:00
Glenn Morris
48a8be40a3 *** empty log message *** 2007-09-21 03:42:49 +00:00
Stefan Monnier
dc077553c9 *** empty log message *** 2007-09-20 21:58:16 +00:00
Stefan Monnier
9b49c097a7 *** empty log message *** 2007-09-20 21:40:42 +00:00
Stefan Monnier
e6a01e4e29 *** empty log message *** 2007-09-19 17:24:37 +00:00
Dan Nicolaescu
9372a95843 *** empty log message *** 2007-09-18 01:31:07 +00:00
Thien-Thi Nguyen
ddc961c503 *** empty log message *** 2007-09-14 18:20:32 +00:00
Glenn Morris
36e625ec8f *** empty log message *** 2007-09-13 07:19:30 +00:00
Thien-Thi Nguyen
251ad2de75 *** empty log message *** 2007-09-13 05:51:02 +00:00
Romain Francoise
11b9f7a3c4 *** empty log message *** 2007-09-12 11:33:02 +00:00
Michaël Cadilhac
1816bda70d Revert mistakenly deleted entries. 2007-09-10 10:55:24 +00:00
Michaël Cadilhac
f664fee97d Document the interactive specification for C functions.
Say that `set-file-modes' is now interactive.
2007-09-10 09:56:11 +00:00
Thien-Thi Nguyen
627a10ff06 Mention doc-view.el. 2007-09-09 22:31:45 +00:00
Eli Zaretskii
f26b9544b5 Document prefer-window-split-horizontally. 2007-09-08 10:40:00 +00:00