bpt/emacs.git
21 years agoUse push, with-current-buffer, dolist, ...
Stefan Monnier [Sat, 12 Apr 2003 20:28:10 +0000 (20:28 +0000)]
Use push, with-current-buffer, dolist, ...
(byte-compile-const-variables): New var.
(byte-compile-close-variables): Reset it.
(byte-compile-file-form-defvar, byte-compile-defvar): Update it.
(byte-compile-const-symbol-p): Now arg `value' to check defconsts.
(byte-compile-variable-ref): Use it and improve warning message.
(byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
(byte-compile-lapcode): Remove unused vars.
(byte-compile-eval): Fix thinko in handling of old-autoloads.
(byte-recompile-directory): Use the expanded form for directory.
(byte-compile-track-mouse): Use modern backquote syntax.
(byte-compile-defvar): Detect and properly handle (defconst a).
(byte-compile-defalias-warn): Remove unused arg `alias'.
(byte-compile-defalias): Update call.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 12 Apr 2003 19:17:24 +0000 (19:17 +0000)]
*** empty log message ***

21 years ago(server-start): Use letf.
Stefan Monnier [Sat, 12 Apr 2003 19:05:41 +0000 (19:05 +0000)]
(server-start): Use letf.

21 years ago(server-socket-name): Use new safe location for socket.
Stefan Monnier [Sat, 12 Apr 2003 19:04:11 +0000 (19:04 +0000)]
(server-socket-name): Use new safe location for socket.
(server-ensure-safe-dir): New fun.
(server-start): Use it.
(server-process-filter): Re-enable the -eval feature.

21 years ago(main): Use new safe location for socket.
Stefan Monnier [Sat, 12 Apr 2003 19:03:08 +0000 (19:03 +0000)]
(main): Use new safe location for socket.

21 years ago* help.el (describe-minor-mode): New function implementation.
Masatake YAMATO [Sat, 12 Apr 2003 17:28:24 +0000 (17:28 +0000)]
* help.el (describe-minor-mode): New function implementation.
Accept both minor mode string and minor mode indicator.
(describe-minor-mode-completion-table-for-indicator)
(describe-minor-mode-completion-table-for-symbol): New functions.
minor-mode-list is used here.
(describe-minor-mode-from-symbol): renamed
from (old) describe-minor-mode. Use
describe-minor-mode-completion-table-for-symbol.
Don't use eval. Just use symbol-name.
(describe-minor-mode-from-indicator): Document is updated.
Use `format-mode-line'. Use
describe-minor-mode-from-symbol instead of
describe-minor-mode.
Use describe-minor-mode-completion-table-for-indicator.
(expand-minor-mode-indicator-object): removed.
(lookup-minor-mode-from-indicator): remove the fist white
space from both indicator and anindicator before comparing them.

* bindings.el (mode-line-major-mode-keymap)
(mode-line-minor-mode-keymap): defined keys for the maps
here in `defvar'.

21 years ago(gomoku-buffer-name): New constant.
Glenn Morris [Sat, 12 Apr 2003 15:51:57 +0000 (15:51 +0000)]
(gomoku-buffer-name): New constant.
(gomoku-mode): Doc fix.  Add call to kill-all-local-variables,
for global-font-lock-mode.
(gomoku): Do not call gomoku-switch-to-window directly, else the
player is asked the startup questions twice after a killed game.
(gomoku-prompt-for-other-game): Throw an error if no new game,
since otherwise answering no after a killed game has no effect.
(gomoku-switch-to-window): Use gomoku-buffer-name.

21 years ago(f90-abbrev-start): Only offer help if abbrev-mode is active.
Glenn Morris [Sat, 12 Apr 2003 15:45:59 +0000 (15:45 +0000)]
(f90-abbrev-start): Only offer help if abbrev-mode is active.

21 years ago(fortran-abbrev-start): Only offer help if abbrev-mode is active.
Glenn Morris [Sat, 12 Apr 2003 15:44:59 +0000 (15:44 +0000)]
(fortran-abbrev-start): Only offer help if abbrev-mode is active.

21 years ago(help-add-fundoc-usage): Pass an empty string to `format' if
John Paul Wallington [Sat, 12 Apr 2003 04:28:43 +0000 (04:28 +0000)]
(help-add-fundoc-usage): Pass an empty string to `format' if
no newlines are necessary.

21 years ago(head_table): Use switch-frame as event_kind for select-window.
Stefan Monnier [Fri, 11 Apr 2003 23:44:43 +0000 (23:44 +0000)]
(head_table): Use switch-frame as event_kind for select-window.

