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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Thu, 28 Oct 2004 22:10:45 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.79 emacs/lisp/ChangeLog:1.3986.2.80
*** emacs/lisp/ChangeLog:1.3986.2.79    Mon Oct 25 04:22:22 2004
--- emacs/lisp/ChangeLog        Fri Oct 29 02:05:08 2004
***************
*** 1,7 ****
  2004-10-24  Luc Teirlinck  <address@hidden>
  
!       * indent.el (set-left-margin, set-right-margin): Delete redundant
!       code.
        (increase-right-margin): Remove erroneous call to `interactive-p'.
  
  2004-10-24  Kim F. Storm  <address@hidden>
--- 1,201 ----
+ 2004-10-28  Stefan  <address@hidden>
+ 
+       * mouse.el (mouse-show-mark): Adjust to new name and don't assume
+       x-lost-selection-functions is bound.
+ 
+       * mouse-sel.el (mouse-sel-mode):
+       * emacs-lisp/lselect.el: Adjust to new names for
+       x-(lost|sent)-selection-functions.
+ 
+       * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
+       New obsolete aliases of x-lost-selection-functions and
+       x-sent-selection-functions.
+ 
+ 2004-10-28  Kim F. Storm  <address@hidden>
+ 
+       * imenu.el (imenu-scanning-message): Remove.
+       (imenu-progress-message): Make it a no-op.
+ 
+ 2004-10-28  John Paul Wallington  <address@hidden>
+ 
+       * files.el (set-auto-mode): Call `throw' correctly.
+ 
+ 2004-10-28  Juri Linkov  <address@hidden>
+ 
+       * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
+       to search `Info-...' commands in `info' manual.
+       (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
+       Add 'info-file "emacs" property.
+       (Info-find-emacs-command-nodes): Fix index line number regexp.
+       Set real line number (instead of fake 0) in first element of the
+       returned list.
+       (Info-goto-emacs-command-node): Use line number of first element
+       to set point in the first found Info node.
+ 
+       * progmodes/grep.el (grep-regexp-alist): Move match highlighting
+       code to `grep-mode-font-lock-keywords'.
+       (grep-mode-font-lock-keywords): Delete grep markers instead
+       of making them invisible.
+ 
+ 2004-10-28  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
+       and x-server-version in bug report.
+ 
+ 2004-10-28  Daniel Pfeiffer  <address@hidden>
+ 
+       * files.el (set-auto-mode-0): New function.
+       (set-auto-mode): Use it to handle aliased modes and to
+       be consistent between C-x C-f and C-x C-w.
+ 
+ 2004-10-28  Kenichi Handa  <address@hidden>
+ 
+       * international/utf-8.el (utf-translate-cjk-charsets): Add
+       katakana-jisx0201.
+ 
+       * international/subst-jis.el: Add data for JISX0201.
+ 
+ 2004-10-27  Stefan Monnier  <address@hidden>
+ 
+       * obsolete/hilit19.el (hilit-mode): New function.
+       Move all the toplevel side-effecting stuff into it, so that loading
+       hilit19 doesn't mess everything up any more.
+ 
+ 2004-10-27  Richard M. Stallman  <address@hidden>
+ 
+       * add-log.el (add-change-log-entry): Set up mailing address
+       and full name later, and don't alter add-log-mailing-address
+       or add-log-full-name.
+ 
+       * elide-head.el (elide-head): Change error to message.
+       (elide-head-show): Likewise.
+ 
+       * apropos.el (apropos-macrop): Doc fix.
+ 
+       * mouse.el (mouse-show-mark): Do most processing the same
+       regardless of transient-mark-mode.
+ 
+       * shadowfile.el (shadow-copy-files): Use interactive-p
+       only to control whether to print a message.
+ 
+       * tar-mode.el (tar-mode): Use write-contents-functions,
+       not write-contents-hooks.
+ 
+       * eshell/em-unix.el (eshell-du-sum-directory): Don't use
+       directory-sep-char.
+ 
+ 2004-10-27  Richard M. Stallman  <address@hidden>
+ 
+       * strokes.el (strokes-unload-hook): Fix previous change.
+ 
+       * type-break.el (type-break-run-at-time): Always use run-at-time;
+       forget the alternatives.
+       (type-break-cancel-function-timers): Always use cancel-function-timers;
+       forget the alternatives.
+ 
+       * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
+ 
+ 2004-10-27  Kenichi Handa  <address@hidden>
+ 
+       * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
+ 
+       * international/subst-gb2312.el: Likewise.
+ 
+       * international/subst-big5.el: Likewise.
+ 
+       * international/subst-ksc.el: Likewise.
+ 
+       * international/utf-8.el (utf-translate-cjk-unicode-range-string):
+       New variable.
+       (utf-translate-cjk-set-unicode-range): New function.
+       (utf-translate-cjk-unicode-range): Make it customizable.
+       (utf-8-post-read-conversion):
+       Use utf-translate-cjk-unicode-range-string.
+       (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
+       Unicode ranges.
+ 
+ 2004-10-26  Daniel Pfeiffer  <address@hidden>
+ 
+       * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
+       trivial variants to shorten the list.
+       (xml-based-modes): New var.
+       (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
+       declaration higher priority than auto-mode-alist.
+ 
+       * find-file.el (cc-other-file-alist): Bring it in line with
+       cc-mode's auto-mode-alist entries and use \' instead of $.
+ 
+       * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
+       and add "Id" and "Name" submenus to it.
+ 
+       * imenu.el (imenu--generic-function): Skip matches in comments.
+ 
+ 2004-10-26  Jay Belanger  <address@hidden>
+ 
+       * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
+       (full-calc-keypad, calc-trail-display):  Use an extra argument
+       instead of `interactive-p'.
+ 
+       * calc/calc-misc.el (calc-other-window): Use an extra argument
+       instead of `interactive-p'.
+ 
+       * calc/calc-rewr.el (calc-match): Use an extra argument instead of
+       `interactive-p'.
+ 
+ 2004-10-26  Kim F. Storm  <address@hidden>
+ 
+       * help.el (describe-key): Describe both down-event and up-event
+       for a mouse click.
+ 
+ 2004-10-26  Richard M. Stallman  <address@hidden>
+ 
+       * woman.el (woman): Don't call interactive-p.
+ 
+       * pcomplete.el (pcomplete): Instead of interactive-p,
+       use an arg set non-nil by the interactive spec.
+ 
+       * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
+       use an arg set non-nil by the interactive spec.
+ 
+       * man.el (Man-cleanup-manpage): Instead of interactive-p,
+       use an arg set non-nil by the interactive spec.
+ 
+ 2004-10-26  Pavel Kobiakov  <address@hidden>
+ 
+       * progmodes/flymake.el (flymake-split-string):
+       Use `flymake-split-string-remove-empty-edges' in any case.
+ 
+ 2004-10-26  Masatake YAMATO  <address@hidden>
+ 
+       * progmodes/flymake.el (flymake-err-line-patterns):
+       Use `compilation-error-regexp-alist-alist' instead of
+       `compilation-error-regexp-alist'.
+ 
+ 2004-10-25  Stefan Monnier  <address@hidden>
+ 
+       * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
+       verbatim face on the \ of \end{verbatim}.
+ 
+ 2004-10-25  Jay Belanger  <address@hidden>
+ 
+       * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
+       erasing minibuffer.
+ 
+ 2004-10-25  Simon Josefsson  <address@hidden>
+ 
+       * subr.el (read-passwd): Move to net/password.el.
+ 
+       * net/password.el (read-passwd): Add.  Autoload it.
+ 
+ 2004-10-25  Kai Grossjohann  <address@hidden>
+ 
+       * mouse-sel.el (mouse-sel-mode): Specify custom group.
+ 
+       * simple.el (process-file): Fix logic.
+ 
  2004-10-24  Luc Teirlinck  <address@hidden>
  
!       * indent.el (set-left-margin, set-right-margin): Delete redundant code.
        (increase-right-margin): Remove erroneous call to `interactive-p'.
  
  2004-10-24  Kim F. Storm  <address@hidden>
***************
*** 22,45 ****
  
  2004-10-24  Masatake YAMATO  <address@hidden>
  
!       * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
!       periods and underscores in a function name.
        Remove the address fontification.
  
  2004-10-24 Masatake YAMATO <address@hidden>
  
!       * progmodes/asm-mode.el (asm-font-lock-keywords): Use
!       font-lock-variable-name-face for registers.
  
  2004-10-24  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
        kill-all-local-variables.
        (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
!       (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
!       kill-all-local-variables and provide mode-hooks.
!       (gdb-assembler-font-lock-keywords): New font lock keywords
!       definition.
        (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
        Suggested by Masatake YAMATO <address@hidden>.
  
--- 216,238 ----
  
  2004-10-24  Masatake YAMATO  <address@hidden>
  
!       * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
!       Handle periods and underscores in a function name.
        Remove the address fontification.
  
  2004-10-24 Masatake YAMATO <address@hidden>
  
!       * progmodes/asm-mode.el (asm-font-lock-keywords):
!       Use font-lock-variable-name-face for registers.
  
  2004-10-24  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
        kill-all-local-variables.
        (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
!       (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
!       Use kill-all-local-variables and provide mode-hooks.
!       (gdb-assembler-font-lock-keywords): New font lock keywords definition.
        (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
        Suggested by Masatake YAMATO <address@hidden>.
  
***************
*** 84,96 ****
  2004-10-21  Jay Belanger  <address@hidden>
  
        * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
!       Declared these variables with defvar.
  
        * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
        is bound, only check to see if it is bound.
  
  2004-10-21  Stefan Monnier  <address@hidden>
  
        * calc/calc-help.el (calc-describe-bindings): Fix last change.
  
  2004-10-21  John Paul Wallington  <address@hidden>
--- 277,292 ----
  2004-10-21  Jay Belanger  <address@hidden>
  
        * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
!       Declare these variables with defvar.
  
        * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
        is bound, only check to see if it is bound.
  
  2004-10-21  Stefan Monnier  <address@hidden>
  
+       * textmodes/tex-mode.el (tex-compilation-parse-errors):
+       Don't output messages.
+ 
        * calc/calc-help.el (calc-describe-bindings): Fix last change.
  
  2004-10-21  John Paul Wallington  <address@hidden>




reply via email to

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