bpt/emacs.git
21 years ago(Foverlay_recenter): Doc fix.
Richard M. Stallman [Wed, 16 Apr 2003 05:07:38 +0000 (05:07 +0000)]
(Foverlay_recenter): Doc fix.

21 years ago(Regexps): Ref to Lisp manual for more regexp features.
Richard M. Stallman [Wed, 16 Apr 2003 05:06:35 +0000 (05:06 +0000)]
(Regexps): Ref to Lisp manual for more regexp features.

21 years ago(Minibuffer Misc): Document fn minibuffer-message.
Richard M. Stallman [Wed, 16 Apr 2003 05:05:32 +0000 (05:05 +0000)]
(Minibuffer Misc): Document fn minibuffer-message.

21 years ago(Man-follow-manual-reference): Don't require match
Richard M. Stallman [Wed, 16 Apr 2003 05:03:13 +0000 (05:03 +0000)]
(Man-follow-manual-reference): Don't require match
when calling completing-read.

21 years ago(fortran-tab-mode-minor-mode-string): Delete this variable,
Glenn Morris [Tue, 15 Apr 2003 20:44:19 +0000 (20:44 +0000)]
(fortran-tab-mode-minor-mode-string): Delete this variable,
introduced in previous change.
(fortran-tab-mode-string): Change default value.
(fortran-mode): Use mode-line-process (rather than
minor-mode-alist) to indicate tab format code.
(fortran-analyze-file-format): Return fortran-tab-mode-default if
no match.

