1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

80347 Commits

Author SHA1 Message Date
Romain Francoise
34a3c5871c (Overview): Fix typo. 2008-02-12 21:43:49 +00:00
Stefan Monnier
13818c3078 * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.
(detect_coding_system):
* lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
(string_char_to_byte, string_byte_to_char, insert_from_gap):
* insdel.c (insert_from_gap):
* fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
(string_char_to_byte, string_byte_to_char, string_make_multibyte)
(string_to_multibyte):
* character.c (chars_in_text, multibyte_chars_in_text):
* fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
2008-02-12 21:35:15 +00:00
Stefan Monnier
8b8bf8e68f (scan_lists): Follow coding convention. 2008-02-12 21:29:33 +00:00
Stefan Monnier
f1c9962838 (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
(DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
2008-02-12 21:27:54 +00:00
Stefan Monnier
fff23de29a Update copyrights. 2008-02-12 21:26:23 +00:00
Stefan Monnier
7927d8e343 (casify_region): Only call after-change and composition
functions on the part of the region that was changed.
2008-02-12 21:25:45 +00:00
Stefan Monnier
9e5e233a2f (sgml-html-meta-auto-coding-function): Make sure the search limit is ahead. 2008-02-12 21:21:02 +00:00
Stefan Monnier
53ad7bee3f Fix broken indentation.
(tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
Use with-current-buffer.
2008-02-12 21:20:05 +00:00
Juanma Barranquero
355652a2a3 (hexl-mode): Don't make `font-lock-defaults' buffer-local;
it is already automatically buffer-local.
2008-02-12 17:29:07 +00:00
Kenichi Handa
da9e269f68 (byte-compile-lapcode): Use
unibyte-string instead of string-make-unibyte.
2008-02-12 11:25:01 +00:00
Bastien Guerry
926f559c27 Reverted wrong changes to rmail.el. 2008-02-12 07:13:29 +00:00
Bastien Guerry
b96817c387 2008-02-11 Drew Adams <drew.adams@oracle.com>
* help.el (describe-key): Joined some split lines to facilitate
	filling.
	* help-fns.el (describe-function-1): Fill text of overlong lines.
2008-02-12 07:10:49 +00:00
Kenichi Handa
dd728672b2 (AUTOGENEL): Remove charprop.el and uni-*.el. 2008-02-12 06:25:06 +00:00
Stefan Monnier
adf6a42938 (read_avail_input): Call Fdelete_terminal. 2008-02-12 04:05:29 +00:00
Stefan Monnier
174105f789 (Fdelete_frame): Call Fdelete_terminal. 2008-02-12 04:03:17 +00:00
Stefan Monnier
15d9bd90ab (tramp-compat-file-attributes): Add comment. 2008-02-12 03:46:03 +00:00
Stefan Monnier
65073003e7 (doc-view-display): Change file arg to buffer arg, so it
works also for buffers w/o buffer-file-name.  Update callers.
(doc-view-clone-buffer-hook): New fun.
(doc-view-mode): Use it for indirect clones.
Mark the overlays with the `doc-view' property so they can be recognized.
2008-02-12 02:41:55 +00:00
Stefan Monnier
64663f061c (clone-indirect-buffer-hook): New hook.
(clone-indirect-buffer): Run it.
2008-02-12 02:25:10 +00:00
Michael Olson
5a8d03e9b9 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode. 2008-02-12 01:24:20 +00:00
Juanma Barranquero
d218b4e5d2 *** empty log message *** 2008-02-12 01:18:35 +00:00
Bastien Guerry
723e5b84bb * isearch.el:
(isearch-fail): New face.
(isearch-message): Highlight failure part of input.
2008-02-12 00:50:44 +00:00
Eli Zaretskii
1046da1cf4 (checkgcc): Move "del junk.o" to here, and make it conditional on existence
of junk.o.  If %nocygwin% is already set to Y, skip to chkapiN instead of
chkapi.
(chkapi): Move "rm -f junk.c junk.o" to here.
(chkapiN): New label.
2008-02-11 21:18:06 +00:00
Stefan Monnier
6d11a78b09 (ibuffer-header-line-format): New var.
(ibuffer-mode): Set it instead of header-line-format.
(ibuffer-update): Use it to set header-line-format.
2008-02-11 18:39:22 +00:00
Stefan Monnier
3ee24aecf6 (clone_per_buffer_values, reset_buffer_local_variables)
(Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
2008-02-11 17:56:13 +00:00
Stefan Monnier
9ce376f9de (mark_buffer): Comment fix to clarify the status of Lisp fields. 2008-02-11 17:54:46 +00:00
Stefan Monnier
ccaf15bd0c (struct buffer): Comment fix to clarify the status of Lisp fields. 2008-02-11 17:54:15 +00:00
Stefan Monnier
46772c240a (ucs-insert): Inherit surrounding properties like self-insert-command. 2008-02-11 17:40:11 +00:00
Richard M. Stallman
cba9bdd242 Add many doc strings. 2008-02-11 17:36:03 +00:00
Juanma Barranquero
4ed4b97572 (read_key_sequence): Don't pass args with side effects to AREF,
it fails when compiling with -DENABLE_CHECKING.
2008-02-11 11:31:13 +00:00
Juanma Barranquero
0f71cdf20b (push_submenu_start, push_submenu_end, push_left_right_boundary, push_menu_pane,
push_menu_item): Don't pass args with side effects to AREF, it fails when
compiling with -DENABLE_CHECKING.
2008-02-11 11:28:35 +00:00
Jason Rumney
10de355d63 Added note about line ends of lisp/international uni-*.el files. 2008-02-11 10:10:46 +00:00
Jason Rumney
0a00103072 Regenerated. 2008-02-11 09:53:56 +00:00
Jason Rumney
4134dd158a Remove unidata-gen related rules. 2008-02-11 09:18:19 +00:00
Dan Nicolaescu
9fe219e349 *** empty log message *** 2008-02-11 07:39:25 +00:00
Kenichi Handa
6e76043fb4 (${lispsource}international/charprop.el): Delete
this target.
2008-02-11 05:34:40 +00:00
Kenichi Handa
61523a7c40 New file. 2008-02-11 05:33:28 +00:00
Kenichi Handa
79e3bfb824 *** empty log message *** 2008-02-11 05:30:24 +00:00
Kenichi Handa
f51995fa92 (boyer_moore): Fix incorrect synching of the trunk and
emacs-unicode-2.
2008-02-11 05:25:24 +00:00
Stefan Monnier
5897f44055 (Fdelete_frame): Fix stupid typo. 2008-02-11 05:25:15 +00:00
Glenn Morris
3dc4febd47 (compilation-error-regexp-alist-alist): Shorten some names. 2008-02-11 04:11:00 +00:00
Glenn Morris
4d1e89e319 ffap-rfc-directories. 2008-02-11 04:08:36 +00:00
Glenn Morris
0a66ac10cf (ffap-rfc-directories): Add :version. 2008-02-11 04:07:14 +00:00
Glenn Morris
8a79813700 Kevin Ryde <user42 at zip.com.au>
(ffap-rfc-directories): New variable.
(ffap-rfc): Look in those dirs before offering ffap-rfc-path.
2008-02-11 04:06:27 +00:00
Glenn Morris
3a77346c8e Kevin Ryde <user42 at zip.com.au>
(completion-list-mode): Show full completion-list-mode-map in the docstring.
2008-02-11 04:03:25 +00:00
Glenn Morris
78e7bb2ec5 Typo. 2008-02-11 03:59:12 +00:00
Glenn Morris
14414dd33b Chris Moore <christopher.ian.moore at gmail.com>
(jka-compr-compression-info-list): Handle .svgz files, and backup files of same.
2008-02-11 03:57:53 +00:00
Stefan Monnier
5b8de9c5e6 (Fdelete_terminal): Clean up the `force' path. 2008-02-11 03:51:39 +00:00
Glenn Morris
d725f53da2 *** empty log message *** 2008-02-11 03:29:34 +00:00
Glenn Morris
4ba89826fb Kevin Ryde <user42 at zip.com.au>
(Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Move to and follow https:// links too.
2008-02-11 03:21:08 +00:00
Juanma Barranquero
d6f0bd5a78 *** empty log message *** 2008-02-11 02:22:13 +00:00