]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Apr 2003 07:31:09 +0000 (07:31 +0000)]
*** empty log message ***

21 years agoSpecify rescale ratio 1.3 for CDAC fonts.
Kenichi Handa [Wed, 9 Apr 2003 07:30:23 +0000 (07:30 +0000)]
Specify rescale ratio 1.3 for CDAC fonts.

21 years ago(Vface_font_rescale_alist): New variable.
Kenichi Handa [Wed, 9 Apr 2003 07:26:59 +0000 (07:26 +0000)]
(Vface_font_rescale_alist): New variable.
(struct font_name): New member rescale_ratio.
(font_rescale_ratio): New function.
(split_font_name): If NUMERIC_P is nonzero, set
font->rescale_ratio.
(better_font_p): On comparing point sized, pay attention to
recale_ratio member of fonts.
(build_scalable_font_name): Reflect font->rescale_ratio in the
font name.
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
variable.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Apr 2003 07:26:42 +0000 (07:26 +0000)]
*** empty log message ***

21 years ago(read1): Before calling index, check if the 2nd
Kenichi Handa [Wed, 9 Apr 2003 07:12:51 +0000 (07:12 +0000)]
(read1): Before calling index, check if the 2nd
arguemnt is in ASCII range.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Apr 2003 07:12:32 +0000 (07:12 +0000)]
*** empty log message ***

21 years agoRegister ?\221 and ?\226 in latin-extra-code-table.
Kenichi Handa [Wed, 9 Apr 2003 02:39:57 +0000 (02:39 +0000)]
Register ?\221 and ?\226 in latin-extra-code-table.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Apr 2003 02:39:40 +0000 (02:39 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 9 Apr 2003 01:41:03 +0000 (01:41 +0000)]
*** empty log message ***

21 years agoPut #include of jpeglib.h at start of line.
Richard M. Stallman [Wed, 9 Apr 2003 01:40:57 +0000 (01:40 +0000)]
Put #include of jpeglib.h at start of line.