21 years agoWhitespace changes, some re-ordering of code, trivial commentary change.
Glenn Morris [Tue, 15 Apr 2003 19:22:31 +0000 (19:22 +0000)]
Whitespace changes, some re-ordering of code, trivial commentary change.
(fortran, fortran-indent, fortran-comment)
(fortran-tab-mode-default, fortran-continuation-indent)
(fortran-comment-indent-style, fortran-blink-matching-if)
(fortran-continuation-string, fortran-electric-line-number)
(fortran-break-before-delimiters, fortran-mode-hook)
(fortran-end-prog-re, fortran-imenu-generic-expression): Minor doc changes.
(fortran-tab-mode-minor-mode-string): New variable.
(fortran-tab-mode-string): Now customization is meaningful.
(fortran-column-ruler-fixed, fortran-column-ruler-tab)
(fortran-analyze-depth): Use defcustom.
(fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
(fortran-break-line, fortran-prepare-abbrev-list-buffer)
(fortran-auto-fill): Add doc string.
(fortran-type-types): New constant (was local to let binding).
(fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
(fortran-font-lock-syntactic-keywords): Initialize in defvar.
(fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
depth of fortran-type-types has changed.  Remove extra and.
(fortran-mode-menu): Minor re-organization.  Use lookup-key.
(fortran-mode): Doc changes.  Some re-organization.  Use
fortran-tab-mode-minor-mode-string.
(fortran-comment-indent): Add doc string.  Move save-excursion. Use 1+.
(fortran-indent-comment, fortran-fill-statement): Change interactive spec.
Use unless.
(fortran-comment-region): Doc change.  Reverse logic of arg test.  Use zerop.
(fortran-abbrev-start, fortran-split-line)
(fortran-electric-line-number, fortran-indent-subprogram)
(fortran-strip-sequence-nos): Change interactive spec.
(fortran-remove-continuation): Add doc string.  Use when.
(fortran-numerical-continuation-char): Doc change.  Use 1+.
(fortran-previous-statement, fortran-next-statement)
(fortran-beginning-do, fortran-calculate-indent)
(fortran-end-do, fortran-end-if, fortran-beginning-if): Use zerop, 1+, 1-.
(fortran-blink-match, fortran-check-for-matching-do): Use when.
(fortran-indent-line): Change interactive spec.  Remove un-needed if.
Use when.
(fortran-indent-to-column): Doc change.  Use when, unless.
(fortran-find-comment-start-skip): No longer interactive.
(fortran-analyze-file-format): Minor doc change.  Remove un-needed setq.
(minor-mode-alist): Use add-to-list.
(fortran-fill-paragraph): Change interactive spec, doc string.

21 years agoWhitespace changes, trivial commentary changes.
Glenn Morris [Tue, 15 Apr 2003 19:18:23 +0000 (19:18 +0000)]
Whitespace changes, trivial commentary changes.
(f90, f90-indent, f90-program-indent, f90-continuation-indent)
(f90-indented-comment-re, f90-imenu-generic-expression)
(f90-mark-subprogram, f90-join-lines): Minor doc changes.
(f90-menu): Shift definition to initialization of f90-mode-map.
Add customization section.
(f90-mode): Minor doc change.  Do not call easy-menu-add.
Set `beginning-of-defun-function' and `end-of-defun-function' to
appropriate F90 functions.
(f90-indent-line, f90-indent-line, f90-indent-subprogram)
(f90-break-line, f90-do-auto-fill, f90-insert-end)
(f90-upcase-keywords, f90-capitalize-keywords)
(f90-downcase-keywords): Change interactive spec.

21 years ago* term/mac-win.el: Unconditionally set process-connection-type to nil.
Andrew Choi [Tue, 15 Apr 2003 01:29:42 +0000 (01:29 +0000)]
* term/mac-win.el: Unconditionally set process-connection-type to nil.

21 years ago(font-lock-maximum-size, font-lock-verbose): Remove.
Stefan Monnier [Mon, 14 Apr 2003 23:07:49 +0000 (23:07 +0000)]
(font-lock-maximum-size, font-lock-verbose): Remove.
(font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
Move back to font-lock.el
(font-lock-default-function): Use font-lock-mode-internal.

21 years ago(font-lock-multiline, font-lock-fontified)
Stefan Monnier [Mon, 14 Apr 2003 23:07:39 +0000 (23:07 +0000)]
(font-lock-multiline, font-lock-fontified)
(font-lock-set-defaults): Move back from font-core.el and merge
it back with font-lock-set-defaults-1.
(font-lock-mode-internal): New function (basically the body of
the old font-lock-mode minor mode).

21 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Apr 2003 20:48:44 +0000 (20:48 +0000)]
*** empty log message ***

21 years ago(latex-mode-map): Bind latex-split-block to C-c C-s.
Stefan Monnier [Mon, 14 Apr 2003 19:58:05 +0000 (19:58 +0000)]
(latex-mode-map): Bind latex-split-block to C-c C-s.
(tex-font-lock-keywords-2): Comment out unused var `type'.
(tex-guess-mode): New name for old `tex-mode'.
(tex-mode): Make it a derived mode of text-mode.
(plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
(tex-common-initialization): Don't setup syntax-table any more.
(tex-validate-buffer): Remove unused var `oend'.
Use with-current-buffer and line-beginning-position.
(tex-recenter-output-buffer): Remove unused var `old-buffer'.
(latex-indent): Return `noindent' if no indentation can happen.
(doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
(doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
(doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.

21 years ago* macterm.c (mac_check_for_quit_char): Don't check more often than
Andrew Choi [Mon, 14 Apr 2003 17:12:17 +0000 (17:12 +0000)]
* macterm.c (mac_check_for_quit_char): Don't check more often than
  once a second.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Apr 2003 16:31:52 +0000 (16:31 +0000)]
*** empty log message ***

21 years ago(Fsit_For): Support XEmacs-style arg list.
Stefan Monnier [Mon, 14 Apr 2003 16:29:18 +0000 (16:29 +0000)]
(Fsit_For): Support XEmacs-style arg list.

21 years ago(font-lock-preprocessor-face): New var and face.
Stefan Monnier [Mon, 14 Apr 2003 15:04:16 +0000 (15:04 +0000)]
(font-lock-preprocessor-face): New var and face.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 14 Apr 2003 10:16:05 +0000 (10:16 +0000)]
*** empty log message ***

21 years ago(define-derived-mode): Make generated code work in
Richard M. Stallman [Mon, 14 Apr 2003 10:11:04 +0000 (10:11 +0000)]
(define-derived-mode): Make generated code work in
Emacs versions that do not have run-mode-hooks.

21 years ago(last-sexp-toggle-display): At end of buffer, run the global binding
Richard M. Stallman [Mon, 14 Apr 2003 10:09:35 +0000 (10:09 +0000)]
(last-sexp-toggle-display): At end of buffer, run the global binding
of the same key.

21 years ago(after-insert-file-set-coding): Properly treat INSERTED as number of
Richard M. Stallman [Mon, 14 Apr 2003 10:06:55 +0000 (10:06 +0000)]
(after-insert-file-set-coding): Properly treat INSERTED as number of
characters, for both the argument and the value.

21 years ago(desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias.
Richard M. Stallman [Mon, 14 Apr 2003 10:00:00 +0000 (10:00 +0000)]
(desktop-base-file-name): Renamed from desktop-basefilename.  Add defvaralias.

21 years ago(create-fontset-from-ascii-font): Doc fix.
John Paul Wallington [Mon, 14 Apr 2003 07:54:15 +0000 (07:54 +0000)]
(create-fontset-from-ascii-font): Doc fix.
(x-must-resolve-font-name): Fix error message typo.

21 years ago(fortran-previous-statement): Check for fortran-continuation-string.
Glenn Morris [Sun, 13 Apr 2003 13:11:24 +0000 (13:11 +0000)]
(fortran-previous-statement): Check for fortran-continuation-string.
(fortran-calculate-indent): Do not add extra whitespace to strings
broken over lines.  Remove superfluous progn.
(fortran-fill): Handle long strings that must be broken over lines.

21 years agoFrom Michael Albinus <Michael.Albinus@alcatel.de>.
Kai Großjohann [Sun, 13 Apr 2003 12:46:11 +0000 (12:46 +0000)]
From Michael Albinus <Michael.Albinus@alcatel.de>.
(ange-ftp-expand-symlink): If result of
expansion is a symlink, expand again.
(ange-ftp-file-symlink-p): Return target of symlink literally.

21 years ago(toplevel): Don't change the face
Masatake YAMATO [Sun, 13 Apr 2003 06:30:59 +0000 (06:30 +0000)]
(toplevel): Don't change the face
of major-mode on the mode line. Setting the face on
the mode line code is installed by my mistake in
my last change.

21 years ago(change-log-version-number-search): Fix old bug.
Stefan Monnier [Sat, 12 Apr 2003 23:13:03 +0000 (23:13 +0000)]
(change-log-version-number-search): Fix old bug.
(add-change-log-entry): Avoid inserting the same funname again.
(add-log-indent-text): New var.
(add-log-indent): New fun.
(change-log-mode): Use it.

21 years agoDon't autoload all these defcustoms.
Stefan Monnier [Sat, 12 Apr 2003 22:21:18 +0000 (22:21 +0000)]
Don't autoload all these defcustoms.
(browse-url-default-macosx-browser): New fun.
(browse-url-browser-function): Use it for system-type = darwin.
(browse-url-usr1-signal): Remove.
(browse-url-mosaic): Use SIGUSR1 directly instead.
(browse-url-gnome-moz-program): New var.
(browse-url-gnome-moz, browse-url-default-browser): Use it.

21 years ago(byte-compile-file-form-defvar, byte-compile-defvar):
Stefan Monnier [Sat, 12 Apr 2003 21:39:50 +0000 (21:39 +0000)]
(byte-compile-file-form-defvar, byte-compile-defvar):
Fix last commit which mistakenly relied on not-yet committed code.

21 years ago(f90-join-lines): Make it behave more like the standard function
Glenn Morris [Sat, 12 Apr 2003 20:43:58 +0000 (20:43 +0000)]
(f90-join-lines): Make it behave more like the standard function
`join-line' - join with previous line, unless an argument supplied.
Join comments correctly. No longer has a meaningful return
value, no longer fills (seems contradictory to join AND fill).
(f90-fill-region, f90-menu): Adapt for new f90-join-lines.

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.