21 years ago(kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
Stefan Monnier [Fri, 11 Apr 2003 23:19:50 +0000 (23:19 +0000)]
(kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
specially, so that they can't hide an implicit switch-frame event.
(make_lispy_event): Handle SELECT_WINDOW_EVENT.
(keys_of_keyboard): Don't bind [select-window] in special-event-map.

21 years ago(Fformat): Lisp_Object/int mixup.
Stefan Monnier [Fri, 11 Apr 2003 23:17:42 +0000 (23:17 +0000)]
(Fformat): Lisp_Object/int mixup.
(format2): Remove unused var numargs.

21 years ago(global-map): Bind [select-window].
Stefan Monnier [Fri, 11 Apr 2003 22:40:58 +0000 (22:40 +0000)]
(global-map): Bind [select-window].

21 years ago*** empty log message ***
Stefan Monnier [Fri, 11 Apr 2003 19:05:32 +0000 (19:05 +0000)]
*** empty log message ***

21 years ago(type-break-warning-countdown-string): Doc fix; escape open paren at col 0.
John Paul Wallington [Fri, 11 Apr 2003 13:07:10 +0000 (13:07 +0000)]
(type-break-warning-countdown-string): Doc fix; escape open paren at col 0.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 11:11:25 +0000 (11:11 +0000)]
*** empty log message ***

21 years ago(utf-translate-cjk-mode): Fix incorrect
Kenichi Handa [Fri, 11 Apr 2003 11:10:48 +0000 (11:10 +0000)]
(utf-translate-cjk-mode): Fix incorrect
place of parenthesis.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 11:03:01 +0000 (11:03 +0000)]
*** empty log message ***

21 years agoDon't set after-insert-file-adjust-coding-function.
Kenichi Handa [Fri, 11 Apr 2003 11:00:36 +0000 (11:00 +0000)]
Don't set after-insert-file-adjust-coding-function.
(after-insert-file-set-coding): Renamed from
after-insert-file-set-buffer-file-coding-system.

21 years ago(Vafter_insert_file_adjust_coding_function): Delete
Kenichi Handa [Fri, 11 Apr 2003 10:59:02 +0000 (10:59 +0000)]
(Vafter_insert_file_adjust_coding_function): Delete
this variable.
(Qafter_insert_file_set_coding): New variable.
(syms_of_fileio): Initialize and staticpro it.  Delete declaration
for after-insert-file-adjust-coding-function.
(Finsert_file_contents): Call Qafter_insert_file_set_coding
instead of Vafter_insert_file_adjust_coding_function.

21 years ago2003-04-11 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO [Fri, 11 Apr 2003 09:08:29 +0000 (09:08 +0000)]
2003-04-11  Masatake YAMATO  <jet@gyve.org>