21 years agoHandle multiple desktop files in different dirs.
Richard M. Stallman [Wed, 9 Apr 2003 01:37:56 +0000 (01:37 +0000)]
Handle multiple desktop files in different dirs.
Other cleanups.
Command line option --no-desktop introduced.
(desktop-read): Record buffers in the desktop file in
the same order as that in the buffer list,
(desktop-save): Put buffers in the order given in desktop file,
regardless of what handlers do.
(desktop-file-version): New variable. Version number of desktop
file format.
(desktop-create-buffer-form): Variable deleted.
(desktop-save): New customizable variable.
(desktop-kill): Changed to use `desktop-save'.
(desktop-file-name-format): New option: format in
which desktop file names should be saved.
(desktop-file-name): New function to convert a filename to the
format specified in `desktop-file-name-format'.
(desktop-create-buffer): Parameters renamed to descriptive
systematic names. These parameters are visible to handlers.
Renames:
ver    -> desktop-file-version
mim    -> desktop-buffer-minor-modes
pt     -> desktop-buffer-point
mk     -> desktop-buffer-mark
ro     -> desktop-buffer-read-only
locals -> desktop-buffer-locals
(desktop-buffer-major-mode, desktop-buffer-file-name)
(desktop-buffer-name): Unused customizable variables deleted.
(desktop-buffer-misc): Unused variable deleted.
(desktop-save, desktop-buffer-dired-misc-data):
Use `desktop-file-name'.
(desktop-path): New customizable variable.  List of directories in
which to lookup the desktop file. Replaces hardcoded list.
(desktop-globals-to-clear): New variable replaces hardcoded list.
(desktop-clear-preserve-buffers-regexp): New customizable variable.
(desktop-after-read-hook): New hook run after a desktop is read.
(desktop-no-desktop-file-hook): New hook when no desktop file found.
(desktop-change-dir): New function.
(desktop-save-in-load-dir): New function. Save desktop in
directory from witch it was loaded.
(desktop-revert): New function. Revert to the last loaded desktop.

21 years ago(minor-mode-list): New variable.
Richard M. Stallman [Wed, 9 Apr 2003 01:36:28 +0000 (01:36 +0000)]
(minor-mode-list): New variable.
(add-minor-mode): Add to it.

21 years ago(file-chase-links): New arg LIMIT.
Richard M. Stallman [Wed, 9 Apr 2003 01:34:38 +0000 (01:34 +0000)]
(file-chase-links): New arg LIMIT.
After that many iterations, just return what we've got.

21 years ago(map-y-or-n-p): When formatting chars in ACTION-ALIST,
Richard M. Stallman [Wed, 9 Apr 2003 01:33:27 +0000 (01:33 +0000)]
(map-y-or-n-p): When formatting chars in ACTION-ALIST,
use single-key-description.

21 years ago(last-sexp-toggle-display): At end of buffer, just call `newline'.
Richard M. Stallman [Wed, 9 Apr 2003 01:32:45 +0000 (01:32 +0000)]
(last-sexp-toggle-display): At end of buffer, just call `newline'.

21 years ago(rmail-make-basic-summary-line): If there's
Richard M. Stallman [Wed, 9 Apr 2003 01:31:31 +0000 (01:31 +0000)]
(rmail-make-basic-summary-line): If there's
no From field, still try to use the To field.

21 years ago(Kinds of Files): Correct return value of file-symlink-p.
Richard M. Stallman [Wed, 9 Apr 2003 01:30:40 +0000 (01:30 +0000)]
(Kinds of Files): Correct return value of file-symlink-p.

21 years ago(Ffile_symlink_p): Doc fix.
Richard M. Stallman [Wed, 9 Apr 2003 01:29:18 +0000 (01:29 +0000)]
(Ffile_symlink_p): Doc fix.

21 years ago(Fformat): Translate positions of text properties
Richard M. Stallman [Wed, 9 Apr 2003 01:28:44 +0000 (01:28 +0000)]
(Fformat): Translate positions of text properties
in the format string to apply them to the result.

21 years ago(print-coding-system-briefly): If
Kenichi Handa [Wed, 9 Apr 2003 00:32:23 +0000 (00:32 +0000)]
(print-coding-system-briefly): If
DOC-STRING is `tightly', print the doc-string tightly.
(list-coding-systems-1): Call print-coding-system-briefly with
the arg DOC-STRING `tightly'.

21 years ago2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann [Tue, 8 Apr 2003 20:09:23 +0000 (20:09 +0000)]
2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>

* tramp.texi: Version 2.0.33 released.
Remove installation chapter.  Remove XEmacs specifics.

21 years agoVersion 2.0.33 released.
Kai Großjohann [Tue, 8 Apr 2003 20:06:12 +0000 (20:06 +0000)]
Version 2.0.33 released.
Change coding cookie to `iso-2022-7bit' for XEmacs
compatibility.  (From Steve Youngs <youngs@xemacs.org>.)

21 years ago(openp): Get the Qfile_exists_p handler for STRING, not FN.
Richard M. Stallman [Tue, 8 Apr 2003 17:11:00 +0000 (17:11 +0000)]
(openp): Get the Qfile_exists_p handler for STRING, not FN.

21 years ago(Finsert_file_contents): Doc fix.
Richard M. Stallman [Tue, 8 Apr 2003 17:09:23 +0000 (17:09 +0000)]
(Finsert_file_contents): Doc fix.
(syms_of_fileio) <after-insert-file-functions>: Doc fix.

21 years agomac.c (init_mac_osx_environment): Switch libexec and bin so that self-
Steven Tamm [Tue, 8 Apr 2003 16:11:37 +0000 (16:11 +0000)]
mac.c (init_mac_osx_environment): Switch libexec and bin so that self-
cohntained application find libexec files.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Apr 2003 11:28:57 +0000 (11:28 +0000)]
*** empty log message ***

21 years agoRegister ?\225 in latin-extra-code-table.
Kenichi Handa [Tue, 8 Apr 2003 11:28:44 +0000 (11:28 +0000)]
Register ?\225 in latin-extra-code-table.

21 years ago(coding_system_accept_latin_extra_p): New function.
Kenichi Handa [Tue, 8 Apr 2003 11:27:28 +0000 (11:27 +0000)]
(coding_system_accept_latin_extra_p): New function.
(find_safe_codings): Pay attention to characters registered in
latin-extra-code-table.

21 years ago(code_convert_region): Fix last change.
Kenichi Handa [Tue, 8 Apr 2003 10:46:31 +0000 (10:46 +0000)]
(code_convert_region): Fix last change.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Apr 2003 07:26:33 +0000 (07:26 +0000)]
*** empty log message ***

