log lisp/ChangeLog @ 110520:ec3a9ffbd128

age author description
2010-09-15 Glenn Morris appt.el fixes for bug#7019.
2010-09-15 Glenn Morris Minor appt-check fix.
2010-09-15 Glenn Morris * lisp/calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
2010-09-23 Glenn Morris Trivial bytecomp.el change.
2010-09-23 Glenn Morris * lisp/files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2010-09-23 Glenn Morris * lisp/files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
2010-09-23 Glenn Morris Define ld-script auto-mode-alist entries in the standard place.
2010-09-23 Glenn Morris Cosmetic changes for add-log.el.
2010-09-23 Glenn Morris Tiny comint.el change.
2010-09-23 Glenn Morris Remove leading `*' from docs of some defcustoms etc.
2010-09-23 Katsumi Yamaoka netrc.el (netrc-parse): Remove encrypt.el mentions.
2010-09-23 Katsumi Yamaoka Merge Changes made in Gnus trunk.
2010-09-22 Katsumi Yamaoka calendar/time-date.el (format-seconds): Comment fix.
2010-09-22 Glenn Morris Tiny package.el fix.
2010-09-21 Stefan Monnier * lisp/emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
2010-09-21 Michael Albinus * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
2010-09-21 Jan D. Fix ChangeLog entry for previous commit.
2010-09-21 Jan D. Use tool-bar-position in menu Options/Show.
2010-09-21 Jan D. * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
2010-09-20 Stefan Monnier * lisp/textmodes/reftex-parse.el (reftex-what-macro)
2010-09-20 Stefan Monnier * lisp/simple.el (blink-matching-open): Use syntax-class.
2010-09-20 Stefan Monnier * lisp/progmodes/pascal.el (pascal-mode): Use define-derived-mode.
2010-09-20 Stefan Monnier * lisp/progmodes/prolog.el (prolog-smie-forward-token)
2010-09-20 Stefan Monnier * lisp/textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
2010-09-20 Stefan Monnier * lisp/textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
2010-09-20 Stefan Monnier * lisp/textmodes/ispell.el: Fix commenting convention.
2010-09-20 Stefan Monnier * lisp/mail/sendmail.el: Fix commenting convention.
2010-09-20 Stefan Monnier * lisp/help-fns.el (describe-variable): Add original value, if applicable.
2010-09-20 Juanma Barranquero Fix typos in ChangeLogs.
2010-09-20 Juanma Barranquero * subr.el (y-or-n-p): Remove leftover code from revno 101459.
2010-09-20 Juanma Barranquero * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2010-09-19 Stefan Monnier * lisp/emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
2010-09-19 Stefan Monnier * lisp/frame.el (make-frame-names-alist): Don't list frames on other displays.
2010-09-19 Stefan Monnier * lisp/fringe.el (fringe-styles): New var.
2010-09-19 Michael Mauger SQL Mode, Version 2.8 - sql-list-all and sql-list-table functions.
2010-09-19 Stefan Monnier * lisp/emacs-lisp/warnings.el: Fix commenting convention.
2010-09-18 Jay Belanger calc-prog.el (calc-read-parse-table-part): Don't "fix" the empty
2010-09-18 Stefan Monnier * lisp/indent.el (indent-according-to-mode): Apply syntax-propertize.
2010-09-18 Eli Zaretskii Mention rounding of fringe width in the doc string of fringe-mode.
2010-09-18 Chong Yidong * textmodes/nroff-mode.el (nroff-view): Kill old buffer before refreshing the preview buffer.
2010-09-18 Stefan Monnier Fix and improve last syntax-propertize patch
2010-09-17 Stefan Monnier * lisp/obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
2010-09-17 Stefan Monnier * lisp/isearch.el (isearch-face): Rename from `isearch'.
2010-09-17 Eli Zaretskii Fix bug #6933 regarding `half' width fringes.
2010-09-17 Stefan Monnier * lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2010-09-17 Stefan Monnier * lisp/subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
2010-09-17 Jan D Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)
2010-09-17 Michael Albinus * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
2010-09-17 Chong Yidong * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
2010-09-16 Chong Yidong Define obsolete alias x-cut-buffer-or-selection-value.
2010-09-16 Chong Yidong * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
2010-09-16 Michael Albinus * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload cookie.
2010-09-15 Michael Albinus * net/tramp-compat.el (tramp-compat-with-temp-message)
2010-09-15 Alan Mackenzie (c-forward-<>-arglist-recur): Fix an infinite recursion.
2010-09-15 Alan Mackenzie (c-forward-<>-arglist-recur): Correct the indentation.
2010-09-15 Stefan Monnier * lisp/emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2010-09-14 Katsumi Yamaoka Merge changes made in Gnus trunk.
2010-09-14 Juanma Barranquero Explicitly pass `obarray' to `unintern' to avoid a warning.
2010-09-14 Juanma Barranquero Merge changes from emacs-23 branch.
2010-09-14 Stefan Monnier * subr.el (unintern): Declare the obarray arg mandatory.