* progmodes/etags.el (select-tags-table-mode-map):
Don't create new keymap. Instead copy from button-buffer-map.
Bind push-button to `t' instead of binding
select-tags-table-select directly

* (tags-select-tags-table): New button.

  * progmodes/etags.el (select-tags-table): Put
a button for each selections.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 08:40:02 +0000 (08:40 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 07:45:15 +0000 (07:45 +0000)]
*** empty log message ***

21 years ago* international/quail.el (quail-guidance-str)
Kenichi Handa [Fri, 11 Apr 2003 03:58:22 +0000 (03:58 +0000)]
* international/quail.el (quail-guidance-str)
(quail-guidance-frame): New variables.
(quail-guidance-win): Delete this variable.
(quail-setup-overlays): Make overlay not rear-advancing.
(quail-kill-guidance-buf): Delete this function.
(quail-activate): Add/remove quail-show-guidance to/from
post-command-hook.
(quail-input-method): Don't setup quail-guidance-buf.  Initialize
quail-guidance-str to "".
(quail-start-translation): Call quail-show-guidance at first.
(quail-start-conversion): Likewise.
(quail-terminate-translation): Don't erase quail-guidance-buf.
(quail-update-translation): Stretch overlays if their starting and
ending positions are same.
(quail-update-current-translations): Check the width of the
current window, not the width of quail-guidance-win.
(quail-make-guidance-frame): Delete the arg BUF.  Fix position
calculation.  Don't set the window buffer, just return the new
frame.
(quail-minibuffer-message): New function.
(quail-show-guidance): Renamed from quail-show-guidance-buf.  Use
message and quail-minibuffer-message to display the guidance.
(quail-hide-guidance): Renamed from quail-hide-guidance-buf.  Only
delete quail-guidance-frame.
(quail-update-guidance): Just update quail-guidance-str, not
display it.
(quail-get-translations): Renamed from quail-show-translations.
Return a string instead of inserting it in quail-guaidance-buf.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 02:07:08 +0000 (02:07 +0000)]
*** empty log message ***

21 years ago(temp_echo_area_glyphs): Adjust prototype.
Kenichi Handa [Fri, 11 Apr 2003 02:06:34 +0000 (02:06 +0000)]
(temp_echo_area_glyphs): Adjust prototype.

21 years ago(temp_echo_area_glyphs): Change the arg to Lisp
Kenichi Handa [Fri, 11 Apr 2003 02:06:15 +0000 (02:06 +0000)]
(temp_echo_area_glyphs): Change the arg to Lisp
string.  Callers changed.

21 years ago(sort-coding-systems): Set higher priority to a coding system listed
Kenichi Handa [Fri, 11 Apr 2003 01:20:36 +0000 (01:20 +0000)]
(sort-coding-systems): Set higher priority to a coding system listed
in coding-category-list.

21 years ago(sort-coding-systems): Lower the
Kenichi Handa [Fri, 11 Apr 2003 00:42:18 +0000 (00:42 +0000)]
(sort-coding-systems): Lower the
priorities of all utf-16 base coding systems.

21 years ago(modify-all-frames-parameters): Deleted.
Juanma Barranquero [Thu, 10 Apr 2003 16:31:00 +0000 (16:31 +0000)]
(modify-all-frames-parameters): Deleted.

21 years ago(desktop-buffer-file): Restore major-mode if it is different from the normal
Juanma Barranquero [Thu, 10 Apr 2003 16:26:12 +0000 (16:26 +0000)]
(desktop-buffer-file): Restore major-mode if it is different from the normal
mode.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 10 Apr 2003 12:02:31 +0000 (12:02 +0000)]
*** empty log message ***

21 years ago* fileio.c (Vafter_insert_file_adjust_coding_function): New
Kenichi Handa [Thu, 10 Apr 2003 12:01:10 +0000 (12:01 +0000)]
* fileio.c (Vafter_insert_file_adjust_coding_function): New
variable.
(syms_of_fileio): Declare it as a lisp variable.
(Finsert_file_contents): Call
Vafter_insert_file_adjust_coding_function before calling
decode-format.

21 years agoSet after-insert-file-adjust-coding-function to
Kenichi Handa [Thu, 10 Apr 2003 11:59:45 +0000 (11:59 +0000)]
Set after-insert-file-adjust-coding-function to
after-insert-file-set-buffer-file-coding-system instead of adding it
to after-insert-file-functions.

21 years ago(indian-2-column-to-ucs-region): Fix for
Kenichi Handa [Thu, 10 Apr 2003 11:57:54 +0000 (11:57 +0000)]
(indian-2-column-to-ucs-region): Fix for
the case of replacing multibyte characters.

21 years ago(file-chase-links): Fix previous change.
Richard M. Stallman [Wed, 9 Apr 2003 19:06:19 +0000 (19:06 +0000)]
(file-chase-links): Fix previous change.

21 years ago(new-frame): Add obsolescence declaration.
Juanma Barranquero [Wed, 9 Apr 2003 17:45:20 +0000 (17:45 +0000)]
(new-frame): Add obsolescence declaration.

21 years ago(modify-all-frames-parameters): New function to change parameters in all
Juanma Barranquero [Wed, 9 Apr 2003 17:38:47 +0000 (17:38 +0000)]
(modify-all-frames-parameters): New function to change parameters in all
existing and future frames.

21 years ago(set-frame-font): Allow keeping frame size after changing font.
Juanma Barranquero [Wed, 9 Apr 2003 17:28:30 +0000 (17:28 +0000)]
(set-frame-font): Allow keeping frame size after changing font.

21 years ago* xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
Jan Djärv [Wed, 9 Apr 2003 16:44:45 +0000 (16:44 +0000)]
* xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
get GtkAdjustment as widget now is a GtkRange.

* gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
GtkRange to avoid memory leak.

21 years ago(Man-heading-regexp): Accept hyphen.
Thien-Thi Nguyen [Wed, 9 Apr 2003 12:17:59 +0000 (12:17 +0000)]
(Man-heading-regexp): Accept hyphen.

21 years agoInitial revision
Thien-Thi Nguyen [Wed, 9 Apr 2003 11:50:50 +0000 (11:50 +0000)]
Initial revision

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.