# HG changeset patch # User Kim F. Storm # Date 1173051727 0 # Node ID 3aa98432241849782a350f9db62945e6c91a15aa # Parent bf760ee33776156f3e15dced9f919d2229231244 *** empty log message *** diff -r bf760ee33776 -r 3aa984322418 lisp/ChangeLog --- a/lisp/ChangeLog Sun Mar 04 22:23:39 2007 +0000 +++ b/lisp/ChangeLog Sun Mar 04 23:42:07 2007 +0000 @@ -15721,7 +15721,7 @@ * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1. -2005-12-06 Nozomu Ando (tiny patch) +2005-12-06 Nozomu Ando * mail/smtpmail.el (smtpmail-try-auth-methods): Make password prompts work for AUTH PLAIN. Also reported by Steve Allan @@ -29284,7 +29284,7 @@ * progmodes/python.el (python-close-block-statement-p) (python-outdent-p, python-current-defun): Use symbol-end. -2005-03-25 Karl Chen (tiny change) +2005-03-25 Karl Chen * files.el (save-some-buffers): Doc fix. @@ -31969,7 +31969,7 @@ * electric.el (Electric-pop-up-window): Use fit-window-to-buffer instead of calculating the right size. -2005-01-02 Karl Chen (tiny change) +2005-01-02 Karl Chen * vc-svn.el (vc-svn-diff): Stay local if possible. diff -r bf760ee33776 -r 3aa984322418 lisp/ChangeLog.10 --- a/lisp/ChangeLog.10 Sun Mar 04 22:23:39 2007 +0000 +++ b/lisp/ChangeLog.10 Sun Mar 04 23:42:07 2007 +0000 @@ -2972,7 +2972,7 @@ (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname. -2003-05-09 Jesper Harder (tiny change) +2003-05-09 Jesper Harder * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line. @@ -3275,7 +3275,7 @@ * filesets.el (filesets-data): Add another defvar. (filesets-verbosity): Doc fix. -2003-05-02 Tak Ota (tiny change) +2003-05-02 Tak Ota * recentf.el (recentf-cleanup): Swap tests for exclusion and accessibility. @@ -3492,10 +3492,10 @@ (Info-display-images-node): New functions for displaying images. (Info-select-node): Call Info-display-images-node. -2003-04-25 Kai Gro,A_(Bjohann +2003-04-25 David Ponce * files.el (file-relative-name): Recognize "c:/foo" as absolute - file name. Tiny change from David PONCE . + file name. 2003-04-24 Sam Steingold @@ -5595,7 +5595,7 @@ beginning-of-defun to the non-existing command sh-beginning-of-compound-command. -2003-02-12 Karl Chen (tiny change) +2003-02-12 Karl Chen * files.el (find-alternate-file): Check whether `dired-directory' is bound. @@ -11971,7 +11971,7 @@ * calendar/appt.el (appt-delete): Use substring-no-properties. (appt-make-list): Don't use prin1-to-string; use the string unchanged. -2002-08-15 Jan Nieuwenhuizen (tiny change) +2002-08-15 Jan Nieuwenhuizen * server.el (server-process-filter): Simplify code. (server-goto-line-column): New function. @@ -12378,7 +12378,7 @@ * dired.el: Hide disabling of dired-find-alternate-file behind autoload-cookie. -2002-07-31 Tak Ota (tiny change) +2002-07-31 Tak Ota * makefile.w32-in: Revert some changes from 2002-07-23 because they don't work on MSVC/nmake builds. @@ -22919,14 +22919,15 @@ * startup.el: Document command line option --no-window-system instead of --no-windows. +2001-10-30 David Ponce + + * font-lock.el (java-font-lock-syntactic-face-function): New fun. + (font-lock-defaults-alist): Use it. + 2001-10-30 Stefan Monnier * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip. - * font-lock.el (java-font-lock-syntactic-face-function): New fun. - (font-lock-defaults-alist): Use it. - From David Ponce - * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare output of `char-after'. diff -r bf760ee33776 -r 3aa984322418 lisp/ChangeLog.11 --- a/lisp/ChangeLog.11 Sun Mar 04 22:23:39 2007 +0000 +++ b/lisp/ChangeLog.11 Sun Mar 04 23:42:07 2007 +0000 @@ -4993,7 +4993,7 @@ * international/latin1-disp.el (latin1-char-displayable-p): Likewise. -2004-08-21 Peter Seibel (tiny patch) +2004-08-21 Peter Seibel (tiny change) * emacs-lisp/cl-indent.el (lisp-indent-defmethod): Correct indentation of DEFMETHODS with non-standard method @@ -6043,12 +6043,12 @@ * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change. (ccl-untranslated-to-ucs): Fix typo. -2004-06-12 Karl Chen (tiny change) +2004-06-12 Karl Chen * progmodes/python.el (python-open-block-statement-p): Fix indentation after a block opening that contains a comment. -2004-06-12 J,Ai(Br,At(Bme Marant (tiny change) +2004-06-12 J,Ai(Br,At(Bme Marant * bindings.el (completion-ignored-extensions): Add file extensions of Python byte-compiled files. @@ -6982,7 +6982,7 @@ (byte-goto-log-buffer): Delete. (byte-compile-log-file): Call compilation-forget-errors. -2004-05-19 Takaaki Ota (tiny change) +2004-05-19 Takaaki Ota * net/ldap.el (ldap-search-internal): Avoid mixing standard error output messages into the search result. @@ -6996,7 +6996,7 @@ * international/characters.el: Fix syntax (open/close) of CJK chars. -2004-05-18 Karl Chen (tiny change) +2004-05-18 Karl Chen * help-mode.el (help-go-back): Don't depend on position of back button. @@ -7121,7 +7121,7 @@ * calendar/appt.el (appt-disp-window): Use `calendar-set-mode-line' for a centered mode-line. -2004-05-13 Takaaki Ota (tiny change) +2004-05-13 Takaaki Ota * calendar/appt.el (appt-disp-window): Do not split window excessively when `split-height-threshold' is low. @@ -10484,12 +10484,12 @@ * loadhist.el (unload-feature): Doc fix. Rename flist to unload-hook-features-list. -2004-02-16 Jay Belanger (tiny change) +2004-02-16 Jay Belanger * calc/calc-embed.el (calc-do-embedded-activate): Add autoload cookie. Don't check if we are looking-at open-formula. -2004-02-16 Jesper Harder (tiny change) +2004-02-16 Jesper Harder * subr.el (match-string-no-properties): Use substring-no-properties. @@ -10564,7 +10564,7 @@ * international/ccl.el (ccl-compile-write): Pass `left' to ccl-embed-code to generate correct code of write-expr-register. -2004-02-15 Dan Nicolaescu (tiny change) +2004-02-15 Dan Nicolaescu * progmodes/grep.el (grep-compute-defaults): Fix typos. @@ -10766,7 +10766,7 @@ * vc.el (with-vc-file): Fix unsafe uses of error. (vc-cancel-version): Likewise. -2004-02-08 Jan Nieuwenhuizen (tiny change) +2004-02-08 Jan Nieuwenhuizen * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional thousands separator; fixes : regexp for @@ -11113,7 +11113,7 @@ * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline. -2004-01-18 David Ponce (tiny change) +2004-01-18 David Ponce * progmodes/which-func.el (which-function-mode): Don't cancel which-func-update-timer if not set. @@ -11322,7 +11322,7 @@ * subr.el (functionp): Doc fix. -2004-01-03 Jesper Harder (tiny change) +2004-01-03 Jesper Harder * progmodes/idlwave.el (idlwave-make-tags): * textmodes/flyspell.el (flyspell-large-region):. @@ -11525,7 +11525,7 @@ (table--put-cell-indicator-property): Put yank-handler property that indicates the yank handler for the table cell. -2003-12-29 Jesper Harder (tiny change) +2003-12-29 Jesper Harder * generic-x.el (etc-modules-conf-generic-mode): A more complete set of keywords. @@ -11583,7 +11583,7 @@ (ido-file-name-all-completions1): Return empty list for non-readable directory. (ido-exhibit): Print [Not readable] if directory is not readable. - (ido-expand-directory): New defun (based on tiny fix from Karl Chen). + (ido-expand-directory): New defun (based on fix from Karl Chen). (ido-read-file-name, ido-file-internal, ido-read-directory-name): Use it. @@ -11921,7 +11921,7 @@ (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent to 100 for icons to avoid increasing line height when shown. -2003-11-17 Jesper Harder (tiny change) +2003-11-17 Jesper Harder * newcomment.el (comment-normalize-vars): Initialize properly if comment-start was nil. @@ -11935,7 +11935,7 @@ * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix docstring. -2003-11-17 Jesper Harder (tiny change) +2003-11-17 Jesper Harder * international/latin1-disp.el (latin1-display): Fix docstring. @@ -12665,12 +12665,12 @@ * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for using a Chinese tutorial. -2003-09-28 Jesper Harder (tiny change) +2003-09-28 Jesper Harder * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space between "MAIL FROM:" and "RCPT TO:" and the following address. -2003-09-28 Jesper Harder (tiny change) +2003-09-28 Jesper Harder * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. @@ -13685,7 +13685,7 @@ * international/fontset.el (setup-default-fontset): Change registry names of Akurti fonts. -2003-07-29 Jesper Harder (tiny change) +2003-07-29 Jesper Harder * comint.el (comint-read-noecho): Use `clear-string' instead of `fillarray'. @@ -13701,7 +13701,7 @@ (menu): Add gdb-restore-windows to menu. Make gdba specific menus only visible from gdba. -2003-07-28 Tak Ota (tiny change) +2003-07-28 Tak Ota * progmodes/compile.el (compilation-environment): New user variable. (compile-internal): Respect it. @@ -13930,7 +13930,7 @@ * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired): Handle `dired-directory' being a list. -2003-07-13 Jesper Harder (tiny change) +2003-07-13 Jesper Harder * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist. diff -r bf760ee33776 -r 3aa984322418 lisp/ChangeLog.7 --- a/lisp/ChangeLog.7 Sun Mar 04 22:23:39 2007 +0000 +++ b/lisp/ChangeLog.7 Sun Mar 04 23:42:07 2007 +0000 @@ -8260,7 +8260,7 @@ * cal-tex.el (cal-tex-cursor-week-iso): Delete spurious %. -1997-11-02 Kevin Rodgers +1997-11-02 Kevin Rodgers * emacs-lisp/byte-opt.el (byte-optimize-concat): New function. @@ -21588,7 +21588,7 @@ * time-stamp.el (time-stamp-dd/mm/yyyy): New function. -1996-11-04 Kevin Rodgers +1996-11-04 Kevin Rodgers * compile.el (compile-highlight-display-limit): New variable. (compilation-handle-exit): Parse error messages here