log

age author description
2009-11-29 Michael Albinus * net/tramp.el (tramp-maybe-open-connection): Open the remote
2009-11-29 Michael Albinus * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2009-11-29 Jan Djärv frame.c (frame_make_pointer_invisible)
2009-11-28 Stefan Monnier Try and remove assumptions about point-min==1.
2009-11-28 Chong Yidong * sem-user.texi (Semantic mode): Link to Idle Scheduler.
2009-11-28 Chong Yidong * semantic.texi (Analyzer Internals): Rename from Analyzer.
2009-11-28 Stefan Monnier (image-minor-mode): Exit more gracefully when the image
2009-11-28 Kevin Ryde * erc.texi (Development): Correction to git tutorial url.
2009-11-28 Kevin Ryde * erc.texi (Development): Correction to git tutorial url.
2009-11-28 Stefan Monnier (Man-completion-table): Make it easier to enter "<sec> <name>".
2009-11-28 Kevin Ryde * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
2009-11-28 Kevin Ryde * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
2009-11-28 Stefan Monnier * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2009-11-28 Eli Zaretskii (skip_invisible): Fix a typo in a comment.
2009-11-28 Eli Zaretskii *** empty log message ***
2009-11-28 Eli Zaretskii (Special Properties): More accurate description of what the `cursor'
2009-11-28 Eli Zaretskii *** empty log message ***
2009-11-28 Eli Zaretskii [!AUTO_DEPEND]: Remove outdated comment about omitted dependencies on lisp.h.
2009-11-27 Stefan Monnier (byte-compile-warning-types): New type `suspicious'.
2009-11-27 Stefan Monnier (gud-basic-call): Don't only save the buffer but the excursion as well.
2009-11-27 Jan Djärv Don't crash if an X terminal is deleted with force == t.
2009-11-27 Michael Albinus *** empty log message ***
2009-11-27 Michael Albinus * NEWS: New functions eshell/su and eshell/sudo.
2009-11-27 Michael Albinus *** empty log message ***
2009-11-27 Michael Albinus * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2009-11-27 Jan Djärv serach.c (simple_search): Remove warning by making *p const.
2009-11-27 Daiki Ueno (socks-send-command): Convert binary request to
2009-11-27 Stefan Monnier (describe-bindings-internal): Remove `interactive'.
2009-11-27 Stefan Monnier (Man-completion-table): Trim a terminating "(".
2009-11-27 Stefan Monnier (url-generic-parse-url): Bind deactivate-mark.
2009-11-26 Kevin Ryde * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2009-11-26 Kevin Ryde * os.texi (Startup Summary): vindex inhibit-startup-message and
2009-11-26 Kevin Ryde * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2009-11-26 Kevin Ryde * sha1.el (sha1-string-external): default-directory "/" in case
2009-11-26 Kevin Ryde * sha1.el (sha1-string-external): default-directory "/" in case
2009-11-26 Kevin Ryde * log-view.el: Add "Keywords: tools", since its other keywords
2009-11-26 Kevin Ryde * log-view.el: Add "Keywords: tools", since its other keywords
2009-11-26 Kevin Ryde * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
2009-11-26 Kevin Ryde * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
2009-11-26 Stefan Monnier Misc coding convention cleanups.
2009-11-26 Stefan Monnier Various minor fixes.
2009-11-26 Stefan Monnier (vc-bzr-annotate-command): Make operation asynchronous.
2009-11-26 Jan Djärv Mention Metacity hang on Emacs resize.
2009-11-26 Dan Nicolaescu (finder-mode-map): Add a menu.
2009-11-26 Dan Nicolaescu (power_letter): Remove duplicate const.
2009-11-26 Dan Nicolaescu * verilog-mode.el (verilog-at-struct-p): Support "signed" and
2009-11-26 Glenn Morris (eshell/cd): Don't throw to a tag outside the scope.
2009-11-26 Glenn Morris Fix format.
2009-11-26 Glenn Morris (Latest version of Emacs): Mention stability of development version.
2009-11-26 Glenn Morris VM has moved again.
2009-11-26 Kevin Ryde * arc-mode.el: Add "Keywords: files", so the details in its
2009-11-26 Kevin Ryde * arc-mode.el: Add "Keywords: files", so the details in its
2009-11-26 Kevin Ryde * textmodes/bibtex-style.el: Add "Keywords: tex".
2009-11-26 Kevin Ryde * international/isearch-x.el, international/ja-dic-cnv.el,
2009-11-26 Kevin Ryde * international/isearch-x.el, international/ja-dic-cnv.el,
2009-11-26 Kevin Ryde * international/isearch-x.el, international/ja-dic-cnv.el,
2009-11-26 Kevin Ryde * international/isearch-x.el, international/ja-dic-cnv.el,
2009-11-26 Kevin Ryde * textmodes/bibtex-style.el: Add "Keywords: tex".
2009-11-25 Kevin Ryde * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2009-11-25 Kevin Ryde * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2009-11-25 Johan Bockgård (vc-annotate-revision-previous-to-line): Really use previous revision.
2009-11-25 Kevin Ryde (man): completion-ignore-case t for friendliness and since man
2009-11-25 Kevin Ryde (man): completion-ignore-case t for friendliness and since man
2009-11-25 Kevin Ryde * man.el (Man-completion-table): default-directory "/" in case
2009-11-25 Kevin Ryde * man.el (Man-completion-table): default-directory "/" in case
2009-11-25 Juri Linkov (Man-completion-table): Modify regexp to include section names
2009-11-25 Jan Djärv (delete_tty): Remove check for last terminal (bug#4970).
2009-11-25 Juri Linkov Search recursively in gzipped files. (Bug#4982)
2009-11-25 Juri Linkov (doc-view-mode): Set buffer-local `view-read-only' to nil
2009-11-25 Juri Linkov Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2009-11-25 Juri Linkov Provide additional default values (directories at other Dired
2009-11-25 Juri Linkov Provide additional default values (file name at point or at the
2009-11-25 Stefan Monnier Really make the *Completions* window soft-dedicated (bug#5030).
2009-11-25 Jan Djärv xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).
2009-11-25 Stefan Monnier * progmodes/meta-mode.el (meta-complete-symbol):
2009-11-25 Stefan Monnier (mail-abbrev-complete-alias): Use completion-in-region.
2009-11-25 Stefan Monnier (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2009-11-25 Stefan Monnier (abbrev--before-point): Use word-motion functions
2009-11-25 Stefan Monnier (string-prefix-p): New function.
2009-11-25 Stefan Monnier (Man-completion-cache): New var.
2009-11-25 Stefan Monnier (vc-print-log-internal): Make `limit' optional for better
2009-11-24 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
2009-11-24 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
2009-11-24 Kevin Ryde * emacs-lisp/elint.el (elint-add-required-env): Better error message
2009-11-24 Kevin Ryde * emacs-lisp/elint.el (elint-add-required-env): Better error message
2009-11-24 Stefan Monnier (linum-update-window): Ignore intangible (bug#4996).
2009-11-24 Stefan Monnier Handle the [back] button properly (bug#4979).
2009-11-24 Stefan Monnier (list-load-path-shadows): Setup a major mode
2009-11-24 Stefan Monnier (adjust_markers_for_delete): Move it in the right direction! (bug#4803)
2009-11-24 Stefan Monnier (Man-completion-table): New function.
2009-11-24 David Reitter vc-git-registered: use checkout directory (where .git is)
2009-11-24 Michael Albinus Improve handling of processes on remote hosts.
2009-11-24 Katsumi Yamaoka (message-from-style, message-interactive, message-signature): Always set
2009-11-24 YAMAMOTO Mitsuharu *** empty log message ***
2009-11-24 YAMAMOTO Mitsuharu (x_new_font): Update f->scroll_bar_actual_width.
2009-11-24 YAMAMOTO Mitsuharu (font_open_entity): Don't use ASET if font_object is Qnil.
2009-11-24 Tassilo Horn * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2009-11-24 Michael Kifer 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2009-11-24 Glenn Morris (focus-follows-mouse): Mention mouse-autoselect-window.
2009-11-24 Glenn Morris (global-semantic-idle-scheduler-mode): Move after definition of
2009-11-24 Glenn Morris (bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
2009-11-24 Stefan Monnier (bookmark-bmenu-search): Clear echo area when exiting.
2009-11-23 Chong Yidong * net/browse-url.el (browse-url-filename-alist): On Windows, add
2009-11-23 Juri Linkov Implement DocView Continuous mode. (Bug#4896)
2009-11-23 Juri Linkov Implement Isearch in comint input history. (Bug#3746)
2009-11-23 Michael Albinus *** empty log message ***
2009-11-23 Michael Albinus * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2009-11-23 Jan Djärv Must create deps for ecrt0.o in its rule.
2009-11-23 Jan Djärv * etags.c (absolute_filename): Use memove if we have it for overlapping copy.
2009-11-23 Jan Djärv Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
2009-11-23 Stefan Monnier (move-to-window-line-last-op): Remove.
2009-11-23 Stefan Monnier (move-to-window-line-last-op): New var.
2009-11-23 Glenn Morris Sven Joachim <svenjoac at gmx.de>
2009-11-22 Chong Yidong * cedet/srecode/map.el (srecode-get-maps):
2009-11-22 Chong Yidong * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2009-11-22 Glenn Morris Move entries to the correct file and fix format.
2009-11-22 Tassilo Horn * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2009-11-22 Andreas Schwab (simple_search): Avoid CHAR_TO_BYTE in inner loop when
2009-11-22 Michael Kifer 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2009-11-22 Jay Belanger *** empty log message ***
2009-11-22 Jay Belanger (Radix modes): Discuss alternate bases for two's complement notations.
2009-11-21 Chong Yidong Update md5sum.
2009-11-21 Chong Yidong * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2009-11-21 Jan Djärv * cus-start.el (all): Add native condition for font-use-system-font.
2009-11-21 Jan Djärv Use a select wrapper around the GLib event loop, thus taking into account GLib
2009-11-21 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
2009-11-21 Alan Mackenzie (cc-imenu-java-generic-expression): A corrected version of the patch from
2009-11-21 Alan Mackenzie *** empty log message ***
2009-11-21 Tassilo Horn * progmodes/subword.el: Rename from lisp/subword.el.
2009-11-21 Stefan Monnier (bookmark-bmenu-bookmark-column): Remove var.
2009-11-21 Chong Yidong Fix last change.
2009-11-21 Stefan Monnier (bookmark-search-prompt, bookmark-search-timer): Remove.
2009-11-21 Glenn Morris (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2009-11-21 Dan Nicolaescu * xterm.c (x_new_font):
2009-11-20 Chong Yidong * net/browse-url.el (browse-url-default-windows-browser): Use
2009-11-20 Chong Yidong * PROBLEMS: Remove fixed rebasing problem.
2009-11-20 Chong Yidong * s/cygwin.h: Remove unneeded linker flags.
2009-11-20 Chong Yidong * PROBLEMS (http): Add workaround for Cygwin crash.
2009-11-20 Karl Fogel * lisp/bookmark.el: Formatting and doc fixes only:
2009-11-20 Carsten Dominik Change version number to 6.33x
2009-11-20 Carsten Dominik 2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
2009-11-20 Carsten Dominik *** empty log message ***
2009-11-20 Carsten Dominik 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
2009-11-20 Tassilo Horn * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2009-11-20 Stefan Monnier * bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
2009-11-20 Chong Yidong * cedet/semantic/complete.el (semantic-complete-inline-map): Doc
2009-11-20 Tassilo Horn * progmodes/cc-cmds.el: declare-functioned forward-subword and
2009-11-20 Tassilo Horn * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2009-11-20 Jan Djärv Always suggest system font because .emacs may not have been read yet.
2009-11-20 Jan Djärv gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
2009-11-20 Tassilo Horn 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2009-11-20 Dan Nicolaescu (vc-deduce-fileset): Allow non-state changing operations
2009-11-20 Dan Nicolaescu Use -Wdeclaration-after-statement if available.
2009-11-20 Dan Nicolaescu (vc-annotate-show-log-revision-at-line): Pass a
2009-11-20 Chong Yidong * sem-user.texi (Idle Completions Mode): More copyedits.
2009-11-20 Stefan Monnier Add missing entry.
2009-11-20 Glenn Morris (Acknowledgments): Add htmlfontify.
2009-11-20 Glenn Morris (ELCFILES): Regenerate.
2009-11-20 Chong Yidong * message.el (message-send-mail-with-sendmail): Revert last change.
2009-11-20 Chong Yidong * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
2009-11-20 Chong Yidong * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2009-11-20 Jay Belanger *** empty log message ***
2009-11-20 Jay Belanger (calc-octal-radix, calc-hex-radix): Add spec.
2009-11-20 Jay Belanger (math-format-date): Fix typo.
2009-11-20 Jay Belanger (calcFunc-vunpack): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (math-build-units-table-buffer): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (calc-modes-menu): Clean up two's complement entries.
2009-11-20 Jay Belanger (math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (calc-graph-plot): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (math-format-date): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (calc-init-extentions): Rename `calc-complement-signed-mode' to
2009-11-20 Jay Belanger (calc-embedded-mode-vars): Rename `calc-complement-signed-mode' to
2009-11-20 Jay Belanger (math-compose-expr): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (math-format-twos-complement): Renamed from math-format-complement-signed.
2009-11-20 Jay Belanger (calc-do-calc-eval): Let `calc-twos-complement-mode' be nil.
2009-11-20 Jay Belanger (calc-set-mode-line): Rename `calc-complement-signed-mode' to
2009-11-19 Stefan Monnier (latex-complete-bibtex-cache, latex-complete-alist): New vars.
2009-11-19 Stefan Monnier (Funintern): Comment out last change.
2009-11-19 Stefan Monnier * window.el (display-buffer-mark-dedicated): New var.
2009-11-19 Stefan Monnier (symbol-complete): Use completion-in-region.
2009-11-19 Stefan Monnier (file-cache-add-file): Use push and cons.
2009-11-19 Stefan Monnier (with-wrapper-hook): Fix thinko.
2009-11-19 Stefan Monnier * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2009-11-19 Stefan Monnier Mention htmlfontify.
2009-11-19 Stefan Monnier New files.
2009-11-19 Juri Linkov *** empty log message ***
2009-11-19 Juri Linkov (switch-to-completions): Move point to the first
2009-11-19 Juri Linkov Vertical completions.
2009-11-19 Juri Linkov (completions-format): New defcustom.
2009-11-19 Juri Linkov * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2009-11-19 Chong Yidong Update md5sum.
2009-11-19 Chong Yidong * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2009-11-19 Chong Yidong * message.el (message-from-style, message-interactive)
2009-11-19 Richard M. Stallman * lread.c (Funintern): Error if symbol is t or nil.
2009-11-19 Michael Albinus *** empty log message ***
2009-11-19 Michael Albinus * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2009-11-19 Glenn Morris (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2009-11-19 Glenn Morris *** empty log message ***
2009-11-19 Glenn Morris (sgml-lexical-context): Declare.
2009-11-19 Glenn Morris (newsticker-treeview-treewindow-width)
2009-11-19 Glenn Morris Fix entries.
2009-11-19 Stefan Monnier * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2009-11-19 Stefan Monnier (make_gap_larger): Don't make as many assumptions about the
2009-11-19 Kenichi Handa *** empty log message ***
2009-11-19 Kenichi Handa (describe-char-padded-string): Compose with TAB
2009-11-18 Alan Mackenzie (cc-imenu-java-generic-expression): A new, more accurate version of the
2009-11-18 Alan Mackenzie *** empty log message ***
2009-11-18 Sam Steingold (vc-hg-diff): Fix last patch: do not change directory.
2009-11-18 Juanma Barranquero * font-setting.el (font-use-system-font): Declare for byte-compiler.
2009-11-18 Alan Mackenzie (c-version): Bump to 5.31.8.
2009-11-18 Alan Mackenzie *** empty log message ***
2009-11-17 Katsumi Yamaoka (rfc2047-decode-region): Don't quote decoded words containing tspecial
2009-11-17 Andreas Schwab * lisp.h: Remove declaration of Ffont_get_system_font.
2009-11-17 Jan Djärv xsettings.c didn't check font-use-system-font, fix that.
2009-11-17 Andreas Schwab (x_default_font_parameter): Remove dead assignment.
2009-11-17 Andreas Schwab (Fbyteorder, init_font, Ffont_get_system_font): Declare.
2009-11-17 Michael Albinus *** empty log message ***
2009-11-17 Michael Albinus * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2009-11-17 Jan Djärv * xftfont.c (xftfont_fix_match): Older versions of fontconfig does
2009-11-17 Michael Albinus *** empty log message ***
2009-11-17 Michael Albinus * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2009-11-17 Jan Djärv #ifdef on FC_LCD_FILTER.
2009-11-17 Jan Djärv *** empty log message ***
2009-11-17 Jan Djärv menu-bar.el(menu-bar-options-save): Add font-use-system-font.
2009-11-17 Jan Djärv Add font-setting.el to DOC.
2009-11-17 Jan Djärv Handle system default font and changing font parameters.
2009-11-17 Glenn Morris Add 2009 to copyright years.
2009-11-17 Glenn Morris (newsticker--treeview-list-update-faces):
2009-11-17 Glenn Morris (vc-svn-print-log): Fix typo in previous.
2009-11-17 Glenn Morris (INFO_FILES): Add semantic.
2009-11-17 Kenichi Handa *** empty log message ***
2009-11-17 Kenichi Handa (x_produce_glyphs): Consider face-remapping when falling
2009-11-17 Stefan Monnier (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
2009-11-17 Jay Belanger Mention twos-complement notation.
2009-11-17 Juanma Barranquero * semantic.texi (Semantic Internals, Glossary):
2009-11-16 Jay Belanger *** empty log message ***
2009-11-16 Jay Belanger (Radix modes): Mention twos-complement notation.
2009-11-16 Jay Belanger *** empty log message ***
2009-11-16 Jay Belanger (calc-b-prefix-help): Remove references to `calc-symclip'.
2009-11-16 Jay Belanger (calc-arithmetic-menu): Remove `calc-symclip'.
2009-11-16 Jay Belanger (calc-get-operator):
2009-11-16 Jay Belanger (calc-init-extensions): Remove references to symclip.
2009-11-16 Jay Belanger (math-symclip, calcFunc-symclip, calc-symclip): Remove.
2009-11-16 Kevin Ryde * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2009-11-16 Kevin Ryde * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2009-11-16 Juanma Barranquero * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2009-11-16 Kevin Ryde * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
2009-11-16 Kevin Ryde * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
2009-11-16 Chong Yidong * info/dir: Add Semantic.
2009-11-16 Chong Yidong * Makefile.in: Build the Semantic manual.
2009-11-16 Dan Nicolaescu * vc.el (vc-log-show-limit): Default to 2000.
2009-11-16 Michael Albinus *** empty log message ***
2009-11-16 Michael Albinus * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2009-11-16 Jan Djärv *** empty log message ***
2009-11-16 Jan Djärv xmenu.c(x_menu_wait_for_event): Call XFlush before select.
2009-11-16 Chong Yidong Remove unneeded declare-function calls.
2009-11-16 Stefan Monnier (vc-rcs-consult-headers): Add missing save-excursion.
2009-11-16 Michael Albinus *** empty log message ***
2009-11-16 Michael Albinus * dbus.texi (Receiving Method Calls): New defun
2009-11-16 Michael Albinus *** empty log message ***
2009-11-16 Michael Albinus * net/dbus.el (dbus-unregister-service): New defun.
2009-11-16 YAMAMOTO Mitsuharu *** empty log message ***
2009-11-16 YAMAMOTO Mitsuharu (byte-compile-output-file-form):
2009-11-16 Glenn Morris Ignore any deps directory.
2009-11-16 Glenn Morris Regenerate autoloads.
2009-11-16 Glenn Morris (install-arch-indep): Use a more restrictive Makefile
2009-11-16 Jay Belanger *** empty log message ***
2009-11-16 Jay Belanger (calc-b-prefix-help): Add help for `calc-symclip'.
2009-11-16 Jay Belanger (calc-arithmetic-menu): Add item for `calc-symclip'.
2009-11-16 Jay Belanger (calc-get-operator): Add `calc-symclip'.
2009-11-16 Jay Belanger (math-read-number-fancy): Read complement signed numbers.
2009-11-16 Jay Belanger (calc-embedded-mode-vars): Add `calc-complement-signed-mode'.
2009-11-16 Jay Belanger (calc-word-size): Reset the variables `math-2-word-size' and `math-half-2-word-size'.
2009-11-15 Jay Belanger (math-read-token): Read complement signed numbers.
2009-11-15 Jay Belanger (calcDigit-key): Fix regexp.
2009-11-15 Jay Belanger (math-2-word-size, math-half-2-word-size, calc-complement-signed-mode):
2009-11-15 Chong Yidong * register.el (jump-to-register, insert-register): Handle Semantic
2009-11-15 Dan Nicolaescu * vc.el (vc-log-show-limit): New variable.
2009-11-15 Dan Nicolaescu (mode-line-buffer-identification): Do not purecopy.
2009-11-15 Chong Yidong * dired.el (dired-mode-map): Move encryption items to "Operate"
2009-11-15 Chong Yidong * strokes.el (strokes-update-window-configuration): Make strokes
2009-11-15 Chong Yidong * cedet/semantic/idle.el (semantic-idle-summary-mode)
2009-11-15 Juri Linkov (set-mark-default-inactive): Add :type, :group
2009-11-15 Michael Albinus *** empty log message ***
2009-11-15 Michael Albinus * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2009-11-15 Carsten Dominik 2009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
2009-11-15 Carsten Dominik *** empty log message ***
2009-11-15 Carsten Dominik 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2009-11-15 Carsten Dominik 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2009-11-15 Stefan Monnier (help-make-xrefs): Undo the last revert, and replace it with a real fix.
2009-11-15 Stefan Monnier (disabled-command-function): Add useful args.
2009-11-15 Glenn Morris Fix declarations.
2009-11-14 Glenn Morris (menu-bar-tools-menu): Read and send mail entries are not constants. (Bug#4913)
2009-11-14 Glenn Morris (elint-standard-variables): Doc fix.
2009-11-14 Glenn Morris Shigeru Fukaya <shigeru.fukaya at gmail.com>
2009-11-14 Glenn Morris (Holiday Customizing): Replace obsolete alias.
2009-11-14 Glenn Morris Francis Wright <F.J.Wright at qmul.ac.uk>
2009-11-14 Andreas Schwab Ignore errors from mkdir when creating deps
2009-11-14 Jan Djärv gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.
2009-11-14 Chong Yidong * simple.el (shell-command): Doc fix (Bug#4891).
2009-11-14 Chong Yidong * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2009-11-14 Jan Djärv Use gcc-generated dependency files if we can (GNU Make and gcc required).
2009-11-14 Chong Yidong * commands.texi (Motion Events): Fix typo (Bug#4907).
2009-11-14 Glenn Morris (viper-set-hooks): Remove duplicate advice statements for vc-diff,
2009-11-14 Glenn Morris (top-level): Remove unnecessary load of ange-ftp when compiling.
2009-11-14 Glenn Morris No need to cc on -done messages.
2009-11-14 Glenn Morris (byte-compile-single-version): Remove, unused.
2009-11-14 Glenn Morris (x-selection-owner-p): Declare.
2009-11-14 Glenn Morris (Acknowledgments): Update for recent Org changes.
2009-11-14 Glenn Morris (defgroup): Doc fix.
2009-11-14 Glenn Morris (epg): Doc fix.
2009-11-14 Glenn Morris (postscript): Doc fix.
2009-11-14 Glenn Morris Fix typo.
2009-11-14 Glenn Morris Fix typos.
2009-11-14 Dan Nicolaescu * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2009-11-13 Stefan Monnier (add-change-log-entry): Avoid displaying the changelog a second time.
2009-11-13 Stefan Monnier * x-dnd.el (x-dnd-maybe-call-test-function):
2009-11-13 Glenn Morris (ELCFILES): Regenerate.
2009-11-13 Michael Albinus *** empty log message ***
2009-11-13 Michael Albinus * dbus.texi (Type Conversion): Fix typo.
2009-11-13 Michael Albinus *** empty log message ***
2009-11-13 Michael Albinus * dbusbind.c (Vdbus_registered_objects_table): Renamed from
2009-11-13 Michael Albinus *** empty log message ***
2009-11-13 Michael Albinus * net/dbus.el (dbus-registered-objects-table): Renamed from
2009-11-13 Stefan Monnier (mark_object): Don't reprocess marked strings.
2009-11-13 Stefan Monnier (minibuffer-default-add-completions): Drop deprecated 4th arg.
2009-11-13 Kenichi Handa *** empty log message ***
2009-11-13 Kenichi Handa (word_boundary_p): Adjusted for the change of the
2009-11-13 Eli Zaretskii *** empty log message ***
2009-11-13 Eli Zaretskii (artist-mouse-choose-operation): Call `tmm-prompt' instead of `x-popup-menu'
2009-11-13 Eli Zaretskii *** empty log message ***
2009-11-13 Eli Zaretskii (SYSTEM_PURESIZE_EXTRA): Revert last change.
2009-11-13 Eli Zaretskii (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
2009-11-13 Carsten Dominik refcards/orgcard.tex: Document the new archiving keys.
2009-11-13 Carsten Dominik *** empty log message ***
2009-11-13 Carsten Dominik 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2009-11-13 Carsten Dominik *** empty log message ***
2009-11-13 Carsten Dominik 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2009-11-13 Kenichi Handa *** empty log message ***
2009-11-13 Kenichi Handa Make sure that the value of jisx0208 property is jisx0208 character.
2009-11-13 Dan Nicolaescu (auto-coding-regexp-alist): Only purecopy
2009-11-12 Stefan Monnier (minibuffer-completion-help): Use minibuffer-hide-completions.
2009-11-12 Stefan Monnier (dired-save-positions, dired-restore-positions): New funs.
2009-11-12 Dan Nicolaescu (tooltip-frame-parameters): Undo previous change.
2009-11-12 Juri Linkov (ffap-alternate-file-other-window, ffap-literally): New functions.
2009-11-12 Dan Nicolaescu * textmodes/ispell.el (ispell-skip-region-alist):
2009-11-12 Dan Nicolaescu (define-compiler-macro): Purecopy the file name.
2009-11-12 Stefan Monnier (syms_of_xdisp): Fix typo in last change.
2009-11-12 Juanma Barranquero * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
2009-11-12 Juanma Barranquero Fix typos.
2009-11-12 David Reitter menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables to fix 2009-11-09 change.
2009-11-11 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
2009-11-11 Dan Nicolaescu * frame.c (make_initial_frame):
2009-11-11 Dan Nicolaescu * widget.el (define-widget): Purecopy the docstring.
2009-11-11 Dan Nicolaescu * s/freebsd.h:
2009-11-11 Stefan Monnier (directory-abbrev-alist): Fix docstring.
2009-11-11 Stefan Monnier (face-set-after-frame-default): Add comment.
2009-11-11 Michael Albinus *** empty log message ***
2009-11-11 Michael Albinus * net/tramp.el (tramp-advice-minibuffer-electric-separator)
2009-11-11 Dan Nicolaescu Add dependencies to lisp.h. Remove dependencies
2009-11-11 Dan Nicolaescu * progmodes/grep.el (grep-regexp-alist):
2009-11-11 Dan Nicolaescu * Makefile.in (ELCFILES): Add international/mule-conf.elc.
2009-11-11 Dan Nicolaescu (define-charset): Purecopy props.
2009-11-11 Dan Nicolaescu * international/mule-cmds.el (register-input-method); Purecopy arguments.
2009-11-11 Dan Nicolaescu (define-ccl-program): Purecopy the docstring.
2009-11-11 Dan Nicolaescu (define-minor-mode): Purecopy :lighter.
2009-11-11 Dan Nicolaescu * subr.el (add-hook): Purecopy strings.
2009-11-11 Dan Nicolaescu (custom-declare-group): Purecopy load-file-name.
2009-11-11 Dan Nicolaescu * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
2009-11-11 Dan Nicolaescu * net/eudc.el (eudc-tools-menu):
2009-11-11 Dan Nicolaescu * subr.el (menu-bar-separator): New defconst.
2009-11-11 Dan Nicolaescu * term/x-win.el (x-gtk-stock-map):
2009-11-11 Juri Linkov (dired-get-filename)<declare-function>:
2009-11-10 Stefan Monnier (Fplist_get): Merge the active and the uncommented code.
2009-11-10 Jan Djärv Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
2009-11-10 Stefan Monnier (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
2009-11-10 Glenn Morris (Hints to MUA Authors): MUA should do any decoding.
2009-11-10 Glenn Morris Update x-popup-menu declaration.
2009-11-10 Glenn Morris (find-emacs-lisp-shadows, list-load-path-shadows): Use dolist.
2009-11-10 Jan Djärv xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
2009-11-10 Juri Linkov (read-file-name): Support a list of default values
2009-11-10 Juanma Barranquero Fix typos.
2009-11-09 Michael Albinus *** empty log message ***
2009-11-09 Michael Albinus *** empty log message ***
2009-11-09 Michael Albinus * net/dbus.el (dbus-unregister-object): Release service, if no
2009-11-09 Juanma Barranquero Fix typos.
2009-11-09 Juanma Barranquero * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2009-11-09 Stefan Monnier * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
2009-11-08 Chong Yidong * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2009-11-08 Chong Yidong * emulation/cua-base.el: Add CUA property to some CC mode commands
2009-11-08 Chong Yidong * bookmark.el (bookmark-completing-read): Sort bookmark names if
2009-11-08 Chong Yidong * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2009-11-08 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2009-11-08 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2009-11-08 Chong Yidong * compilation.txt: Add one more error message for msft (Bug#4100).
2009-11-08 Chong Yidong * compilation.txt: Add one more error message for msft (Bug#4100).
2009-11-08 Chong Yidong Delete trailing whitespace.
2009-11-08 Stefan Monnier (parse_menu_item): Handle `notreal' a bit earlier.
2009-11-08 Michael Albinus *** empty log message ***
2009-11-08 Michael Albinus * tramp.texi (Auto-save and Backup): Disable backups just for a
2009-11-08 Michael Albinus * trampver.texi: Update release number.
2009-11-08 Michael Albinus *** empty log message ***
2009-11-08 Michael Albinus * net/trampver.el: Update release number.
2009-11-08 Michael Albinus * net/tramp.el (tramp-advice-make-auto-save-file-name)
2009-11-08 Andreas Schwab Regenerate.
2009-11-08 Chong Yidong * url-http.el (url-http-handle-authentication): Use proxy server,
2009-11-08 Chong Yidong * dired-aux.el (dired-query): Place cursor in echo area and allow
2009-11-08 Chong Yidong * xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.
2009-11-08 Michael Albinus *** empty log message ***
2009-11-08 Michael Albinus * trampver.texi: Update release number.
2009-11-08 Michael Albinus *** empty log message ***
2009-11-08 Michael Albinus *** empty log message ***
2009-11-07 Michael Albinus * net/trampver.el: Update release number.
2009-11-07 Michael Albinus * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2009-11-07 Michael Albinus * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2009-11-07 Chong Yidong Fix last change.
2009-11-07 Michael Albinus * net/tramp-compat.el (tramp-compat-copy-directory)
2009-11-07 Michael Albinus * net/tramp.el (tramp-handle-copy-directory): Don't use
2009-11-07 Michael Albinus * net/tramp-compat.el (tramp-compat-copy-directory)
2009-11-07 Chong Yidong * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
2009-11-07 Chong Yidong Update md5sum.
2009-11-07 Chong Yidong * tar-mode.el (tar-copy): Call write-region on the right buffer
2009-11-07 Chong Yidong * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2009-11-06 Chong Yidong * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2009-11-06 Chong Yidong * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2009-11-06 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
2009-11-06 Eli Zaretskii *** empty log message ***
2009-11-06 Eli Zaretskii (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
2009-11-06 Eli Zaretskii *** empty log message ***
2009-11-06 Eli Zaretskii (make_pure_c_string): Fix last change to avoid compiler warning.
2009-11-06 Jan Djärv Fix bug #4870, issues 3 and 4.
2009-11-06 Dan Nicolaescu * progmodes/ld-script.el (auto-mode-alist):
2009-11-06 Dan Nicolaescu * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
2009-11-06 Dan Nicolaescu * xterm.c (syms_of_xterm):
2009-11-06 Kenichi Handa *** empty log message ***
2009-11-06 Kenichi Handa Regenerated
2009-11-06 Kenichi Handa *** empty log message ***
2009-11-06 Kenichi Handa (unidata-gen-table): Fix for the case that the block data and the
2009-11-06 Dan Nicolaescu * process.c (socket_options): Make it const.
2009-11-06 Dan Nicolaescu * alloc.c (make_pure_c_string): New function.
2009-11-06 Dan Nicolaescu * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2009-11-06 Glenn Morris (ELCFILES): Update.
2009-11-05 Stefan Monnier * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2009-11-05 Stefan Monnier * mh-thread.el (mh-thread-set-tables):
2009-11-05 Stefan Monnier * nxml/xsd-regexp.el (xsdre-gen-categories):
2009-11-05 Stefan Monnier * org.el (org-version, org-get-refile-targets, org-refile)
2009-11-05 Stefan Monnier * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2009-11-05 Kenichi Handa *** empty log message ***
2009-11-05 Kenichi Handa (Finsert_file_contents): Be sure set coding-system of
2009-11-05 Glenn Morris (byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)
2009-11-05 Glenn Morris (vc-git-stash-map): Move definition before use.
2009-11-05 Glenn Morris Use autoload-rubric's feature argument.
2009-11-05 Glenn Morris (autoload-rubric): Add optional feature arg.
2009-11-05 Glenn Morris (top-level): Make load behave more like require.
2009-11-05 Glenn Morris *** empty log message ***
2009-11-04 Dan Nicolaescu (custom-declare-group): Purecopy standard-value.
2009-11-04 Dan Nicolaescu (BASE_PURESIZE): Increase to 1620000.
2009-11-04 Dan Nicolaescu (load-with-code-conversion): Call
2009-11-04 Dan Nicolaescu * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2009-11-04 Stefan Monnier Load mh-loaddefs during compilation as well.
2009-11-04 Stefan Monnier Require help-mode rather than help-fns (bug#4861).
2009-11-04 Glenn Morris (byte-defop-compiler19): Remove.
2009-11-04 Glenn Morris Add "Incompatible Lisp Changes in Emacs 23.2".
2009-11-04 Glenn Morris (byte-compile-version-cond): Remove macro.
2009-11-04 Juri Linkov *** empty log message ***
2009-11-04 Juri Linkov (menu-bar-make-mm-toggle): Quote each element of `props'.
2009-11-04 Juanma Barranquero * calendar/calendar.el (cal-loaddefs):
2009-11-03 Stefan Monnier (todo-add-category): Don't hardcode point-min==1.
2009-11-03 Stefan Monnier * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2009-11-03 Stefan Monnier (save_restriction_restore): Update the (pt/begv/vz)_markers
2009-11-03 Stefan Monnier (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.
2009-11-03 Stefan Monnier Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
2009-11-03 Stefan Monnier (define-obsolete-variable-alias): Use dolist,
2009-11-03 Juri Linkov *** empty log message ***
2009-11-03 Juri Linkov (Buffer-menu-mode-map): Add hyphen between "Buffer"
2009-11-03 Juri Linkov (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2009-11-03 Glenn Morris (with-mode-local): Another doc fix.
2009-11-03 Glenn Morris (with-mode-local): Doc fix.
2009-11-03 Glenn Morris (byte-compile-file-form-defvar)
2009-11-03 Glenn Morris (ansi-color-apply-on-region): Autoload it...
2009-11-03 Glenn Morris Reword header comment to prevent copyright.el wanting to update years.
2009-11-03 Stefan Monnier * url-util.el (url-insert-entities-in-string):
2009-11-03 Chong Yidong * comint.el (comint-replace-by-expanded-history-before-point):
2009-11-02 Jay Belanger *** empty log message ***
2009-11-02 Jay Belanger (calc-date-notation): Check to see if the format is whitespace
2009-11-02 Chong Yidong * minibuf.texi (Reading File Names): Note that read-file-name may
2009-11-02 Chong Yidong * minibuffer.el (read-file-name): Don't use file dialogs for
2009-11-01 Chong Yidong * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2009-11-01 Andreas Schwab (view-mode-exit): If OLD-BUF is dead bury the buffer
2009-10-31 Chong Yidong * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2009-10-31 Chong Yidong * facemenu.el (list-colors-display): Don't mark buffer as
2009-10-31 Glenn Morris (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2009-10-31 Chong Yidong * international/mule-diag.el (list-character-sets-1): Minor
2009-10-31 Chong Yidong * mule.texi (Charsets): Numerous copyedits. Don't discuss the
2009-10-31 Chong Yidong * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2009-10-31 Chong Yidong * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2009-10-31 Chong Yidong * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
2009-10-31 Stefan Monnier * textmodes/two-column.el (2C-split):
2009-10-31 Glenn Morris Stephen Berman <stephen.berman at gmx.net>
2009-10-31 Glenn Morris (top-level): Don't require dired when compiling.
2009-10-31 Glenn Morris (top-level): Move provide statement to end.
2009-10-31 Glenn Morris (tar-parse-info, tar-header-name): Declare for compiler.
2009-10-31 Glenn Morris Remove odd/obsolete header comment.
2009-10-31 Glenn Morris Mention byte-compile-warnings `constants' member.
2009-10-31 Glenn Morris (byte-compile-warning-types, byte-compile-warnings): Add `constants'
2009-10-31 Glenn Morris (semantic--tag-link-list-to-buffer): Use mapc rather than mapcar
2009-10-31 Glenn Morris Suppress harmless warnings about setting up semantic-imenu (not part
2009-10-30 Eli Zaretskii *** empty log message ***
2009-10-30 Eli Zaretskii (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
2009-10-30 Stefan Monnier Forgot to include lisp/Makefile in the big previous CEDET commit.
2009-10-30 Stefan Monnier (vc-bzr-revision-keywords): New var.
2009-10-30 Stefan Monnier * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2009-10-30 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1470000.
2009-10-29 Glenn Morris Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2009-10-29 Glenn Morris Fix some entries.
2009-10-29 Glenn Morris Add emacs-lisp-intro.pdf.
2009-10-29 Jason Rumney (syms_of_w32fns): Change default value of
2009-10-28 Stefan Monnier (diff-add-change-log-entries-other-window): Document in the code a bug.
2009-10-28 Stefan Monnier * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2009-10-28 Robert J. Chassell *** empty log message ***
2009-10-28 Robert J. Chassell removed lines 33 and 34 of emacs-lisp-intro.texi which said
2009-10-28 Stefan Monnier * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2009-10-28 Stefan Monnier (pcomplete-comint-setup): If there's a choice, replace
2009-10-28 Stefan Monnier (bookmark-insert-location, bookmark-bmenu-list)
2009-10-28 Stefan Monnier Fix last change's attribution.
2009-10-28 Stefan Monnier (vc-hg-state, vc-hg-working-revision): Use process-file so
2009-10-27 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
2009-10-27 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
2009-10-27 Robert J. Chassell *** empty log message ***
2009-10-27 Robert J. Chassell Minor change, bump Emacs version
2009-10-27 Michael Albinus *** empty log message ***
2009-10-27 Michael Albinus * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2009-10-27 Glenn Morris Make links to doc/lispintro/*.pdf.
2009-10-27 Glenn Morris Add copyright information for PDF images.
2009-10-27 Glenn Morris (texinfodir, TEXI2PDF): New variables.
2009-10-27 Glenn Morris (TEXI2PDF): New variable.
2009-10-27 Glenn Morris New file, generated from .eps version with epstopdf.
2009-10-26 Juanma Barranquero * minibuf.c (Fall_completions): Fix typos in docstring.
2009-10-26 Juanma Barranquero Fix typos in comments.
2009-10-26 Juanma Barranquero * simple.el (transpose-subr): Give clearer error when the mark is not set.
2009-10-26 Andreas Schwab (PURESIZE_RATIO): Increase back to 10/6.
2009-10-26 Juanma Barranquero * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
2009-10-26 Michael Albinus *** empty log message ***
2009-10-26 Michael Albinus * net/tramp.el (tramp-perl-file-truename): New defconst. Perl
2009-10-26 Michael Albinus * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Ignore
2009-10-26 Dan Nicolaescu * textmodes/tex-mode.el (tex-dvi-view-command)
2009-10-26 Stefan Monnier (pcomplete-std-complete): Obey pcomplete-use-paring.
2009-10-26 Stefan Monnier (all-completions): Declare the 4th arg obsolete.
2009-10-25 Stefan Monnier (pcomplete-unquote-argument-function): New var.
2009-10-25 Stefan Monnier (bookmark-bmenu-list): Don't use switch-to-buffer if
2009-10-25 Stefan Monnier * cedet/semantic/fw.el (semantic-alias-obsolete)
2009-10-25 Karl Fogel * bookmark.el: Update documentation, especially documentation
2009-10-25 Chong Yidong * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
2009-10-24 Chong Yidong * mail/emacsbug.el (report-emacs-bug): Clarify that the
2009-10-24 Chong Yidong * whitespace.el (whitespace-mode, whitespace-newline-mode)
2009-10-24 Chong Yidong * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2009-10-24 Miles Bader Add arch tagline
2009-10-24 Chong Yidong * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2009-10-24 Chong Yidong * files.el (delete-directory): Delete symlinks to directories with
2009-10-24 Chong Yidong * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
2009-10-24 Chong Yidong * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2009-10-24 Andreas Schwab (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
2009-10-24 Andreas Schwab (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
2009-10-24 Andreas Schwab (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
2009-10-24 Andreas Schwab (procfs_ttyname): Fix sprintf format to match argument
2009-10-24 Dan Nicolaescu (vc-backend-for-registration): Rename from
2009-10-24 Dan Nicolaescu * keymap.c (Fmake_sparse_keymap): Purecopy the name.
2009-10-24 Glenn Morris (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
2009-10-24 Glenn Morris (pcomplete-erc-all-nicks): Autoload it, to silence compiler.
2009-10-24 Glenn Morris (file-cache-completions-keymap): Bind mouse-2 to
2009-10-24 Glenn Morris (comint-dynamic-list-completions): Use choose-completion rather than
2009-10-24 Glenn Morris (term-dynamic-list-completions): Use choose-completion rather than
2009-10-24 Glenn Morris (octave-complete-symbol): Use choose-completion if
2009-10-24 Glenn Morris (sgml-looking-back-at): Move definition before use.
2009-10-24 Glenn Morris (generate-autoload-cookie): Define for compiler.
2009-10-24 Glenn Morris Convert comment about autoload into autoload comment.
2009-10-24 Glenn Morris (help-xref-stack-item): Define for compiler.
2009-10-24 Stefan Monnier (completion--embedded-envvar-table): Fix last change.
2009-10-23 Andreas Schwab (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
2009-10-23 Chong Yidong Fix typo.
2009-10-23 Dan Nicolaescu (vc-responsible-backend): Throw an error if not backend is
2009-10-23 Andreas Schwab (PURESIZE_RATIO): Decrease to 11/7.
2009-10-23 Chong Yidong * window.c (Fwindow_edges, Fwindow_pixel_edges)
2009-10-23 Stefan Monnier (pcomplete-common-suffix, pcomplete-table-subvert): New funs.
2009-10-23 Stefan Monnier * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
2009-10-23 Chong Yidong * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2009-10-23 Chong Yidong * configure.in: Invoke $CPP with -P when creating Makefile and
2009-10-23 Chong Yidong * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2009-10-23 Chong Yidong * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2009-10-23 Michael Albinus *** empty log message ***
2009-10-23 Michael Albinus * tramp.texi (External methods): Temporary files are kept for
2009-10-23 Michael Albinus *** empty log message ***
2009-10-23 Michael Albinus * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2009-10-23 Juanma Barranquero * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2009-10-23 Dan Nicolaescu * bindings.el (propertized-buffer-identification): Undo previous change.
2009-10-23 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1430000.
2009-10-23 Jay Belanger *** empty log message ***
2009-10-23 Jay Belanger (math-read-number, math-read-number-simple): Use `save-match-data'.
2009-10-22 Stefan Monnier * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2009-10-22 Stefan Monnier (completion-table-with-terminator): Allow to specify the terminator-regexp.
2009-10-22 Stefan Monnier (switch-to-completions): Look for *Completions* in other frames as well.
2009-10-22 Stefan Monnier Allow the use of completion-tables.
2009-10-22 Juanma Barranquero Add missing bug references.
2009-10-22 Juanma Barranquero Add missing entry.
2009-10-22 Juanma Barranquero * find-dired.el (find-name-arg): Fix typo in docstring.
2009-10-22 Stefan Monnier (pcomplete/kill): Don't abuse pcomplete-entries.
2009-10-22 Stefan Monnier (pcmpl-gnu-makefile-names): Use a single call to pcomplete-entries.
2009-10-22 Stefan Monnier (comint-read-input-ring, comint-write-input-ring)
2009-10-21 Kevin Ryde * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2009-10-21 Kevin Ryde * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2009-10-21 Kevin Ryde * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
2009-10-21 Kevin Ryde (checkdoc-file-comments-engine): When
2009-10-21 Andreas Schwab (doprnt): Fix overflow check.
2009-10-21 Stefan Monnier * minibuffer.el (completion-table-with-terminator): Properly implement
2009-10-21 Jan Djärv * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
2009-10-21 Dan Nicolaescu (vc-deduce-fileset): Undo previous change, do not tell
2009-10-21 Stefan Monnier Don't require help-mode (to avoid bootstrap issues).
2009-10-21 Jan Djärv Fix resize due to font change on a maximized/xmonad-controlled frame.
2009-10-21 Chong Yidong * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2009-10-21 Michael Albinus *** empty log message ***
2009-10-21 Michael Albinus * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2009-10-20 Juanma Barranquero Fix typo.
2009-10-20 Stefan Monnier (char_resolve_modifier_mask): Don't resolve meta to the
2009-10-20 YAMAMOTO Mitsuharu Add Bug#.
2009-10-20 YAMAMOTO Mitsuharu *** empty log message ***
2009-10-20 YAMAMOTO Mitsuharu (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
2009-10-20 Juanma Barranquero Fix typo.
2009-10-20 Juanma Barranquero * fns.c: Add #endif accidentally removed in previous change.
2009-10-20 Katsumi Yamaoka (gnus-remove-overlays): eval-and-compile.
2009-10-20 Stefan Monnier (read-key-delay): Reduce to 0.01.
2009-10-19 Katsumi Yamaoka Synch with Gnus trunk:
2009-10-19 Dan Nicolaescu (vac-dec-vms): Remove, not supported anymore.
2009-10-19 Dan Nicolaescu * fns.c: Remove code for unsupported system: MAC_OS.
2009-10-19 Jan Djärv (x_create_toolkit_scroll_bar): Don't allocate color for
2009-10-19 Dan Nicolaescu * nsterm.m:
2009-10-19 Stefan Monnier (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2009-10-19 Stefan Monnier * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2009-10-19 Stefan Monnier (Info-complete-menu-item): Use complete-with-action.
2009-10-19 Dan Nicolaescu * process.c (create_pty): Remove conditionals for no longer
2009-10-19 Dan Nicolaescu * xterm.c:
2009-10-19 Dan Nicolaescu Make vc-annotate work through copies and renames.
2009-10-19 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
2009-10-18 Kevin Ryde * net/browse-url.el (browse-url): Identify alist with "consp and
2009-10-18 Kevin Ryde (browse-url): Identify alist with "consp and
2009-10-18 Kevin Ryde * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2009-10-18 Kevin Ryde (ibuffer-confirm-operation-on): Correction to error
2009-10-18 Chong Yidong * minibuffer.el (read-file-name): Check for repeat before putting
2009-10-18 Juanma Barranquero Whitespace.
2009-10-18 Chong Yidong * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2009-10-18 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
2009-10-18 Glenn Morris I spell gud.
2009-10-18 Stefan Monnier (internal_self_insert): `c' is already in "multibyte" form.
2009-10-18 Stefan Monnier (ange-ftp-file-size): Use unwind-protect.
2009-10-18 Glenn Morris (compile-last): Ensure GREP_OPTIONS is null before calling
2009-10-17 Glenn Morris (flyspell-large-region, flyspell-word)
2009-10-17 Chong Yidong * Makefile.in (ELCFILES): Add ede/shell.
2009-10-17 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1310000.
2009-10-17 Stefan Monnier (tar-data-swapped-p): Make the assertion a bit more
2009-10-17 Chong Yidong * cedet/srecode/srt.el:
2009-10-17 Stefan Monnier (select-safe-coding-system): If the file
2009-10-17 Glenn Morris (semantic-grammar--lex-delim-spec): All errors should have messages.
2009-10-17 Glenn Morris (foldout-mouse-swallow-events): Replace obsolete form of sit-for.
2009-10-17 Glenn Morris (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2009-10-17 Glenn Morris (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2009-10-17 Glenn Morris (rmail-write-region-annotate): Prevent viewing different
2009-10-17 Glenn Morris *** empty log message ***
2009-10-17 Glenn Morris Jari Aalto <jari.aalto at cante.net>
2009-10-17 Glenn Morris Jari Aalto <jari.aalto at cante.net>
2009-10-17 Glenn Morris Ulrich Mueller <ulm at gentoo.org>
2009-10-17 Juanma Barranquero * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2009-10-16 Kevin Ryde (Magic File Names): Add @vindex file-name-handler-alist,
2009-10-16 Kevin Ryde (Magic File Names): Add @vindex file-name-handler-alist,
2009-10-16 Eli Zaretskii (x_produce_glyphs): Fix typos in comments.
2009-10-16 Glenn Morris (rcirc-authenticate): Simplify previous change.
2009-10-16 Stefan Monnier (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2009-10-16 Michael Albinus *** empty log message ***
2009-10-16 Michael Albinus * net/tramp-smb.el (tramp-smb-version): New defvar.
2009-10-16 Glenn Morris whitespace.
2009-10-16 Glenn Morris (define-obsolete-variable-alias): Doc fix.
2009-10-16 Juanma Barranquero * subr.el (error, sit-for, start-process-shell-command)
2009-10-16 Juanma Barranquero *** empty log message ***
2009-10-16 Stefan Monnier (error, sit-for, start-process-shell-command)
2009-10-16 Adrian Robert Don't set LIB_STANDARD and START_FILES under __Apple__.
2009-10-16 Adrian Robert * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
2009-10-16 Adrian Robert Remove DARWIN_OS/_LP64 special case.
2009-10-16 Adrian Robert (NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Tiger.
2009-10-16 Adrian Robert (EmacsView-conversationIdentifier): Arg is long.
2009-10-16 Adrian Robert (NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add x86_64 architecture.
2009-10-16 Chong Yidong * variables.texi (Constant Variables): Distinguish from defconst
2009-10-16 Kenichi Handa *** empty log message ***
2009-10-16 Kenichi Handa (ucs-normalize-version): Changed to 1.2.
2009-10-15 Juri Linkov (menu-bar-file-menu): Convert `separator-exit'
2009-10-15 Chong Yidong * os.texi (Time of Day): Clarify that the microsecond part is
2009-10-15 Michael Albinus *** empty log message ***
2009-10-15 Michael Albinus * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2009-10-15 Michael Albinus * net/tramp.el (tramp-replace-environment-variables): Do not fail
2009-10-15 Juanma Barranquero * .gitignore: Add echolisp.tmp.
2009-10-15 Kenichi Handa *** empty log message ***
2009-10-15 Kenichi Handa (print_object): Escape a symbol like "2E10" too.
2009-10-15 Glenn Morris Ryan Yeske <rcyeske at gmail.com>
2009-10-15 Glenn Morris Regenerate.
2009-10-15 Glenn Morris Convert comments about autoloads into autoload comments.
2009-10-15 Glenn Morris (print_help_and_exit): Fix bug report instructions.
2009-10-15 Glenn Morris (w32-batch-update-autoloads): Take autoload-make-program from the
2009-10-15 Glenn Morris (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2009-10-15 Glenn Morris (autoload-make-program): New variable.
2009-10-15 Glenn Morris Add echolisp.tmp.
2009-10-15 Glenn Morris (echolisp): New rule.
2009-10-15 Glenn Morris (rmail-cease-edit): Give an error if the end of the headers cannot be
2009-10-15 Stefan Monnier Replace completion-base-size by completion-base-position to fix bugs
2009-10-14 Juri Linkov Multi-isearch functions instead of commands.
2009-10-14 Juri Linkov (multi-isearch-next-buffer-from-list)
2009-10-14 Stefan Monnier (compile-onefile): Load `bytecomp' rather than `bytecomp.el'.
2009-10-14 Stefan Monnier (completion-pcm--merge-completions): Make sure the
2009-10-14 Stefan Monnier (ido-everywhere): Use define-minor-mode.
2009-10-14 Stefan Monnier (list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
2009-10-14 Juanma Barranquero * trouble.texi (DEL Does Not Delete): Fix typo.
2009-10-14 Dan Nicolaescu (vc-git-dir-extra-headers): Set the branch name
2009-10-14 Dan Nicolaescu * config.guess, config.sub: Updated from master source.
2009-10-14 Dan Nicolaescu (vc-responsible-backend): When a directory is passed for
2009-10-14 Dan Nicolaescu * vc.el: Move comments about RCS and SCCS ...
2009-10-14 Stefan Monnier (completion--file-name-table): Return nil if there's
2009-10-13 Juri Linkov (read-file-local-variable-value): Don't filter out
2009-10-13 Adrian Robert Adjust acknowledgement in last changelog entry.
2009-10-13 Juanma Barranquero * international/mule-cmds.el (ucs-names): Remove exclusion of
2009-10-13 Kenichi Handa *** empty log message ***
2009-10-13 Kenichi Handa *** empty log message ***
2009-10-13 Kenichi Handa *** empty log message ***
2009-10-13 Kenichi Handa Regenerated.
2009-10-13 Sam Steingold fix a typo in the last patch
2009-10-13 Juanma Barranquero * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
2009-10-13 Adrian Robert Add space after casts in last change.
2009-10-13 Adrian Robert * dbusbind.c (dbus-method-return-internal)
2009-10-13 Adrian Robert (list_processes_1): Use long format in printf, and cast argument.
2009-10-13 Adrian Robert (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.
2009-10-13 Adrian Robert (dbus-method-return-internal, dbus-method-error-internal): Use long format in printf, and cast argument.
2009-10-12 Sam Steingold (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2009-10-12 Sam Steingold (compilation-next-error-function): Fix the
2009-10-12 Glenn Morris (tramp-smb-do-file-attributes-with-stat): Let-bind `size'.
2009-10-12 Juanma Barranquero * proced.el (proced-unload-function): New function.
2009-10-12 Juanma Barranquero * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2009-10-12 Juanma Barranquero * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2009-10-12 Adrian Robert * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2009-10-12 Adrian Robert (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
2009-10-12 Adrian Robert * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2009-10-12 Adrian Robert * config.in (NS_HAVE_NSINTEGER): Drop.
2009-10-12 Adrian Robert * config.in (NS_HAVE_NSINTEGER): Drop.
2009-10-12 Adrian Robert 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2009-10-12 Adrian Robert * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
2009-10-12 Adrian Robert * nsfont.m (ns_char_width): Replace deprecated call (suggested by
2009-10-12 Adrian Robert * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
2009-10-12 Adrian Robert (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents.
2009-10-12 Adrian Robert (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate.
2009-10-12 Adrian Robert (xw-color-values): Use CGFloat where appropriate.
2009-10-11 Juri Linkov *** empty log message ***
2009-10-11 Juri Linkov (read-file-local-variable-value):
2009-10-11 Michael Albinus Fix last change.
2009-10-11 Michael Albinus *** empty log message ***
2009-10-11 Michael Albinus *** empty log message ***
2009-10-11 Michael Albinus * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2009-10-11 Michael Albinus * net/tramp-cache.el (tramp-flush-connection-property): The hash
2009-10-11 Michael Albinus * net/tramp.el (tramp-local-host-p): Function shall return nil for
2009-10-11 Juanma Barranquero Update.
2009-10-11 Chong Yidong * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2009-10-11 Glenn Morris (Size and Position): Clarify what is included in the frame height. (Bug#4535)
2009-10-11 Glenn Morris (Fframe_pixel_height): Doc fix. (Bug#4535)
2009-10-10 Glenn Morris (frame-height): Doc fix.
2009-10-10 Glenn Morris Documented window-full-height-p.
2009-10-10 Glenn Morris (Size of Window): The relationship between window and frame heights is
2009-10-10 Karl Fogel * bookmark.el
2009-10-10 Karl Fogel * bookmark.el
2009-10-10 Glenn Morris (calendar-split-width-threshold): New option.
2009-10-10 Chong Yidong * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
2009-10-10 Eli Zaretskii (try_window_id): Fix typos in comments.
2009-10-10 Eli Zaretskii (redisplay_internal): Fix typos in comments.
2009-10-09 Chong Yidong * cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
2009-10-09 Juanma Barranquero * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2009-10-09 Karl Fogel * lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2009-10-09 Karl Fogel * lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2009-10-09 Glenn Morris (report-emacs-bug): Also print `features'.
2009-10-09 Karl Fogel * lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter.
2009-10-09 Karl Fogel * etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
2009-10-09 Juanma Barranquero * eieio.texi: Fix typos.
2009-10-08 Chong Yidong * cedet/ede/proj.el (project-compile-project): Fix filename test.
2009-10-08 Chong Yidong * cedet/ede/proj.el (project-make-dist): Fix filename test.
2009-10-08 Michael Albinus *** empty log message ***
2009-10-08 Michael Albinus * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2009-10-08 Michael Albinus * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2009-10-08 Jan Djärv gtkutil.c (create_menus): Call gtk_widget_set_size_request for
2009-10-08 Chong Yidong * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2009-10-08 Juanma Barranquero * fontset.c (Fset_fontset_font): Fix typos in error messages.
2009-10-08 Chong Yidong * cedet/ede/source.el (ede-want-any-source-files-p)
2009-10-07 Eli Zaretskii (set_cursor_from_row): Fix commentary.
2009-10-07 Juanma Barranquero * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2009-10-07 Juanma Barranquero * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2009-10-07 Glenn Morris (batch-update-autoloads): Remove useless use of concat.
2009-10-07 Chong Yidong * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2009-10-07 Stefan Monnier (read-file-local-variable): Include some
2009-10-07 Stefan Monnier (Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
2009-10-07 Michael Albinus *** empty log message ***
2009-10-07 Michael Albinus *** empty log message ***
2009-10-07 Michael Albinus * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2009-10-07 Michael Albinus * net/tramp-cache.el (tramp-flush-connection-property): Add trace message.
2009-10-07 Eli Zaretskii *** empty log message ***
2009-10-07 Eli Zaretskii (Directory Names) <abbreviate-file-name>: Document that root home
2009-10-07 Eli Zaretskii *** empty log message ***
2009-10-07 Eli Zaretskii (batch-update-autoloads): Fix last change to not error out of search
2009-10-07 Juanma Barranquero * makefile.w32-in (WINS_UPDATES): New macro.
2009-10-07 Glenn Morris (autoloads): Revert previous change.
2009-10-07 Glenn Morris (batch-update-autoloads): Rather than having the list of preloaded
2009-10-07 Chong Yidong Update comment.
2009-10-07 Glenn Morris (calendar-basic-setup): In the wide frame case, show the original
2009-10-07 Glenn Morris Markus Rost <rost at math.uni-bielefeld.de>
2009-10-07 Juanma Barranquero Fix typo in previous change.
2009-10-07 Juanma Barranquero * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2009-10-07 Chong Yidong Add entries for the EDE and EIEIO manuals.
2009-10-07 Chong Yidong * eieio.texi:
2009-10-06 Sam Steingold (tramp-compat-process-running-p): Check that
2009-10-06 Eli Zaretskii *** empty log message ***
2009-10-06 Eli Zaretskii (Special Properties): Document the meaning of the `cursor' text property
2009-10-06 Eli Zaretskii (set_cursor_from_row): Fix and improve comments.
2009-10-06 Juanma Barranquero * play/animate.el (animate-string): For good effect, make sure
2009-10-06 Glenn Morris Regenerate.
2009-10-06 Glenn Morris Regenerate.
2009-10-06 Glenn Morris (define-obsolete-face-alias): Doc fix.
2009-10-06 Glenn Morris (autoloads): Skip preloaded files. (Bug#4446)
2009-10-06 Glenn Morris (autoload-excludes): New variable.
2009-10-06 Glenn Morris Fix typo in previous.
2009-10-06 Glenn Morris (tramp-handle-start-file-process): Move tramp-error call
2009-10-06 Glenn Morris (f90-end-of-block, f90-beginning-of-block):
2009-10-06 Glenn Morris (fortran-end-of-block, fortran-beginning-of-block):
2009-10-06 Glenn Morris (emacs${EXEEXT}): Remove direct dependence on SOME_MACHINE_LISP (this
2009-10-06 Glenn Morris Use window-full-height-p.
2009-10-06 Glenn Morris (rmail-cease-edit): If there is a Content-Type header we don't
2009-10-06 Glenn Morris Matthew Junker <matthew.junker at sbcglobal.net> (tiny change)
2009-10-05 Stefan Monnier (describe-function-1): Don't burp is the function is not a symbol.
2009-10-05 Juanma Barranquero Fix typos.
2009-10-05 Dan Nicolaescu (log-view-vc-backend): Declare for compiler.
2009-10-05 Dan Nicolaescu (log-view-diff): Use vc-diff-internal instead of
2009-10-05 Michael Albinus *** empty log message ***
2009-10-05 Michael Albinus * files.texi (Magic File Names): Add `copy-directory'.
2009-10-05 Eli Zaretskii *** empty log message ***
2009-10-05 Eli Zaretskii (eval-expression): Doc fix.
2009-10-05 Michael Albinus *** empty log message ***
2009-10-05 Michael Albinus * tramp.texi (Remote processes): Association of a pty is not supported.
2009-10-05 Eli Zaretskii *** empty log message ***
2009-10-05 Eli Zaretskii (cwarn-mode): Doc fix.
2009-10-05 Michael Albinus *** empty log message ***
2009-10-05 Michael Albinus * net/tramp.el (tramp-verbose): Fix docstring.
2009-10-05 Eli Zaretskii *** empty log message ***
2009-10-05 Eli Zaretskii (File Attributes): Fix description of file attributes. (Bug#4638)
2009-10-05 Eli Zaretskii *** empty log message ***
2009-10-05 Eli Zaretskii (Ffile_attributes): Doc fix. (Bug#4638)
2009-10-05 Michael Albinus *** empty log message ***
2009-10-05 Michael Albinus * files.texi (Create/Delete Dirs): New command copy-directory.
2009-10-05 Michael Albinus *** empty log message ***
2009-10-05 Michael Albinus * files.texi (Misc File Ops): Mention copy-directory.
2009-10-05 Michael Albinus *** empty log message ***
2009-10-05 Michael Albinus * files.el (directory-files-no-dot-files-regexp): New defconst.
2009-10-05 Stefan Monnier (diary-show-all-entries): Re-fit the calendar window if necessary.
2009-10-05 Stefan Monnier (calendar-basic-setup): Don't call switch-to-buffer in a dedicated window.
2009-10-05 Karl Fogel * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2009-10-05 Karl Fogel * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2009-10-05 Vinicius Jose Latorre Fix doc.
2009-10-05 Karl Fogel * bookmark.el (bookmark-set, bookmark-buffer-name): Improve doc strings.
2009-10-05 Karl Fogel * bookmark.el
2009-10-04 Karl Fogel (bookmark-alist): Document the new `handler' element in the param alist.
2009-10-04 Karl Fogel (Info-bookmark-make-record): Document this function.
2009-10-04 Chong Yidong * cedet/semantic.el (semantic-mode): Parse all existing buffers when
2009-10-04 Chong Yidong * cedet/semantic.el (semantic-new-buffer-setup-functions): New
2009-10-04 Chong Yidong * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2009-10-04 Chong Yidong * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2009-10-04 Michael Albinus *** empty log message ***
2009-10-04 Michael Albinus * NEWS: New function copy-directory.
2009-10-04 Michael Albinus *** empty log message ***
2009-10-04 Michael Albinus * dired-aux.el (dired-copy-file-recursive): Use it.
2009-10-04 Michael Albinus * files.el (copy-directory): New defun.
2009-10-04 Eli Zaretskii *** empty log message ***
2009-10-04 Eli Zaretskii (syms_of_xdisp) <unibyte-display-via-language-environment>: Doc fix.
2009-10-04 Eli Zaretskii *** empty log message ***
2009-10-04 Eli Zaretskii (Unibyte Mode): Emphasize that unibyte-display-via-language-environment
2009-10-04 Eli Zaretskii *** empty log message ***
2009-10-04 Eli Zaretskii (Horizontal Scrolling): Document cursor behavior under horizontal
2009-10-04 Juanma Barranquero * anti.texi (Antinews):
2009-10-04 Juanma Barranquero Fix typos in comments.
2009-10-04 Juanma Barranquero * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2009-10-04 Juanma Barranquero Fix typos in comments.
2009-10-04 Juanma Barranquero * files-x.el (modify-dir-local-variable)
2009-10-04 Juanma Barranquero * org.el (org-directory, org-map-entries):
2009-10-04 Juanma Barranquero * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2009-10-04 Juanma Barranquero *** empty log message ***
2009-10-04 Juanma Barranquero * recentf.el (recentf-unload-function): New function.
2009-10-04 Chong Yidong * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2009-10-04 Glenn Morris Add window-full-height-p.
2009-10-04 Glenn Morris (window-full-height-p): Add doc string.
2009-10-04 Glenn Morris Martin Rudalics <rudalics at gmx.at>