21 years ago(code_convert_region_unwind): Set
Kenichi Handa [Tue, 8 Apr 2003 07:26:05 +0000 (07:26 +0000)]
(code_convert_region_unwind): Set
Vlast_coding_system_used to the argument.
(code_convert_region): If post-read-conversion function changed
the value of last-coding-sytem, keep the new value in
coding->symbol so that it won't be overridden.
(run_pre_post_conversion_on_str): Likewise.

21 years ago(utf-16-le-decode-loop)
Kenichi Handa [Tue, 8 Apr 2003 07:23:44 +0000 (07:23 +0000)]
(utf-16-le-decode-loop)
(utf-16-be-decode-loop): New temporary variables.
(ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
(ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
(ccl-decode-mule-utf-16-le-with-signature)
(ccl-decode-mule-utf-16-be-with-signature)
(ccl-decode-mule-utf-16): New CCL programs.
(utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
variables.
(ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
(ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
(ccl-encode-mule-utf-16-le-with-signature)
(ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
(mule-utf-16-post-read-conversion): New function.
(mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
(mule-utf-16): New coding systems.
(utf-16-le-with-signature, utf-16-be-with-signature),
(utf-16): Aliases of the above coding systems.

21 years ago(c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.
Martin Stjernholm [Mon, 7 Apr 2003 22:45:18 +0000 (22:45 +0000)]
(c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.
This makes CC Mode cope with the full range of identifier characters
in e.g. Java.

21 years ago(md5.o): Add missing dependency info.
Thien-Thi Nguyen [Mon, 7 Apr 2003 14:14:13 +0000 (14:14 +0000)]
(md5.o): Add missing dependency info.

21 years ago(xterm-mouse-event-read): New function.
Francesco Potortì [Mon, 7 Apr 2003 14:04:51 +0000 (14:04 +0000)]
(xterm-mouse-event-read): New function.
(xterm-mouse-event): Use it to get xterm sequences above #x7f.
Suggested by Aman Bhargava <emacs-bug@amanb.net>.

21 years ago*** empty log message ***
Francesco Potortì [Mon, 7 Apr 2003 14:03:51 +0000 (14:03 +0000)]
*** empty log message ***

21 years ago(Man-getpage-in-background): Set GROFF_NO_SGR env var in
Kai Großjohann [Mon, 7 Apr 2003 09:32:39 +0000 (09:32 +0000)]
(Man-getpage-in-background): Set GROFF_NO_SGR env var in
all cases, whether or not start-process is fboundp.

21 years agoFix cross references.
Juanma Barranquero [Sun, 6 Apr 2003 21:12:02 +0000 (21:12 +0000)]
Fix cross references.

21 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 Apr 2003 20:42:09 +0000 (20:42 +0000)]
*** empty log message ***

21 years ago(x_handle_selection_request): Move UNGCPRO to very end.
Richard M. Stallman [Sun, 6 Apr 2003 20:35:06 +0000 (20:35 +0000)]
(x_handle_selection_request): Move UNGCPRO to very end.

21 years ago(verify_bytepos): New function.
Richard M. Stallman [Sun, 6 Apr 2003 20:33:59 +0000 (20:33 +0000)]
(verify_bytepos): New function.

21 years agoAdd many calls to CHECK_TOTAL_LENGTH.
Richard M. Stallman [Sun, 6 Apr 2003 20:32:52 +0000 (20:32 +0000)]
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.

21 years ago(CHECK_TOTAL_LENGTH): New macro.
Richard M. Stallman [Sun, 6 Apr 2003 20:29:13 +0000 (20:29 +0000)]
(CHECK_TOTAL_LENGTH): New macro.

21 years agoComment change.
Richard M. Stallman [Sun, 6 Apr 2003 20:28:28 +0000 (20:28 +0000)]
Comment change.

21 years ago(VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.
Richard M. Stallman [Sun, 6 Apr 2003 20:27:19 +0000 (20:27 +0000)]
(VALIDATE_LISP_STORAGE): Macro deleted.  All calls deleted.
(lisp_malloc): Do the work here directly.

21 years ago(Near Point): Fix nonsense in char-before.
Richard M. Stallman [Sun, 6 Apr 2003 20:25:40 +0000 (20:25 +0000)]
(Near Point): Fix nonsense in char-before.

21 years agoClarify when buffer list is reordered.
Richard M. Stallman [Sun, 6 Apr 2003 20:23:10 +0000 (20:23 +0000)]
Clarify when buffer list is reordered.

21 years ago(cal-menu-update): Use easy-menu-create-menu rather than easy-menu-change.
Richard M. Stallman [Sun, 6 Apr 2003 20:21:26 +0000 (20:21 +0000)]
(cal-menu-update): Use easy-menu-create-menu rather than easy-menu-change.

21 years ago(dired-view-file): Let viewer program run asynchronously.
Richard M. Stallman [Sun, 6 Apr 2003 20:17:43 +0000 (20:17 +0000)]
(dired-view-file): Let viewer program run asynchronously.

21 years ago(last-sexp-toggle-display): Correct the starting point for
Richard M. Stallman [Sun, 6 Apr 2003 20:17:01 +0000 (20:17 +0000)]
(last-sexp-toggle-display): Correct the starting point for
previous-single-property-change.

21 years ago(Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.
Juanma Barranquero [Sun, 6 Apr 2003 13:32:17 +0000 (13:32 +0000)]
(Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.

21 years ago#
André Spiegel [Sun, 6 Apr 2003 12:35:33 +0000 (12:35 +0000)]
#

21 years agoUse the same configuration for all aix5, not just aix5.1.
Francesco Potortì [Sun, 6 Apr 2003 10:50:11 +0000 (10:50 +0000)]
Use the same configuration for all aix5, not just aix5.1.

21 years ago*** empty log message ***
Francesco Potortì [Sun, 6 Apr 2003 10:49:50 +0000 (10:49 +0000)]
*** empty log message ***

21 years ago(install): Remove CVS related and backup files from
Andreas Schwab [Sat, 5 Apr 2003 19:07:30 +0000 (19:07 +0000)]
(install): Remove CVS related and backup files from
installation directory.

21 years ago* progmodes/etags.el (tag-find-file-of-tag): Renamed from
Masatake YAMATO [Sat, 5 Apr 2003 18:19:30 +0000 (18:19 +0000)]
* 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.

21 years ago(Info-goto-emacs-command-node): If command
Masatake YAMATO [Sat, 5 Apr 2003 18:01:14 +0000 (18:01 +0000)]
(Info-goto-emacs-command-node): If command
is given as a string, convert it to a symbol.

21 years ago(vc-cvs-get-entries): New function that uses the right coding system for
André Spiegel [Sat, 5 Apr 2003 15:51:14 +0000 (15:51 +0000)]
(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.

21 years ago(emacs-lisp-mode): Add prefix/suffix matching regexps.
Juanma Barranquero [Sat, 5 Apr 2003 12:59:38 +0000 (12:59 +0000)]
(emacs-lisp-mode): Add prefix/suffix matching regexps.

21 years agoPlace libexec executables directly under the Contents/MacOS/libexec if
Steven Tamm [Sat, 5 Apr 2003 03:11:36 +0000 (03:11 +0000)]
Place libexec executables directly under the Contents/MacOS/libexec if
the application is self-contained.

21 years agoAdjust number-sequence code
Vinicius Jose Latorre [Sat, 5 Apr 2003 02:13:44 +0000 (02:13 +0000)]
Adjust number-sequence code

21 years ago(ibuffer-insert-filter-group): Fix spazz.
John Paul Wallington [Sat, 5 Apr 2003 01:03:23 +0000 (01:03 +0000)]
(ibuffer-insert-filter-group): Fix spazz.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 4 Apr 2003 22:02:35 +0000 (22:02 +0000)]
*** empty log message ***

21 years ago(ibuffer-format-filter-group-data): Don't append "\n".
John Paul Wallington [Fri, 4 Apr 2003 21:50:21 +0000 (21:50 +0000)]
(ibuffer-format-filter-group-data): Don't append "\n".

21 years ago(ibuffer-insert-filter-group): `help-echo' text property dynamically
John Paul Wallington [Fri, 4 Apr 2003 21:46:42 +0000 (21:46 +0000)]
(ibuffer-insert-filter-group): `help-echo' text property dynamically
respects `tooltip-mode'.
(define-ibuffer-column name): Likewise.

21 years ago(fill-delete-newlines): Don't delete past TO.
Stefan Monnier [Fri, 4 Apr 2003 21:43:12 +0000 (21:43 +0000)]
(fill-delete-newlines): Don't delete past TO.

21 years agoDon't ask people to join the LPF. Ask for a volunteer to reactivate it.
Richard M. Stallman [Fri, 4 Apr 2003 21:19:05 +0000 (21:19 +0000)]
Don't ask people to join the LPF.  Ask for a volunteer to reactivate it.

21 years agoBreak the line after the return type in function definition.
Richard M. Stallman [Fri, 4 Apr 2003 21:15:53 +0000 (21:15 +0000)]
Break the line after the return type in function definition.

21 years ago(refill-fill-paragraph-at): Don't skip prefix since markers work right.
Stefan Monnier [Fri, 4 Apr 2003 21:02:36 +0000 (21:02 +0000)]
(refill-fill-paragraph-at): Don't skip prefix since markers work right.

21 years ago(refill-fill-paragraph-at): Undo last fix.
Stefan Monnier [Fri, 4 Apr 2003 21:01:44 +0000 (21:01 +0000)]
(refill-fill-paragraph-at): Undo last fix.

21 years ago(fill-paragraph): Don't skip prefix now that markers work right.
Stefan Monnier [Fri, 4 Apr 2003 20:57:54 +0000 (20:57 +0000)]
(fill-paragraph): Don't skip prefix now that markers work right.

21 years ago(fill-delete-newlines): Remove trailing whitespace.
Stefan Monnier [Fri, 4 Apr 2003 20:56:10 +0000 (20:56 +0000)]
(fill-delete-newlines): Remove trailing whitespace.

21 years ago(find-file-of-tag-noselect, find-file-of-tag): New helper functions.
Juanma Barranquero [Fri, 4 Apr 2003 20:02:58 +0000 (20:02 +0000)]
(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'.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 4 Apr 2003 17:24:46 +0000 (17:24 +0000)]
*** empty log message ***

21 years ago(tramp-send-string): Handle empty string.
Andreas Schwab [Fri, 4 Apr 2003 11:33:54 +0000 (11:33 +0000)]
(tramp-send-string): Handle empty string.

21 years ago(Fformat): Use a copy of FORMAT string so that we can
Kenichi Handa [Fri, 4 Apr 2003 10:47:26 +0000 (10:47 +0000)]
(Fformat): Use a copy of FORMAT string so that we can
destructively change "%S" to "%s".

21 years ago(easy-menu-define): Don't make a defvar for nil.
Richard M. Stallman [Thu, 3 Apr 2003 23:15:47 +0000 (23:15 +0000)]
(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.

21 years ago(read-quoted-char): Remember the input char
Richard M. Stallman [Thu, 3 Apr 2003 23:13:38 +0000 (23:13 +0000)]
(read-quoted-char): Remember the input char
before translation thru function-key-map, and use that for unreading.

21 years ago(shadow-parse-fullname): Renamed from shadow-parse-fullpath.
Richard M. Stallman [Thu, 3 Apr 2003 23:11:06 +0000 (23:11 +0000)]
(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.

21 years ago(kmacro-end-and-call-macro): Doc fix.
Richard M. Stallman [Thu, 3 Apr 2003 23:01:45 +0000 (23:01 +0000)]
(kmacro-end-and-call-macro): Doc fix.

21 years ago(hexl-find-file): Ignore user's value of default-major-mode.
Richard M. Stallman [Thu, 3 Apr 2003 23:01:12 +0000 (23:01 +0000)]
(hexl-find-file): Ignore user's value of default-major-mode.

21 years ago(hack-local-variables-prop-line): New arg MODE-ONLY.
Richard M. Stallman [Thu, 3 Apr 2003 23:00:22 +0000 (23:00 +0000)]
(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.

21 years ago(delete-active-region): Don't explicitly deactivate mark.
Richard M. Stallman [Thu, 3 Apr 2003 22:58:49 +0000 (22:58 +0000)]
(delete-active-region): Don't explicitly deactivate mark.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 3 Apr 2003 16:09:02 +0000 (16:09 +0000)]
*** empty log message ***

21 years agoRequire button.el.
Juanma Barranquero [Thu, 3 Apr 2003 15:57:45 +0000 (15:57 +0000)]
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).

21 years agoFix previous change.
Juanma Barranquero [Thu, 3 Apr 2003 15:49:40 +0000 (15:49 +0000)]
Fix previous change.

21 years ago(number-sequence): Shorten the code.
Kenichi Handa [Thu, 3 Apr 2003 02:49:16 +0000 (02:49 +0000)]
(number-sequence): Shorten the code.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 3 Apr 2003 02:43:32 +0000 (02:43 +0000)]
*** empty log message ***

21 years ago(number-sequence): New function.
Kenichi Handa [Thu, 3 Apr 2003 02:43:11 +0000 (02:43 +0000)]
(number-sequence): New function.

21 years agoFix the malayalam line.
Kenichi Handa [Thu, 3 Apr 2003 01:59:08 +0000 (01:59 +0000)]
Fix the malayalam line.

21 years ago(choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.
Miles Bader [Thu, 3 Apr 2003 01:40:58 +0000 (01:40 +0000)]
(choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.

21 years ago(fill-newline): Don't leave markers before the prefix.
Stefan Monnier [Thu, 3 Apr 2003 00:53:49 +0000 (00:53 +0000)]
(fill-newline): Don't leave markers before the prefix.

21 years ago(refill-fill-paragraph-at): Don't preserve the trailing space since
Stefan Monnier [Wed, 2 Apr 2003 23:57:17 +0000 (23:57 +0000)]
(refill-fill-paragraph-at): Don't preserve the trailing space since
fill.el doesn't remove it anymore.
(refill-mode): Reset fill-paragraph-function even if it was nil.

21 years ago(fill-delete-newlines): Don't add a trailing space.
Stefan Monnier [Wed, 2 Apr 2003 23:40:36 +0000 (23:40 +0000)]
(fill-delete-newlines): Don't add a trailing space.

21 years ago(fill-region-as-paragraph): Remove obsolete `save-restriction'.
Stefan Monnier [Wed, 2 Apr 2003 23:04:09 +0000 (23:04 +0000)]
(fill-region-as-paragraph): Remove obsolete `save-restriction'.
Don't remove space at end of paragraph: it makes refill.el unusable.
(fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 2 Apr 2003 21:38:43 +0000 (21:38 +0000)]
*** empty log message ***

21 years ago(sort-reorder-buffer): Fix saving of markers at the end of the sorted region.
Juanma Barranquero [Wed, 2 Apr 2003 21:37:53 +0000 (21:37 +0000)]
(sort-reorder-buffer): Fix saving of markers at the end of the sorted region.

21 years ago(woman-xref): Removed.
Juanma Barranquero [Wed, 2 Apr 2003 21:24:56 +0000 (21:24 +0000)]
(woman-xref): Removed.
(woman-mode): Use `Man-highlight-references' instead of `WoMan-highlight-references'.
(WoMan-highlight-references): Removed.

21 years ago(toplevel): Require button.
Juanma Barranquero [Wed, 2 Apr 2003 21:22:38 +0000 (21:22 +0000)]
(toplevel): Require button.
(Man-header-file-path): New option.
(Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
(Man-file-name-regexp, Man-normal-file-prefix-regexp, Man-header-regexp)
(Man-normal-file-regexp): New variables.
(Man-mode-map): Inherited from `button-buffer-map'.  Don't define "\r" and
mouse-2 directly.  These key are defined in `button-buffer-map'.
(Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file): New buttons.
`Man-xref-man-page' comes from woman.el.
(man-follow-mouse): Removed.
(Man-fontify-manpage): Use `Man-highlight-references' instead of calling
`add-text-properties' directly.
(Man-highlight-references, Man-highlight-references0): New functions.
(Man-view-header-file): New function.

21 years ago(asm-calculate-indentation, asm-indent-line): New functions.
Stefan Monnier [Wed, 2 Apr 2003 16:48:11 +0000 (16:48 +0000)]
(asm-calculate-indentation, asm-indent-line): New functions.
(asm-mode): Use them in indent-line-function.
Set tab-always-indent to nil to stay closer to previous tab behavior.
Set comment-add.  Remove space at end of comment-add.
(asm-newline): Obsolete.  Use newline-and-indent instead.
(asm-mode-map): Remove TAB binding.
(asm-code-level-empty-comment-pattern)
(asm-flush-left-empty-comment-pattern)
(asm-inline-empty-comment-pattern): Remove.
(asm-comment): Use newcomment functions instead.
(asm-colon): Don't tab if colon is not after a label.
(asm-line-matches, asm-pop-comment-level): Remove.