]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 12 Apr 2003 19:17:24 +0000 (19:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 12 Apr 2003 19:17:24 +0000 (19:17 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index 8c3ab591812fa18f932359dde3609fb2281af2cb..526f4640ea8a7da1d196adb0689b2954bc7958ef 100644 (file)
@@ -1,7 +1,11 @@
+2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacsclient.c (main): Use new safe location for socket.
+
 2003-03-12  Tom Tromey  <tromey@redhat.com>
 
-       * emacsclient.c (print_help_and_exit): Print to stdout.  Exit
-       successfully.  Added some blank lines for readability.
+       * emacsclient.c (print_help_and_exit): Print to stdout.
+       Exit successfully.  Added some blank lines for readability.
        (decode_options): Don't call print_help_and_exit in default case.
        Print version information to stdout.
        (main): Don't call print_help_and_exit.
 
 2002-08-29  Francesco Potorti`  <pot@gnu.org>
 
-       * etags.c (C_entries): Corrected a problem with const C++ funcs.
+       * etags.c (C_entries): Correct a problem with const C++ funcs.
        (ignoreindent): Renamed from noindentypedefs.
        (cjava, cplpl): They are now macros instead of local vars.
 
        (pattern): Structure renamed to `regexp', member regex renamed to
        pattern.
        (node_st): Member pat renamed to regex.
-       (pattern); New member force_explicit_name, for future use.  Now
-       always set to true, cannot be reset.
+       (pattern); New member force_explicit_name, for future use.
+       Now always set to true, cannot be reset.
        (add_regex, regex_tag_multiline, readline): Use it.
        (main): Free some global structures.
        (fdesc): New member `written'.
        whose name is automatically deduced by etags.el.  The advantage is
        that there is no explicit tag name in most tags, so the size of
        the tags file is reduced, yet find-tag is able to do a match as
-       accurate as with named tags.  See the comment in make_tag for
-       details.
+       accurate as with named tags.  See the comment in make_tag for details.
        (make_tag): New function (was the disabled function new_pfnote).
        (make_C_tag): Use it.
 
        #line directives.  This handles the case when xxx.y is tagged
        before xxx.c, and the entries of xxx.c pointing to xxx.y should
        be discarded.
-       (language): Added the metasource member.  Initializers changed.
+       (language): Add the metasource member.  Initializers changed.
        (invalidate_nodes): New function.
        (readline): Discard lines after having found a #line
        directive pointing to an already tagged file.  This handles the
        (F_getit): Renamed from getit.  All callers changed.
        (nocase_tail): Renamed from tail.  All callers changed.
        (Ada_getit): Renamed from adagetit.  All callers changed.
-       (L_getit): Simplified by using get_tag.
+       (L_getit): Simplify by using get_tag.
        (Perl_functions, Postscript_functions, erlang_attribute): Use the
        modified LOOKING_AT.
        (notinname): Removed '[' and added ')' to the recognised chars.
        (check_namespace): New function.
        (enter_namespace): Call find_namespace with CONTEXT parameter.
        (match_qualified_namespace_alias): New function.
-       (parse_qualified_ident_or_type): Fixed typo in comment.
+       (parse_qualified_ident_or_type): Fix typo in comment.
        While parsing qualified ident or type update namespace context and
        restore it on exit.
-       (parse_qualified_param_ident_or_type): Fixed typo in comment.
-       (globals): Changed handling of namespace aliases.
-       (version): Added year 2001.
+       (parse_qualified_param_ident_or_type): Fix typo in comment.
+       (globals): Change handling of namespace aliases.
+       (version): Add year 2001.
 
 2001-09-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
        (grow_linebuffer): Don't call xrnew when not needed.
        (token): Buffer renamed to line.
        (C_entries): Three calls to inibuffer moved here from main.
-       (C_entries): Removed all references to var methodlen, delete it.
+       (C_entries): Remove all references to var methodlen, delete it.
        (linebuffer_setlen): Was grow_buffer, now also sets len.
        (consider_token, C_entries, Pascal_functions): Use it.
        (C_entries): Preventing problems relative to extern "C".
 
        * etags.c (get_language_from_langname): Renamed from
        get_language_from_name.
-       (get_language_from_filename): Renamed from
-       get_language_from_suffix.  Now first looks for the complete file name.
+       (get_language_from_filename): Renamed from get_language_from_suffix.
+       Now first looks for the complete file name.
        (language): New member char **filenames.
        (Makefile_filenames): List of possible filenames for makefiles.
-       (lang_names): Added a NULL member for every entry, added an entry
+       (lang_names): Add a NULL member for every entry, added an entry
        for makefiles.
        (Makefile_targets): New function.
        (Texinfo_nodes): Renamed from Texinfo_fuctions and made
 
 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
 
-       * ebrowse.c (yyerror): Changed to take two arguments.
-       Prototype added.  Callers changed.
+       * ebrowse.c (yyerror): Change to take two arguments.
+       Add prototype.  Change callers.
 
 2001-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2000-02-10  Francesco Potorti`  <pot@gnu.org>
 
-       * etags.c (iswhite): Redefined not to consider '\0' as white
+       * etags.c (iswhite): Redefine not to consider '\0' as white
        space, and use it throughout in place of isspace, thus preventing a
        potential signed char to int conversion problem.
        (MSDOS): #undefine befere redefining
        (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
        (C_entries): Modifications that make --members tag even inside
        typedefs and C nested structs (one level only).
-       (consider_token): Corrected a bug which prevented tagging of enum
+       (consider_token): Correct a bug which prevented tagging of enum
        constants.
-       (C_stab_entry): Added if, for, while, switch, return as
+       (C_stab_entry): Add if, for, while, switch, return as
        st_C_ignore.  This makes it simpler to work when cblev!=0.
 
        * etags.c (C_entries): Tag member function declarations when
index 0290cfc56075dfc0ff25462a82aba90e458d3370..5abe2744492e99ed8f1002ec2788cb70c7f61224 100644 (file)
@@ -5,23 +5,29 @@
        (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.
+       (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 `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
+       (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): defined keys for the maps
+       (mode-line-minor-mode-keymap): Define keys for the maps
        here in `defvar'.
 
+2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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  <gmorris@ast.cam.ac.uk>
 
        * play/gomoku.el (gomoku-buffer-name): New constant.
        * help-fns.el (help-add-fundoc-usage): Pass an empty string to
        `format' if no newlines are necessary.
 
+2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * bindings.el (global-map): Bind [select-window].
+
 2003-04-11  John Paul Wallington  <jpw@gnu.org>
 
        * type-break.el (type-break-warning-countdown-string): Doc fix.
 
 2003-04-11  Masatake YAMATO  <jet@gyve.org>
 
-       * progmodes/etags.el (select-tags-table-mode-map): 
+       * 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.
+       (tags-select-tags-table): New button.
+       (select-tags-table): Put a button for each selections.
 
 2003-04-11  Kenichi Handa  <handa@m17n.org>
 
-       * 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.
+       * 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  <handa@m17n.org>
 
@@ -78,8 +85,8 @@
        (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-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-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.
+       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-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.
 
 2003-04-10  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el: Set
-       after-insert-file-adjust-coding-function to
+       * 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.
 
 
 2003-04-09  Kenichi Handa  <handa@m17n.org>
 
-       * international/fontset.el: Specify rescale ratio 1.3 for CDAC
-       fonts.
+       * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
 
        * international/mule-conf.el: Register ?\221 and ?\226 in
        latin-extra-code-table.
 
 2003-04-09  Kenichi Handa  <handa@m17n.org>
 
-       * 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'.
+       * 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\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
 
 
 2003-04-08  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule-conf.el: Register ?\225 in
-       latin-extra-code-table.
+       * 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.
        file format.
        (desktop-create-buffer-form): Variable deleted.
        (desktop-save): New customizable variable.
-       (desktop-kill): Changed to use `desktop-save'.
+       (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
        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-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.
+       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-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  <jet@gyve.org>
        * 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.
+       (etags-list-tags, etags-tags-apropos):
+       Use tag-find-file-of-tag instead of find-file-of-tag.
 
 2003-04-06  Masatake YAMATO  <jet@gyve.org>