Richard M. Stallman
727fec2d40
Add many calls to CHECK_TOTAL_LENGTH.
...
(set_intervals_multibyte_1): When becoming
multibyte, adjust right and left child sizes to a whole set of
characters. If an interval gets zero total-length, delete it.
If an interval consists of just its children, delete one of them.
2003-04-06 20:32:52 +00:00
Richard M. Stallman
e5a9c92a9f
(CHECK_TOTAL_LENGTH): New macro.
2003-04-06 20:29:13 +00:00
Richard M. Stallman
64ea14d3be
Comment change.
2003-04-06 20:28:28 +00:00
Richard M. Stallman
918a23a7d9
(VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.
...
(lisp_malloc): Do the work here directly.
2003-04-06 20:27:19 +00:00
Richard M. Stallman
a3a349c42d
(Near Point): Fix nonsense in char-before.
2003-04-06 20:25:40 +00:00
Richard M. Stallman
2060e50ca2
Clarify when buffer list is reordered.
2003-04-06 20:23:10 +00:00
Richard M. Stallman
d5b213cc0c
(cal-menu-update): Use easy-menu-create-menu rather than easy-menu-change.
2003-04-06 20:21:26 +00:00
Richard M. Stallman
90c1e36a73
(dired-view-file): Let viewer program run asynchronously.
2003-04-06 20:17:43 +00:00
Richard M. Stallman
56708dce08
(last-sexp-toggle-display): Correct the starting point for
...
previous-single-property-change.
2003-04-06 20:17:01 +00:00
Juanma Barranquero
b1f81fc530
(Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.
2003-04-06 13:32:17 +00:00
André Spiegel
d02fcd847e
#
2003-04-06 12:35:33 +00:00
Francesco Potortì
54c4fabde7
Use the same configuration for all aix5, not just aix5.1.
2003-04-06 10:50:11 +00:00
Francesco Potortì
18fe6f454f
*** empty log message ***
2003-04-06 10:49:50 +00:00
Andreas Schwab
069e609896
(install): Remove CVS related and backup files from
...
installation directory.
2003-04-05 19:07:30 +00:00
Masatake YAMATO
844062627c
* progmodes/etags.el (tag-find-file-of-tag): Renamed from
...
find-file-of-tag to avoid name space pollution.
(tag-find-file-of-tag-noselect): Likewise.
(etags-list-tags, etags-tags-apropos): Use
tag-find-file-of-tag instead of find-file-of-tag.
2003-04-05 18:19:30 +00:00
Masatake YAMATO
fafb00dc11
(Info-goto-emacs-command-node): If command
...
is given as a string, convert it to a symbol.
2003-04-05 18:01:14 +00:00
André Spiegel
666721a688
(vc-cvs-get-entries): New function that uses the right coding system for
...
accessing CVS/Entries.
(vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
2003-04-05 15:51:14 +00:00
Juanma Barranquero
16524b9bcb
(emacs-lisp-mode): Add prefix/suffix matching regexps.
2003-04-05 12:59:38 +00:00
Steven Tamm
afc9c9e4a2
Place libexec executables directly under the Contents/MacOS/libexec if
...
the application is self-contained.
2003-04-05 03:11:36 +00:00
Vinicius Jose Latorre
0ed2c9b6d5
Adjust number-sequence code
2003-04-05 02:13:44 +00:00
John Paul Wallington
ce3a4c8341
(ibuffer-insert-filter-group): Fix spazz.
2003-04-05 01:03:23 +00:00
Stefan Monnier
da2c1d6bd1
*** empty log message ***
2003-04-04 22:02:35 +00:00
John Paul Wallington
0aa1b02e81
(ibuffer-format-filter-group-data): Don't append "\n".
2003-04-04 21:50:21 +00:00
John Paul Wallington
1cd7affa21
(ibuffer-insert-filter-group): `help-echo' text property dynamically
...
respects `tooltip-mode'.
(define-ibuffer-column name): Likewise.
2003-04-04 21:46:42 +00:00
Stefan Monnier
05670fa88b
(fill-delete-newlines): Don't delete past TO.
2003-04-04 21:43:12 +00:00
Richard M. Stallman
415c9319ba
Don't ask people to join the LPF. Ask for a volunteer to reactivate it.
2003-04-04 21:19:05 +00:00
Richard M. Stallman
c65fd37090
Break the line after the return type in function definition.
2003-04-04 21:15:53 +00:00
Stefan Monnier
7d025c5562
(refill-fill-paragraph-at): Don't skip prefix since markers work right.
2003-04-04 21:02:36 +00:00
Stefan Monnier
79c117c0cd
(refill-fill-paragraph-at): Undo last fix.
2003-04-04 21:01:44 +00:00
Stefan Monnier
ae3264647e
(fill-paragraph): Don't skip prefix now that markers work right.
2003-04-04 20:57:54 +00:00
Stefan Monnier
51153542a5
(fill-delete-newlines): Remove trailing whitespace.
2003-04-04 20:56:10 +00:00
Juanma Barranquero
79e01623a7
(find-file-of-tag-noselect, find-file-of-tag): New helper functions.
...
(snarf-tag-function): Doc string is changed. Explained about new optional
argument, `use-explicit'.
(etags-snarf-tag): Added one optional argument `use-explicit'.
(file-of-tag-function): Doc string is changed. Explained about new optional
argument, `relative'.
(file-of-tag): Doc string is changed. Explained about new optional argument,
`relative'. Pass `relative' to `file-of-tag-function'.
(etags-file-of-tag): Added new argument `relative`.
(list-tags): Set `buffer-read-only' to t after making the major mode
apropos-mode.
(etags-list-tags): Used `make-text-button' instead of `add-text-properties'.
Used `snarf-tag-function', `goto-tag-location-function' and `find-file-of-tag'
instead of `find-tag-other-window' (it's too simple).
(find-tag-in-order): Used `find-file-of-tag-noselect' instead of `find-file'.
(etags-tags-apropos): Used `find-file-of-tag-noselect' instead of `find-file'.
Do not use `etags-goto-tag-location` directly; use `goto-tag-location-function'
instead. Print relative file paths instead of complete ones in *Tags List*
buffer, so lines in the buffer become shorter.
(etags-tags-apropos-additional): Use `make-text-button' instead of
`add-text-properties'.
2003-04-04 20:02:58 +00:00
Stefan Monnier
a9b4949e2d
*** empty log message ***
2003-04-04 17:24:46 +00:00
Andreas Schwab
49914e046a
(tramp-send-string): Handle empty string.
2003-04-04 11:33:54 +00:00
Kenichi Handa
aa8b70aef5
(Fformat): Use a copy of FORMAT string so that we can
...
destructively change "%S" to "%s".
2003-04-04 10:47:26 +00:00
Richard M. Stallman
efc13f4638
(easy-menu-define): Don't make a defvar for nil.
...
(easy-menu-convert-item-1): Doc fix.
(easy-menu-change): Call easy-menu-create-menu.
2003-04-03 23:15:47 +00:00
Richard M. Stallman
c83256a09a
(read-quoted-char): Remember the input char
...
before translation thru function-key-map, and use that for unreading.
2003-04-03 23:13:38 +00:00
Richard M. Stallman
5354cb6d88
(shadow-parse-fullname): Renamed from shadow-parse-fullpath.
...
(shadow-parse-name): Renamed from shadow-parse-path.
(shadow-make-fullname): Renamed from shadow-make-fullpath.
(shadow-replace-name-component): Was shadow-replace-path-component.
Callers of the above functions changed.
(shadow-expand-cluster-in-file-name): Doc fix.
(shadow-same-site, shadow-file-match): Doc fix.
(shadow-define-literal-group): Doc fix.
2003-04-03 23:11:06 +00:00
Richard M. Stallman
4231e11f43
(kmacro-end-and-call-macro): Doc fix.
2003-04-03 23:01:45 +00:00
Richard M. Stallman
3db6aff67f
(hexl-find-file): Ignore user's value of default-major-mode.
2003-04-03 23:01:12 +00:00
Richard M. Stallman
a0e74e7261
(hack-local-variables-prop-line): New arg MODE-ONLY.
...
(hack-local-variables): When MODE-ONLY is set, pass it along to
hack-local-variables-prop-line.
2003-04-03 23:00:22 +00:00
Richard M. Stallman
f605434deb
(delete-active-region): Don't explicitly deactivate mark.
2003-04-03 22:58:49 +00:00
Juanma Barranquero
7cd032e130
*** empty log message ***
2003-04-03 16:09:02 +00:00
Juanma Barranquero
89228b6326
Require button.el.
...
(etags-tags-apropos): Use make-text-button instead of add-text-properties. Use
snarf-tag-function and etags-goto-tag-location instead of find-tag-other-window
(it's too simple).
2003-04-03 15:57:45 +00:00
Juanma Barranquero
500e05aa15
Fix previous change.
2003-04-03 15:49:40 +00:00
Kenichi Handa
428c120917
(number-sequence): Shorten the code.
2003-04-03 02:49:16 +00:00
Kenichi Handa
162eab5f18
*** empty log message ***
2003-04-03 02:43:32 +00:00
Kenichi Handa
abd9177af5
(number-sequence): New function.
2003-04-03 02:43:11 +00:00
Kenichi Handa
269f3260ed
Fix the malayalam line.
2003-04-03 01:59:08 +00:00
Miles Bader
774666fb43
(choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.
2003-04-03 01:40:58 +00:00