emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 12 Apr 2003 15:44:04 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5029 emacs/lisp/ChangeLog:1.5030
*** emacs/lisp/ChangeLog:1.5029 Sat Apr 12 13:28:24 2003
--- emacs/lisp/ChangeLog        Sat Apr 12 15:12:09 2003
***************
*** 5,27 ****
        (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'.
  
  2003-04-12  Glenn Morris  <address@hidden>
  
        * play/gomoku.el (gomoku-buffer-name): New constant.
--- 5,33 ----
        (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): Remove.
!       (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): Define keys for the maps
        here in `defvar'.
  
+ 2003-04-12  Stefan Monnier  <address@hidden>
+ 
+       * server.el (server-socket-name): Use new safe location for socket.
+       (server-ensure-safe-dir): New fun.
+       (server-start): Use it and letf.
+       (server-process-filter): Re-enable the -eval feature.
+ 
  2003-04-12  Glenn Morris  <address@hidden>
  
        * play/gomoku.el (gomoku-buffer-name): New constant.
***************
*** 41,46 ****
--- 47,56 ----
        * help-fns.el (help-add-fundoc-usage): Pass an empty string to
        `format' if no newlines are necessary.
  
+ 2003-04-11  Stefan Monnier  <address@hidden>
+ 
+       * bindings.el (global-map): Bind [select-window].
+ 
  2003-04-11  John Paul Wallington  <address@hidden>
  
        * type-break.el (type-break-warning-countdown-string): Doc fix.
***************
*** 52,73 ****
  
  2003-04-11  Masatake YAMATO  <address@hidden>
  
!       * 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.
  
  2003-04-11  Kenichi Handa  <address@hidden>
  
!       * international/mule.el: Don't set
!       after-insert-file-adjust-coding-function.
!       (after-insert-file-set-coding): Renamed from
!       after-insert-file-set-buffer-file-coding-system.
  
  2003-04-11  Kenichi Handa  <address@hidden>
  
--- 62,80 ----
  
  2003-04-11  Masatake YAMATO  <address@hidden>
  
!       * 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.
!       (select-tags-table): Put a button for each selections.
  
  2003-04-11  Kenichi Handa  <address@hidden>
  
!       * international/mule.el:
!       Don't set after-insert-file-adjust-coding-function.
!       (after-insert-file-set-coding):
!       Renamed from after-insert-file-set-buffer-file-coding-system.
  
  2003-04-11  Kenichi Handa  <address@hidden>
  
***************
*** 78,85 ****
        (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.
--- 85,92 ----
        (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.
***************
*** 88,100 ****
        (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.
--- 95,106 ----
        (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.
***************
*** 117,124 ****
  
  2003-04-10  Kenichi Handa  <address@hidden>
  
!       * international/mule.el: 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.
  
--- 123,130 ----
  
  2003-04-10  Kenichi Handa  <address@hidden>
  
!       * international/mule.el:
!       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.
  
***************
*** 146,153 ****
  
  2003-04-09  Kenichi Handa  <address@hidden>
  
!       * international/fontset.el: Specify rescale ratio 1.3 for CDAC
!       fonts.
  
        * international/mule-conf.el: Register ?\221 and ?\226 in
        latin-extra-code-table.
--- 152,158 ----
  
  2003-04-09  Kenichi Handa  <address@hidden>
  
!       * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
  
        * international/mule-conf.el: Register ?\221 and ?\226 in
        latin-extra-code-table.
***************
*** 171,180 ****
  
  2003-04-09  Kenichi Handa  <address@hidden>
  
!       * international/mule-diag.el (print-coding-system-briefly): If
!       DOC-STRING is `tightly', print the doc-string tightly.
!       (list-coding-systems-1): Sort coding systems.  Call
!       print-coding-system-briefly with the arg DOC-STRING `tightly'.
  
  2003-04-08  Kai Gro,A_(Bjohann  <address@hidden>
  
--- 176,185 ----
  
  2003-04-09  Kenichi Handa  <address@hidden>
  
!       * international/mule-diag.el (print-coding-system-briefly):
!       If DOC-STRING is `tightly', print the doc-string tightly.
!       (list-coding-systems-1): Sort coding systems.
!       Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
  
  2003-04-08  Kai Gro,A_(Bjohann  <address@hidden>
  
***************
*** 190,197 ****
  
  2003-04-08  Kenichi Handa  <address@hidden>
  
!       * international/mule-conf.el: Register ?\225 in
!       latin-extra-code-table.
  
        * international/utf-16.el (utf-16-le-decode-loop)
        (utf-16-be-decode-loop): New temporary variables.
--- 195,201 ----
  
  2003-04-08  Kenichi Handa  <address@hidden>
  
!       * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
  
        * international/utf-16.el (utf-16-le-decode-loop)
        (utf-16-be-decode-loop): New temporary variables.
***************
*** 254,260 ****
        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
--- 258,264 ----
        file format.
        (desktop-create-buffer-form): Variable deleted.
        (desktop-save): New customizable variable.
!       (desktop-kill): 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
***************
*** 269,287 ****
        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.
  
  2003-04-06  Masatake YAMATO  <address@hidden>
--- 273,291 ----
        ro     -> desktop-buffer-read-only
        locals -> desktop-buffer-locals
        (desktop-buffer-major-mode, desktop-buffer-file-name)
!       (desktop-buffer-name): Delete unused customizable variables.
!       (desktop-buffer-misc): Delete unused variable.
        (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 which it was loaded.
        (desktop-revert): New function. Revert to the last loaded desktop.
  
  2003-04-06  Masatake YAMATO  <address@hidden>
***************
*** 289,296 ****
        * 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-06  Masatake YAMATO  <address@hidden>
  
--- 293,300 ----
        * 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-06  Masatake YAMATO  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]