2006-07-07 |
Stefan Monnier |
(readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
|
2006-07-07 |
Stefan Monnier |
(read_filtered_event): Remove `register' qualifier because it
|
2006-07-07 |
Eli Zaretskii |
*** empty log message ***
|
2006-07-07 |
Eli Zaretskii |
(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
|
2006-07-07 |
Stefan Monnier |
(cvs-temp-buffer-name): Fix non-hiddenness.
|
2006-07-07 |
Stefan Monnier |
*** empty log message ***
|
2006-07-07 |
Stefan Monnier |
(compilation-error-regexp-alist-alist) <gnu>:
|
2006-07-07 |
Stefan Monnier |
(dirtrack-default-directory-function): Remove.
|
2006-07-07 |
Stefan Monnier |
Remove spurious * in docstrings.
|
2006-07-07 |
Stefan Monnier |
(shell-mode): Only change the buffer-local value of
|
2006-07-07 |
Kim F. Storm |
(Fringe Cursors): Fix typo.
|
2006-07-07 |
Kim F. Storm |
*** empty log message ***
|
2006-07-07 |
Eli Zaretskii |
*** empty log message ***
|
2006-07-07 |
Eli Zaretskii |
Slight formatting changes and typo fixes. Add description of NEWS markings.
|
2006-07-07 |
Kim F. Storm |
(Fdefine_fringe_bitmap): Doc fix.
|
2006-07-07 |
Kim F. Storm |
*** empty log message ***
|
2006-07-07 |
Kim F. Storm |
Mention INSTALL.CVS.
|
2006-07-07 |
Kim F. Storm |
*** empty log message ***
|
2006-07-07 |
Carsten Dominik |
Version number change.
|
2006-07-07 |
Carsten Dominik |
*** empty log message ***
|
2006-07-07 |
Carsten Dominik |
(Exporting): Document `C-c C-e' as the prefix for
|
2006-07-07 |
Carsten Dominik |
(org-agenda-get-todos): Skip subtree also if entry is
|
2006-07-06 |
Jason Rumney |
Checked lispref/display.texi
|
2006-07-06 |
Chong Yidong |
* server.el (server-select-display): Don't make the temp frame
|
2006-07-06 |
Chong Yidong |
* files.el (find-alternate-file): Doc fix.
|
2006-07-06 |
Richard M. Stallman |
*** empty log message ***
|
2006-07-05 |
Richard M. Stallman |
*** empty log message ***
|
2006-07-05 |
Richard M. Stallman |
(abbreviate-file-name): Add save-match-data.
|
2006-07-05 |
Richard M. Stallman |
(Buffer Contents): Add example of text props in result of buffer-substring.
|
2006-07-05 |
Richard M. Stallman |
(Changing Key Bindings): Cleanup.
|
2006-07-05 |
Richard M. Stallman |
(Attribute Functions): Add examples for face-attribute-relative-p.
|
2006-07-05 |
Richard M. Stallman |
(Coding Conventions): Cleanup last change.
|
2006-07-05 |
Richard M. Stallman |
(Scrolling only one line): Fix xref.
|
2006-07-05 |
Chong Yidong |
* insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
|
2006-07-05 |
Chong Yidong |
* puresize.h (BASE_PURESIZE): Increment to 1210500.
|
2006-07-05 |
Karl Berry |
fix overfull/underfull boxes
|
2006-07-05 |
Karl Berry |
10pt text size, no chapternewpage odd
|
2006-07-05 |
Chong Yidong |
* net/goto-addr.el (goto-address): Mark as safe for local evals.
|
2006-07-05 |
Kim F. Storm |
Recover truncated ChangeLog.
|
2006-07-05 |
Kenichi Handa |
Fix Danish.
|
2006-07-05 |
André Spiegel |
#
|
2006-07-05 |
André Spiegel |
(vc-diff-internal): Fix prev change.
|
2006-07-05 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-07-05 |
Thien-Thi Nguyen |
(Loading): Replace eval-current-buffer with eval-buffer.
|
2006-07-05 |
Thien-Thi Nguyen |
(Instrumenting): Add Edebug-specific findex for eval-buffer.
|
2006-07-05 |
Thien-Thi Nguyen |
(Evaluating Emacs Lisp code):
|
2006-07-05 |
Thien-Thi Nguyen |
(Lisp Eval): Througout, replace eval-current-buffer with eval-buffer.
|
2006-07-05 |
Thien-Thi Nguyen |
(emacs-lisp-mode-map): Use eval-buffer.
|
2006-07-05 |
Thien-Thi Nguyen |
Comment munging; nfc.
|
2006-07-05 |
Thien-Thi Nguyen |
(dun-load-d, dun-eval): Use eval-buffer.
|
2006-07-05 |
Romain Francoise |
(top-level): Add CONTRIBUTE.
|
2006-07-05 |
Kenichi Handa |
*** empty log message ***
|
2006-07-05 |
Kenichi Handa |
Add a paragraph for non-ASCII examples at the head. Add
|
2006-07-05 |
Richard M. Stallman |
*** empty log message ***
|
2006-07-05 |
Richard M. Stallman |
Much rewrite.
|
2006-07-05 |
Chong Yidong |
cl-byte-compile-compiler-macro checked.
|
2006-07-04 |
Nick Roberts |
(Coding Systems, Specify Coding): Link descriptions of character translation.
|
2006-07-04 |
Nick Roberts |
*** empty log message ***
|
2006-07-04 |
Stefan Monnier |
*** empty log message ***
|
2006-07-04 |
Stefan Monnier |
(symbol-at-point): Don't use `form-at-point' which
|
2006-07-04 |
Stefan Monnier |
*** empty log message ***
|
2006-07-04 |
Stefan Monnier |
Use ;; instead of ;;; to better follow coding conventions.
|
2006-07-04 |
Chong Yidong |
Mention consolidation of images in etc/images, and the new icons.
|
2006-07-04 |
Kim F. Storm |
(x_delete_display): Don't free or derefence NULL pointers.
|
2006-07-04 |
Kim F. Storm |
*** empty log message ***
|
2006-07-04 |
Nick Roberts |
*** empty log message ***
|
2006-07-04 |
Kenichi Handa |
*** empty log message ***
|
2006-07-04 |
Kenichi Handa |
(set-language-info): If LANG-ENV is
|
2006-07-04 |
Kenichi Handa |
(Fset_overriding_fontspec_internal): Check if we need
|
2006-07-04 |
Nick Roberts |
New file.
|
2006-07-04 |
Bill Wohler |
Update for MH-E release 8.0.2.
mh-e-8_0_2
|
2006-07-04 |
Bill Wohler |
(Version, mh-version): Update for release 8.0.2.
|
2006-07-04 |
Luc Teirlinck |
*** empty log message ***
|
2006-07-04 |
Luc Teirlinck |
(locate-update-when-revert): New option.
|
2006-07-03 |
Bill Wohler |
(mh-tool-bar-define): Fix XEmacs' vector-list so it refers to the
|
2006-07-03 |
Bill Wohler |
Require mh-buffers and mh-compat before mh-xemacs now that mh-xemacs
|
2006-07-03 |
Nick Roberts |
(Remote Mailboxes): Add missing @code keyword.
|
2006-07-03 |
Nick Roberts |
*** empty log message ***
|
2006-07-03 |
Nick Roberts |
tooltip.el: Move comment about track-mouse...
|
2006-07-03 |
Eli Zaretskii |
Add the missing comment [7].
|
2006-07-03 |
Karl Berry |
fix overfull/underfull boxes
|
2006-07-03 |
Romain Francoise |
(M-x): Fix.
|
2006-07-03 |
Richard M. Stallman |
(read-face-name): Doc fix.
|
2006-07-03 |
Richard M. Stallman |
*** empty log message ***
|
2006-07-03 |
Richard M. Stallman |
(Scrolling conservatively): Fix xref.
|
2006-07-03 |
Richard M. Stallman |
(Viewing differences): Usage fix.
|
2006-07-03 |
Richard M. Stallman |
(Other Repeating Search): filename -> file name.
|
2006-07-03 |
Richard M. Stallman |
(Narrowing): Minor cleanups.
|
2006-07-03 |
Richard M. Stallman |
Lots of cleanups.
|
2006-07-03 |
Richard M. Stallman |
(Visiting): filename -> file name.
|
2006-07-03 |
Richard M. Stallman |
(Top): Update subnode menus.
|
2006-07-03 |
Richard M. Stallman |
(Coding Systems): Move char translation stuff here.
|
2006-07-03 |
Richard M. Stallman |
(Auto Scrolling): New node, broken out of Scrolling.
|
2006-07-03 |
Richard M. Stallman |
filename -> file name.
|
2006-07-03 |
Richard M. Stallman |
(Safe File Variables): Texinfo usage fix.
|
2006-07-03 |
Richard M. Stallman |
Comment change.
|
2006-07-03 |
Richard M. Stallman |
(Fx_create_frame): Move unwind_create_frame setup down.
|
2006-07-03 |
Richard M. Stallman |
(Fface_attribute_relative_p): Doc fix.
|
2006-07-03 |
Richard M. Stallman |
(Fget_char_property_and_overlay): Doc fix.
|
2006-07-03 |
Richard M. Stallman |
(Fdefvaralias): Doc fix.
|
2006-07-03 |
Kim F. Storm |
(sit_for): Fix preempt condition.
|
2006-07-03 |
Kim F. Storm |
*** empty log message ***
|
2006-07-03 |
Chong Yidong |
Remove finished items.
|
2006-07-03 |
Chong Yidong |
facemenu-unlisted-faces deleted, new variable facemenu-listed-faces
|
2006-07-03 |
Chong Yidong |
* emulation/viper-init.el, calendar/calendar.el:
|
2006-07-03 |
Chong Yidong |
* facemenu.el (facemenu-listed-faces): New var.
|
2006-07-03 |
Carsten Dominik |
(org-set-tags): Keep single space after stars.
|
2006-07-03 |
Carsten Dominik |
*** empty log message ***
|
2006-07-03 |
Carsten Dominik |
(section{Agenda Views}): Document `s' key to save
|
2006-07-03 |
Carsten Dominik |
(Agenda commands): Document `s' key to save all
|
2006-07-03 |
Carsten Dominik |
(org-mode): Removed no invalid settings for calc embedded
|
2006-07-03 |
Carsten Dominik |
*** empty log message ***
|
2006-07-02 |
Michael Albinus |
* net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
|
2006-07-02 |
Daniel Pfeiffer |
*** empty log message ***
|
2006-07-02 |
Daniel Pfeiffer |
(makefile-macroassign-regex): Accept preceding keyword.
|
2006-07-02 |
Stefan Monnier |
(read_filtered_event): Treat select-window just like switch-frame.
|
2006-07-02 |
Stefan Monnier |
(set-window-text-height): Only set window-min-height to
|
2006-07-02 |
Stefan Monnier |
(diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
|
2006-07-02 |
Stefan Monnier |
(find-file-noselect-1): Remove unused var assignment.
|
2006-07-01 |
Kim F. Storm |
(display_tool_bar_line): Skip glyphs which are too big
|
2006-07-01 |
Kim F. Storm |
*** empty log message ***
|
2006-06-30 |
Nick Roberts |
Remove incorrect comment about left/right-fringe-width.
|
2006-06-30 |
Nick Roberts |
*** empty log message ***
|
2006-06-30 |
Francesco Potortì |
*** empty log message ***
|
2006-06-30 |
Francesco Potortì |
-m and -M options do not exist.
|
2006-06-30 |
Eli Zaretskii |
Mention that makeinfo.exe is required for make 'info'.
|
2006-06-30 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-30 |
Eli Zaretskii |
(x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to find
|
2006-06-30 |
Eli Zaretskii |
(w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW
|
2006-06-30 |
Eli Zaretskii |
(ls in Lisp, Windows Keyboard, Windows Mouse)
|
2006-06-30 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-30 |
Eli Zaretskii |
(Customizing Faces): Remove -face suffix from face names.
|
2006-06-30 |
Eli Zaretskii |
Mention etl-unicode fonts in addition to intlfonts.
|
2006-06-30 |
Eli Zaretskii |
etl-unicode fonts are good for display, not only for ps-print.
|
2006-06-30 |
Eli Zaretskii |
(Standard Buffer-Local Variables): Update the list of variables.
|
2006-06-30 |
Juanma Barranquero |
*** empty log message ***
|
2006-06-30 |
Juanma Barranquero |
(ada-which-compiler, ada-mode-menu, ada-compile-mouse-goto-error,
|
2006-06-30 |
Miles Bader |
Add note about "link" button-class to etc/TODO
|
2006-06-30 |
John Paul Wallington |
*** empty log message ***
|
2006-06-30 |
John Paul Wallington |
(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
|
2006-06-30 |
Nick Roberts |
(Info-find-node-2): Search for makeinfo version more carefully.
|
2006-06-30 |
Nick Roberts |
*** empty log message ***
|
2006-06-29 |
Miles Bader |
Merge from gnus--rel--5.10
|
2006-06-29 |
Bill Wohler |
*** empty log message ***
|
2006-06-29 |
Bill Wohler |
(mh-search, mh-index-group-by-folder): Add "the" in loop construct to
|
2006-06-29 |
Bill Wohler |
(mh-mime-save-parts): Add -store option to mhn (closes SF #1513140).
|
2006-06-29 |
Carsten Dominik |
(section{Structure Editing}): Document checkbox
|
2006-06-29 |
Carsten Dominik |
*** empty log message ***
|
2006-06-29 |
Carsten Dominik |
(Checkboxes): New section.
|
2006-06-29 |
Carsten Dominik |
(org-prepare-agenda-buffers): Use `invisible-OK' argument
|
2006-06-29 |
Juanma Barranquero |
*** empty log message ***
|
2006-06-28 |
Nick Roberts |
(help-xref-symbol-regexp): Add property as a keyword for ignoring links.
|
2006-06-28 |
Nick Roberts |
* help-mode.el (help-xref-symbol-regexp): Add property as a keyword
|
2006-06-28 |
Nick Roberts |
*** empty log message ***
|
2006-06-28 |
Nick Roberts |
*** empty log message ***
|
2006-06-28 |
Juri Linkov |
*** empty log message ***
|
2006-06-28 |
Juri Linkov |
(partial-completion-mode): In lambda for
|
2006-06-28 |
Juri Linkov |
(list-buffers-noselect): Compare Info file
|
2006-06-28 |
Juri Linkov |
(Local Variables): Move to end of file.
|
2006-06-28 |
Reiner Steib |
Add rules for refcards.
|
2006-06-28 |
Reiner Steib |
Regenerate.
|
2006-06-28 |
Reiner Steib |
Fix Pavel Janik's name.
|
2006-06-28 |
John Paul Wallington |
*** empty log message ***
|
2006-06-28 |
John Paul Wallington |
(ibuffer-mode): Doc fix.
|
2006-06-28 |
Carsten Dominik |
Version number change only
|
2006-06-28 |
Carsten Dominik |
(Embedded LaTeX): Fix typos and implement small improvements
|
2006-06-28 |
Carsten Dominik |
*** empty log message ***
|
2006-06-28 |
Carsten Dominik |
(org-context): New contexts :item-bullet,
|
2006-06-28 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-06-28 |
YAMAMOTO Mitsuharu |
(Qeql): Add extern.
|
2006-06-28 |
YAMAMOTO Mitsuharu |
(USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
|
2006-06-28 |
YAMAMOTO Mitsuharu |
(Fx_create_frame): Apply 2006-06-24 change for xfns.c.
|
2006-06-28 |
YAMAMOTO Mitsuharu |
[!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
|
2006-06-28 |
YAMAMOTO Mitsuharu |
(mac-handle-font-selection): Change keys of
|
2006-06-28 |
Chong Yidong |
* textprop.c (text_property_stickiness): doc fix.
|
2006-06-28 |
Chong Yidong |
* editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
|
2006-06-27 |
Chong Yidong |
* FOR-RELEASE: Checking of info.texi done.
|
2006-06-27 |
Chong Yidong |
* info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
|
2006-06-27 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-27 |
Richard M. Stallman |
(Minibuffer File): Minor cleanup.
|
2006-06-27 |
Karl Berry |
autoupdate
|
2006-06-27 |
Kim F. Storm |
(handle_composition_prop): Set stop_charpos before push_it.
|
2006-06-27 |
Kim F. Storm |
*** empty log message ***
|
2006-06-26 |
Kim F. Storm |
Add item:
|
2006-06-26 |
Nick Roberts |
(File Name Completion): Point user to the node "Reading File Names".
|
2006-06-26 |
Nick Roberts |
*** empty log message ***
|
2006-06-25 |
Kim F. Storm |
(view-emacs-news): Declare `res' in the right let* form.
|
2006-06-25 |
Kim F. Storm |
*** empty log message ***
|
2006-06-25 |
Michael Albinus |
* net/rcompile.el (remote-compile): Replace ange-ftp based
|
2006-06-25 |
Eli Zaretskii |
Fix whitespace of last change.
|
2006-06-25 |
Nick Roberts |
*** empty log message ***
|
2006-06-25 |
Nick Roberts |
(XTerm Mouse) Rename to...
|
2006-06-25 |
Nick Roberts |
(Top): Replace "XTerm Mouse" with new node name "Text-Only Mouse".
|
2006-06-25 |
Nick Roberts |
*** empty log message ***
|
2006-06-24 |
Kim F. Storm |
*** empty log message ***
|
2006-06-24 |
Kim F. Storm |
Regenerate.
|
2006-06-24 |
Kim F. Storm |
(SIGNALS_VIA_CHARACTERS): Define for Linux kernel
|
2006-06-24 |
Chong Yidong |
* xfns.c (Fx_create_frame): Set font parameter directly instead of
|
2006-06-24 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-24 |
Eli Zaretskii |
(Top): Update the detailed menu according to changes in msdog.texi.
|
2006-06-24 |
Eli Zaretskii |
(Windows Mouse): New section.
|
2006-06-24 |
Eli Zaretskii |
Fix last change.
|
2006-06-24 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-24 |
Eli Zaretskii |
(Windows Keyboard): New section.
|
2006-06-24 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-24 |
Eli Zaretskii |
(ls in Lisp): New section.
|
2006-06-24 |
Eli Zaretskii |
(Dired Enter): Refer to msdog.texi for ls-lisp emulation.
|
2006-06-24 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-24 |
Eli Zaretskii |
(Visiting): Document case-insensitive wildcard matching under
|
2006-06-24 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-24 |
Eli Zaretskii |
(Contents of Directories): Document case-insensitive behavior on respective
|
2006-06-24 |
Eli Zaretskii |
(directory_files_internal) [WINDOWSNT]: Find files case-insensitively.
|
2006-06-24 |
Eli Zaretskii |
Mention www.nongnu.org pages that list free Unicode fonts.
|
2006-06-24 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-24 |
Eli Zaretskii |
(Character Type): Document that Emacs signals an error for unsupported Unicode
|
2006-06-24 |
Eli Zaretskii |
(read_escape): When an unknown Unicode code point is encountered as a string
|
2006-06-24 |
Eli Zaretskii |
(setup-default-fontset): Fix a typo in the "Oriya-Akruti" registry name.
|
2006-06-23 |
Nick Roberts |
Remove duplicate entries.
|
2006-06-23 |
Nick Roberts |
*** empty log message ***
|
2006-06-23 |
Lars Hansen |
*** empty log message ***
|
2006-06-23 |
Lars Hansen |
(desktop-full-file-name): New function.
|
2006-06-23 |
Carsten Dominik |
(section{LaTeX and cdlatex-mode}): New section.
|
2006-06-23 |
Carsten Dominik |
*** empty log message ***
|
2006-06-23 |
Carsten Dominik |
(Embedded LaTeX): New chapter.
|
2006-06-23 |
Carsten Dominik |
(org-cdlatex-mode-map)
|
2006-06-23 |
Eli Zaretskii |
Add reference to description of .gdbinit commands.
|
2006-06-23 |
André Spiegel |
#
|
2006-06-23 |
André Spiegel |
(vc-diff-knows-L): New variable.
|
2006-06-23 |
Kim F. Storm |
Mention `pv variable' to print value of Lisp variables.
|
2006-06-23 |
Kim F. Storm |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
(rcirc-default-user-full-name): Default to `rcirc-default-user-name' instead
|
2006-06-23 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
(rcirc-mode): Fix initialization of coding systems based on
|
2006-06-23 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
(customize-apropos): A better error message.
|
2006-06-23 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
(PC-do-completion): Retain capitalization of user input, when possible, even
|
2006-06-23 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
(bat-generic-mode): Support .cmd files.
|
2006-06-23 |
Kim F. Storm |
(pitx): Dump iterator stack.
|
2006-06-23 |
Kim F. Storm |
*** empty log message ***
|
2006-06-23 |
Kim F. Storm |
(handle_composition_prop): Push iterator on stack.
|
2006-06-23 |
Kim F. Storm |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-23 |
Eli Zaretskii |
(top level): Use find-file-not-found-functions instead of the obsolete
|
2006-06-23 |
Eli Zaretskii |
Fix a comment.
|
2006-06-23 |
Eli Zaretskii |
(Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NT
|
2006-06-22 |
Kim F. Storm |
(Local Variables): Move to end of file.
|
2006-06-22 |
Kim F. Storm |
*** empty log message ***
|
2006-06-22 |
Kim F. Storm |
*** empty log message ***
|
2006-06-22 |
Kim F. Storm |
(grep-mode-font-lock-keywords): Correct regexps
|
2006-06-22 |
Kim F. Storm |
*** empty log message ***
|
2006-06-21 |
Kim F. Storm |
(line-move-1): Check for move-end-of-line instead of
|
2006-06-21 |
Kim F. Storm |
*** empty log message ***
|
2006-06-21 |
Kim F. Storm |
(struct it): Add `position' member to iterator stack.
|
2006-06-21 |
Kim F. Storm |
(handle_stop): Set it->ignore_overlay_strings_at_pos_p
|
2006-06-21 |
Bill Wohler |
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
mh-e-doc-8_0_1
|
2006-06-21 |
Bill Wohler |
Update for MH-E release 8.0.1.
mh-e-8_0_1
|
2006-06-21 |
Bill Wohler |
(Version, mh-version): Update for release 8.0.1.
|
2006-06-21 |
Miles Bader |
lisp/play/cookie1.el (cookie): Work properly when there's only one entry
|
2006-06-21 |
Miles Bader |
Changes from arch/CVS synchronization
|
2006-06-21 |
Miles Bader |
Merge from gnus--rel--5.10
|
2006-06-21 |
Dan Nicolaescu |
(terminal-init-xterm): Bind C-return.
|
2006-06-20 |
Nick Roberts |
(gdb-exited): Ensure overlay arrow gets killed.
|
2006-06-20 |
Nick Roberts |
*** empty log message ***
|
2006-06-20 |
Chong Yidong |
* files.el (hack-local-variables): Run `hack-local-variables-hook'
|
2006-06-20 |
Glenn Morris |
(appt-display-format): Default value must be
|
2006-06-20 |
Glenn Morris |
*** empty log message ***
|
2006-06-20 |
Dan Nicolaescu |
* term/xterm.el (terminal-init-xterm): Update key availability
|
2006-06-20 |
Chong Yidong |
* msb.el (msb): Move `sit-for' hack here to handle both
|
2006-06-20 |
Romain Francoise |
Remove trailing whitespace.
|
2006-06-20 |
Romain Francoise |
Delete extra tab.
|
2006-06-20 |
Kenichi Handa |
*** empty log message ***
|
2006-06-20 |
Kenichi Handa |
(word-combining-categories): Add entries for 2-byte Han characters.
|
2006-06-20 |
Miles Bader |
Merge from gnus--rel--5.10
|
2006-06-19 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-19 |
Richard M. Stallman |
(size_window): New arg FIRST_ONLY. All callers changed.
|
2006-06-19 |
Richard M. Stallman |
(init_syntax_once): Give most control chars' syntax Spunct.
|
2006-06-19 |
Richard M. Stallman |
(Bindat Spec): Clarify previous change.
|
2006-06-19 |
Richard M. Stallman |
(mode-line-format): Save some mode line space.
|
2006-06-19 |
Richard M. Stallman |
(find-file-noselect): Improve the question wording.
|
2006-06-19 |
Richard M. Stallman |
(mouse-drag-vertical-line-rightward-window): New function.
|
2006-06-19 |
Richard M. Stallman |
(customize-option, customize-option-other-window): Error if SYMBOL is nil.
|
2006-06-19 |
Karl Berry |
mention C-q
|
2006-06-19 |
Carsten Dominik |
(section{Clocking Time}): Add new clocking commands.
|
2006-06-19 |
Carsten Dominik |
*** empty log message ***
|
2006-06-19 |
Carsten Dominik |
(Publishing links): Document the
|
2006-06-19 |
Carsten Dominik |
*** empty log message ***
|
2006-06-19 |
Carsten Dominik |
Require noutline, also on XEmacs.
|
2006-06-18 |
Michael Kifer |
2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
|
2006-06-18 |
Michael Kifer |
2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
|
2006-06-18 |
Ramprasad B |
changed my email-id
|
2006-06-18 |
Romain Francoise |
2006-06-18 Ralf Angeli <angeli@caeruleus.net>
|
2006-06-17 |
Miles Bader |
Merge from gnus--rel--5.10
|
2006-06-17 |
Kim F. Storm |
(update_frame): Check for input pending on entry.
|
2006-06-17 |
Kim F. Storm |
*** empty log message ***
|
2006-06-16 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-16 |
Richard M. Stallman |
(Coding Conventions): Better explain conventions for definition constructs.
|
2006-06-16 |
Richard M. Stallman |
(Special Properties): String value of `read-only' serves as the error message.
|
2006-06-16 |
Richard M. Stallman |
(Character Type): Clarify prev. change.
|
2006-06-16 |
Richard M. Stallman |
(Using Interactive): Explain problem of markers, etc., in command-history.
|
2006-06-16 |
Richard M. Stallman |
(list-options): Put "obsolete" msg in buffer.
|
2006-06-16 |
Richard M. Stallman |
(basic-save-buffer-2): For a new precious file,
|
2006-06-16 |
Richard M. Stallman |
(facemenu-color-alist): Doc fix.
|
2006-06-16 |
Richard M. Stallman |
(custom-guess-name-alist): Recognize `-flag'.
|
2006-06-16 |
Jan Djärv |
2006-06-16 Francis Litterio <flitterio@gmail.com>
|
2006-06-16 |
Kim F. Storm |
(next_overlay_string): Fix assert.
|
2006-06-16 |
Kim F. Storm |
(struct it): Add union to iterator stack to save
|
2006-06-16 |
Kim F. Storm |
*** empty log message ***
|
2006-06-16 |
Kim F. Storm |
(pitx): Show composition parameters.
|
2006-06-16 |
Kim F. Storm |
*** empty log message ***
|
2006-06-16 |
YAMAMOTO Mitsuharu |
(Mac Input): Minor update.
|
2006-06-16 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-06-16 |
YAMAMOTO Mitsuharu |
(do_app_resume, do_app_suspend): Remove functions.
|
2006-06-16 |
YAMAMOTO Mitsuharu |
(Fx_display_mm_height, Fx_display_mm_width)
|
2006-06-16 |
YAMAMOTO Mitsuharu |
(Mac Input): Add description of mac-function-modifier.
|
2006-06-16 |
YAMAMOTO Mitsuharu |
(mac-text-encoding-ascii): New constant.
|
2006-06-16 |
YAMAMOTO Mitsuharu |
(all): Add mac-ts-script-language-on-focus.
|
2006-06-16 |
Bill Wohler |
*** empty log message ***
|
2006-06-16 |
Bill Wohler |
(mh-index-new-folder): Use -2 suffix instead of <2> suffix for folder
|
2006-06-16 |
Bill Wohler |
(mh-send-uses-spost): New variable.
|
2006-06-15 |
Dan Nicolaescu |
(term-handle-scroll, term-delete-lines)
|
2006-06-15 |
Michael Albinus |
* net/tramp.el (tramp-touch): Use UTC to express time.
|
2006-06-15 |
Chong Yidong |
* mail/sendmail.el (mail-send): Search explicitly for
|
2006-06-15 |
Nick Roberts |
(gdb-same-frame): New option.
|
2006-06-15 |
Nick Roberts |
*** empty log message ***
|
2006-06-14 |
Stefan Monnier |
(cvs-retrieve-revision): Use decode-coding-inserted-region.
|
2006-06-14 |
Chong Yidong |
* xdisp.c (back_to_previous_visible_line_start): Reset
|
2006-06-14 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-14 |
Thien-Thi Nguyen |
Delete existing data; add a new entry.
|
2006-06-13 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-13 |
Richard M. Stallman |
(Fdefconst): Mark variable as risky.
|
2006-06-13 |
Richard M. Stallman |
(Fcall_process): Doc fix.
|
2006-06-13 |
Richard M. Stallman |
(adjust_window_trailing_edge): Don't break out of the loop
|
2006-06-13 |
Kim F. Storm |
(IT_STACK_SIZE): New macro specifying size of
|
2006-06-13 |
Kim F. Storm |
(init_from_display_pos): Don't set it->method and
|
2006-06-13 |
Kim F. Storm |
*** empty log message ***
|
2006-06-13 |
Kim F. Storm |
(Waiting): Negative arg to sit-for forces
|
2006-06-13 |
Kim F. Storm |
(Forcing Redisplay): Use (sit-for -1) to force a redisplay.
|
2006-06-13 |
Kim F. Storm |
(sit_for): Undo 2006-06-01 change. Instead, a
|
2006-06-13 |
Kim F. Storm |
*** empty log message ***
|
2006-06-13 |
Chong Yidong |
2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
|
2006-06-13 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-13 |
Richard M. Stallman |
(Forcing Redisplay): Clarify previous change.
|
2006-06-13 |
Romain Francoise |
(Forcing Redisplay): Fix typo.
|
2006-06-13 |
Romain Francoise |
Fix typos.
|
2006-06-12 |
Kim F. Storm |
New preemptive redisplay.
|
2006-06-12 |
Kim F. Storm |
(Forcing Redisplay): Add redisplay-preemption-period.
|
2006-06-12 |
Kim F. Storm |
*** empty log message ***
|
2006-06-12 |
Kim F. Storm |
Modify preemptive redisplay to be based on periodic checks for input.
|
2006-06-12 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-12 |
Thien-Thi Nguyen |
(hack-local-variables-confirm):
|
2006-06-11 |
Chong Yidong |
* server.el (server-edit): No-op if no server buffers exist.
|
2006-06-11 |
Robert J. Chassell |
*** empty log message ***
|
2006-06-11 |
Robert J. Chassell |
Including `pages-directory-address-mode' results in the message
|
2006-06-11 |
Thien-Thi Nguyen |
Mention that `enable-local-variables' can have value :all, as well.
|
2006-06-10 |
Kim F. Storm |
*** empty log message ***
|
2006-06-10 |
Luc Teirlinck |
*** empty log message ***
|
2006-06-10 |
Luc Teirlinck |
(Coding Conventions): Add `@end itemize'.
|
2006-06-10 |
Carsten Dominik |
New keys for clocking work, Changed keys for export.
|
2006-06-10 |
Carsten Dominik |
(Progress logging): New section.
|
2006-06-10 |
Carsten Dominik |
*** empty log message ***
|
2006-06-10 |
Carsten Dominik |
(org-agenda-mode-map): Add bindings for clocking
|
2006-06-10 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-10 |
Richard M. Stallman |
(Recognize Coding): Clarify previous change.
|
2006-06-10 |
Richard M. Stallman |
(Coding Conventions): Explain use of coding systems
|
2006-06-10 |
Richard M. Stallman |
(help-for-help-internal): Clean up help text.
|
2006-06-10 |
Andreas Schwab |
.
|
2006-06-10 |
Andreas Schwab |
(cperl-short-docs): Fix quoting
|
2006-06-10 |
Eli Zaretskii |
Document removal of yow.c.
|
2006-06-09 |
Andreas Schwab |
.
|
2006-06-09 |
Andreas Schwab |
(ethio-fidel-to-java-buffer): Fix quoting
|
2006-06-09 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-09 |
Eli Zaretskii |
(read_escape): Provide a Unicode character escape syntax; \u followed by
|
2006-06-09 |
Eli Zaretskii |
(Character Type): Describe the\uABCD and \U00ABCDEF syntax.
|
2006-06-09 |
Eli Zaretskii |
Document new syntax \uXXXX.
|
2006-06-09 |
Eli Zaretskii |
Remove unused file.
|
2006-06-09 |
Eli Zaretskii |
($(BLD)/yow.$(O)): Remove target.
|
2006-06-09 |
Eli Zaretskii |
(UTILITIES): Remove yow${EXEEXT}.
|
2006-06-09 |
Eli Zaretskii |
(makefile-fill-paragraph): Don't remove spaces after the comment start.
|
2006-06-09 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-09 |
Thien-Thi Nguyen |
(pong-init-buffer): Fill buffer with spaces instead of ^A.
|
2006-06-09 |
Reiner Steib |
2006-06-09 W?odek Bzyl <matwb@univ.gda.pl>
|
2006-06-09 |
Kim F. Storm |
(ispell-kill-ispell): If ispell has been
|
2006-06-09 |
Kim F. Storm |
*** empty log message ***
|
2006-06-09 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-09 |
Eli Zaretskii |
(window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-down
|
2006-06-09 |
Kenichi Handa |
(Recognize Coding): Describe the convention of "CODING!"
|
2006-06-08 |
Reiner Steib |
Attribute changes correctly (W?odek Bzyl).
|
2006-06-08 |
Reiner Steib |
Fix previous commit.
|
2006-06-08 |
Reiner Steib |
Update refcard section.
|
2006-06-08 |
Reiner Steib |
Update for Emacs 22.
|
2006-06-08 |
Reiner Steib |
Update refcard section.
|
2006-06-08 |
Reiner Steib |
Fix errors in previous commit.
|
2006-06-08 |
Reiner Steib |
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
|
2006-06-08 |
Nick Roberts |
(gdb-set-gud-minor-mode-existing-buffers-1)
|
2006-06-08 |
Nick Roberts |
*** empty log message ***
|
2006-06-08 |
Kim F. Storm |
(ido-read-internal): Only pop stack elements automatically if they
|
2006-06-08 |
Kim F. Storm |
*** empty log message ***
|
2006-06-07 |
Kim F. Storm |
(ido-file-internal): Pass full file name to write-file.
|
2006-06-07 |
Kim F. Storm |
*** empty log message ***
|
2006-06-07 |
Kim F. Storm |
(ido-copy-current-file-name): Repeating C-w inserts whole file name.
|
2006-06-07 |
Kim F. Storm |
*** empty log message ***
|
2006-06-07 |
Kim F. Storm |
(ido-take-first-match, ido-push-dir-first): New commands.
|
2006-06-07 |
Kim F. Storm |
*** empty log message ***
|
2006-06-07 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-07 |
Eli Zaretskii |
(General Variables): Fix smtpmail xref.
|
2006-06-07 |
Eli Zaretskii |
(Coding Systems): Footnote xref "MS-DOS and MULE" in main manual for @ifnottex,
|
2006-06-07 |
Eli Zaretskii |
(Font Selection): Remove description of clear-face-cache.
|
2006-06-07 |
Eli Zaretskii |
(Eval During Compile): Fix a typo. Add index entries for possible uses of
|
2006-06-07 |
Miles Bader |
Merge from gnus--rel--5.10
|
2006-06-07 |
Reiner Steib |
Update refcard section.
|
2006-06-07 |
Reiner Steib |
Update refcard section.
|
2006-06-07 |
Reiner Steib |
Update refcard section.
|
2006-06-07 |
Kenichi Handa |
Add an example for the previous change.
|
2006-06-07 |
Kenichi Handa |
*** empty log message ***
|
2006-06-07 |
Kenichi Handa |
(hack-local-variables-prop-line)
|
2006-06-07 |
Kenichi Handa |
(find-auto-coding): Don't handle the short name `char-trans'.
|
2006-06-07 |
Kenichi Handa |
Mention how to disable character translation for a file.
|
2006-06-06 |
Nick Roberts |
(Watch Expressions): Move node to end.
|
2006-06-06 |
Nick Roberts |
*** empty log message ***
|
2006-06-06 |
Jesper Harder |
*** empty log message ***
|
2006-06-06 |
Jesper Harder |
(ediff-diff-mandatory-option): Protect against
|
2006-06-06 |
Chong Yidong |
* diff-mode.el (diff-hunk-kill, diff-file-kill, diff-split-hunk)
|
2006-06-06 |
Chong Yidong |
* diff-mode.el (diff-mode): Set buffer-read-only to t when
|
2006-06-06 |
Carsten Dominik |
version number change
|
2006-06-06 |
Carsten Dominik |
(ASCII export): Document indentation adaptation.
|
2006-06-06 |
Carsten Dominik |
*** empty log message ***
|
2006-06-06 |
Carsten Dominik |
(org-archive-subtree): Use end-of-subtree as insertion
|
2006-06-06 |
Kim F. Storm |
Correction for AUTHORS.
|
2006-06-06 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-06-06 |
YAMAMOTO Mitsuharu |
[USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range.
|
2006-06-05 |
Kim F. Storm |
(ido-default-file-method, ido-default-buffer-method):
|
2006-06-05 |
Kim F. Storm |
*** empty log message ***
|
2006-06-05 |
Nick Roberts |
(gud-running): Fix doc string.
|
2006-06-05 |
Nick Roberts |
*** empty log message ***
|
2006-06-05 |
Jason Rumney |
(w32_set_scroll_bar_thumb, x_scroll_bar_create)
|
2006-06-05 |
Jason Rumney |
*** empty log message ***
|
2006-06-05 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-05 |
Eli Zaretskii |
(bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
|
2006-06-05 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-05 |
Richard M. Stallman |
(defined-colors): Doc fix.
|
2006-06-05 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-05 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-05 |
Thien-Thi Nguyen |
(vc-process-filter): Inhibit undo
|
2006-06-05 |
Romain Francoise |
Formatting fixes.
|
2006-06-05 |
Romain Francoise |
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
|
2006-06-05 |
Romain Francoise |
(Question 8.6): Update reference to the Gnus
|
2006-06-05 |
Romain Francoise |
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
|
2006-06-05 |
Nick Roberts |
(GDB Graphical Interface): Update bindings.
|
2006-06-05 |
Nick Roberts |
*** empty log message ***
|
2006-06-05 |
Nick Roberts |
(gud-menu-map): Use a conditional help echo for gud-go.
|
2006-06-05 |
Kenichi Handa |
(find-auto-coding): Handle
|
2006-06-05 |
Kenichi Handa |
*** empty log message ***
|
2006-06-04 |
Kim F. Storm |
*** empty log message ***
|
2006-06-04 |
Kim F. Storm |
*** empty log message ***
|
2006-06-04 |
Kim F. Storm |
Regenerate.
|
2006-06-04 |
Kim F. Storm |
(authors-aliases): Add mode aliases.
|
2006-06-04 |
Kim F. Storm |
Corrections for AUTHORS.
|
2006-06-04 |
Kim F. Storm |
*** empty log message ***
|
2006-06-04 |
David Ponce |
*** empty log message ***
|
2006-06-04 |
David Kastrup |
Mention `redisplay-dont-pause' in doc string of
|
2006-06-04 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-04 |
Thien-Thi Nguyen |
Update for Emacs 22: Use German quotes
|
2006-06-04 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-04 |
Richard M. Stallman |
Lots of cleanups.
|
2006-06-04 |
Kim F. Storm |
(view-emacs-news): Rewrite to support new NEWS,
|
2006-06-04 |
Kim F. Storm |
*** empty log message ***
|
2006-06-04 |
Kim F. Storm |
Reorganize NEWS and ONEWS files into NEWS for current major version
|
2006-06-04 |
Kim F. Storm |
Reorganize NEWS and ONEWS.* files into NEWS for current major version
|
2006-06-03 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-06-03 |
Thien-Thi Nguyen |
(Abstract Display): Fix typo.
|
2006-06-03 |
Thien-Thi Nguyen |
Fix typo.
|
2006-06-03 |
Masatake YAMATO |
(main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall.
|
2006-06-03 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-03 |
Eli Zaretskii |
(ALL): Add sorted-doc and digest-doc.
|
2006-06-03 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-03 |
Eli Zaretskii |
[DOS_NT] <top level>: Include fcntl.h and io.h.
|
2006-06-03 |
Eli Zaretskii |
(main): Initialize bp, to avoid compiler warnings
|
2006-06-03 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-03 |
Eli Zaretskii |
[DOS_NT] <top level>: Include fcntl.h and io.h.
|
2006-06-03 |
Eli Zaretskii |
Remove file.
|
2006-06-03 |
Eli Zaretskii |
Fix last change.
|
2006-06-03 |
Eli Zaretskii |
Add copyright notice and copying permissions.
|
2006-06-03 |
Eli Zaretskii |
Add copyright notice and copying permissions.
|
2006-06-03 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-03 |
Eli Zaretskii |
Delete traces of leditcfns.c.
|
2006-06-03 |
Eli Zaretskii |
Remove the file.
|
2006-06-03 |
Eli Zaretskii |
Fix date of last entry.
|
2006-06-03 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-03 |
Eli Zaretskii |
(sh-quoted-exec): New face for quoted exec constructs like `foo bar`.
|
2006-06-03 |
Eli Zaretskii |
(Minibuffer History) <history-add-new-input>: Reword variable's description.
|
2006-06-03 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-06-03 |
YAMAMOTO Mitsuharu |
(EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
|
2006-06-03 |
YAMAMOTO Mitsuharu |
(tsm_document_id) [USE_MAC_TSM]: New variable.
|
2006-06-03 |
YAMAMOTO Mitsuharu |
(USE_MAC_TSM): Set default to 1 on Mac OS X.
|
2006-06-03 |
YAMAMOTO Mitsuharu |
(x_set_icon_name): Apply 2006-06-02 change for xfns.c.
|
2006-06-03 |
YAMAMOTO Mitsuharu |
(mac-ts-active-input-overlay): Add defvar.
|
2006-06-02 |
John Paul Wallington |
*** empty log message ***
|
2006-06-02 |
John Paul Wallington |
(x_set_name_internal): Set icon to `text', derived from name, when
|
2006-06-02 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-02 |
Eli Zaretskii |
(x_set_icon_name): Don't use arg if it's not a string and not nil.
|
2006-06-02 |
Bill Wohler |
(mh-folder-exists-p): Change test from an empty buffer, to one that
|
2006-06-02 |
Juri Linkov |
*** empty log message ***
|
2006-06-02 |
Juri Linkov |
(sgml-html-meta-auto-coding-function):
|
2006-06-02 |
Romain Francoise |
*** empty log message ***
|
2006-06-02 |
Chong Yidong |
* xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
|
2006-06-02 |
Eli Zaretskii |
*** empty log message ***
|
2006-06-02 |
Eli Zaretskii |
Add Make 3.81 to the list of Make & shell combinations known to work.
|
2006-06-02 |
Eli Zaretskii |
(EMACS): Remove quotes from the Emacs executable file name.
|
2006-06-02 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-06-02 |
YAMAMOTO Mitsuharu |
(next_element_from_composition): Set it->object to
|
2006-06-02 |
Jan Djärv |
* gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
|
2006-06-02 |
Kenichi Handa |
*** empty log message ***
|
2006-06-02 |
Kenichi Handa |
(find-auto-coding): Fix previous change.
|
2006-06-02 |
Kenichi Handa |
(hack-local-variables): Ignore `char-trans' as well as `coding'.
|
2006-06-02 |
Kenichi Handa |
(enable-character-translation): Put
|
2006-06-02 |
Kenichi Handa |
(hack-local-variables-prop-line): Ignore `char-trans'
|
2006-06-02 |
Kenichi Handa |
(sgml-html-meta-auto-coding-function):
|
2006-06-02 |
Kenichi Handa |
*** empty log message ***
|
2006-06-02 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-02 |
Richard M. Stallman |
(with-current-buffer): Doc fix.
|
2006-06-02 |
Masatake YAMATO |
(compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines over all lines of gcov output are too uncomfortable to read.
|
2006-06-02 |
Luc Teirlinck |
(Shell History Copying): Update descriptions of `C-c RET' and Mouse-2.
|
2006-06-02 |
Luc Teirlinck |
*** empty log message ***
|
2006-06-02 |
Richard M. Stallman |
*** empty log message ***
|
2006-06-02 |
Richard M. Stallman |
(Fsplit_window): Doc fix.
|
2006-06-02 |
Richard M. Stallman |
(Splitting Windows): Clarify splitting nonselected window.
|
2006-06-02 |
Luc Teirlinck |
(shell-mode): Use shell-mode-map in docstring.
|
2006-06-02 |
Luc Teirlinck |
(inferior-lisp-mode): Doc fixes.
|
2006-06-02 |
Luc Teirlinck |
(comint-send-input): Do not add help-echo and mouse-face to input if
|
2006-06-01 |
Richard M. Stallman |
Whitespace changes.
|
2006-06-01 |
Kim F. Storm |
2006-06-01 Michaël Cadilhac <michael.cadilhac@lrde.org>
|
2006-06-01 |
Kim F. Storm |
*** empty log message ***
|
2006-06-01 |
Kim F. Storm |
(sit_for): Perform redisplay even if input is pending
|
2006-06-01 |
Kim F. Storm |
*** empty log message ***
|
2006-06-01 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-06-01 |
YAMAMOTO Mitsuharu |
(mac_handle_visibility_change): Set buf.arg to Qnil.
|
2006-06-01 |
Jan Djärv |
* xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
|
2006-06-01 |
Jan Djärv |
* term/x-win.el: Change x-menu-bar-start to menu-bar-open.
|
2006-06-01 |
Jan Djärv |
* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
|
2006-06-01 |
Jan Djärv |
* screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
|
2006-06-01 |
Jan Djärv |
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
|
2006-06-01 |
Jan Djärv |
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
|
2006-06-01 |
Romain Francoise |
*** empty log message ***
|
2006-05-31 |
Juri Linkov |
*** empty log message ***
|
2006-05-31 |
Kim F. Storm |
*** empty log message ***
|
2006-05-31 |
Juri Linkov |
(query-replace-read-from, query-replace-read-to):
|
2006-05-31 |
Kim F. Storm |
*** empty log message ***
|
2006-05-31 |
Juri Linkov |
Add `history-add-new-input'.
|
2006-05-31 |
Juri Linkov |
*** empty log message ***
|
2006-05-31 |
Juri Linkov |
(Minibuffer History): Add history-add-new-input.
|
2006-05-31 |
Juri Linkov |
(Vhistory_add_new_input): New variable.
|
2006-05-31 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-31 |
Eli Zaretskii |
Fix typos.
|
2006-05-31 |
Eli Zaretskii |
(Special Properties): Add an xref to "Color Names".
|
2006-05-31 |
Sam Steingold |
(ediff-diff-options): fixed the doc string
|
2006-05-31 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-31 |
Richard M. Stallman |
(Moving Point): Fix previous change.
|
2006-05-31 |
Nick Roberts |
(gdb-look-up-stack): New variable.
|
2006-05-31 |
Nick Roberts |
*** empty log message ***
|
2006-05-31 |
David Ponce |
*** empty log message ***
|
2006-05-31 |
David Ponce |
Reduce the size of images.
|
2006-05-31 |
Kim F. Storm |
(select_wrapper): Add wrapper around select to work around
|
2006-05-31 |
Kim F. Storm |
*** empty log message ***
|
2006-05-31 |
Kim F. Storm |
2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
|
2006-05-31 |
Masatake YAMATO |
(compilation-error-regexp-alist-alist::gcov-called-line):
|
2006-05-31 |
Sam Steingold |
typo
|
2006-05-31 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-31 |
Richard M. Stallman |
(Line Height): Fix errors in description of
|
2006-05-30 |
Nick Roberts |
(gud-query-cmdline, gud-common-init): Revert
|
2006-05-30 |
Nick Roberts |
*** empty log message ***
|
2006-05-30 |
Reiner Steib |
* textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New
|
2006-05-30 |
Carsten Dominik |
Version number change only
|
2006-05-30 |
Carsten Dominik |
Small typo fixes.
|
2006-05-30 |
Carsten Dominik |
*** empty log message ***
|
2006-05-30 |
Carsten Dominik |
(org-agenda-highlight-todo): Make sure regexp
|
2006-05-30 |
Andreas Schwab |
.
|
2006-05-30 |
Andreas Schwab |
(Fmenu_bar_start): Return a value.
|
2006-05-30 |
Karl Berry |
autoupdate
|
2006-05-30 |
Nick Roberts |
(gud-stop-subjob): Make it work in all buffers.
|
2006-05-30 |
Nick Roberts |
*** empty log message ***
|
2006-05-30 |
Nick Roberts |
Move gdb-mouse-toggle-breakpoint-* to
|
2006-05-30 |
Nick Roberts |
*** empty log message ***
|
2006-05-30 |
Daniel Pfeiffer |
*** empty log message ***
|
2006-05-30 |
Daniel Pfeiffer |
(compilation-error-regexp-alist-alist): Add makepp diagnostic.
|
2006-05-30 |
Daniel Pfeiffer |
(auto-mode-alist): Add makepp suffix and optional mk on Makeppfile.
|
2006-05-30 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-30 |
Richard M. Stallman |
(Ffind_operation_coding_system): Doc fix.
|
2006-05-30 |
Richard M. Stallman |
(fit-window-to-buffer): Doc fix.
|
2006-05-30 |
Richard M. Stallman |
(Default Coding Systems): Further clarification.
|
2006-05-30 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-30 |
Richard M. Stallman |
(temp-buffer-max-height): Doc fix.
|
2006-05-30 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-30 |
Richard M. Stallman |
(with-current-buffer): Doc fix.
|
2006-05-29 |
Luc Teirlinck |
(Pure Storage): Mention that an overflow in pure
|
2006-05-29 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-29 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-29 |
Eli Zaretskii |
(x_draw_hollow_cursor): Fix last change.
|
2006-05-29 |
Kim F. Storm |
(x_draw_stretch_glyph_string): Fix last change.
|
2006-05-29 |
Kim F. Storm |
*** empty log message ***
|
2006-05-29 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-29 |
Eli Zaretskii |
(Ffind_operation_coding_system): Doc fix.
|
2006-05-29 |
Eli Zaretskii |
(Default Coding Systems): Fix it some more.
|
2006-05-29 |
Michael Albinus |
* tramp.texi (Frequently Asked Questions): Disable zsh zle.
|
2006-05-29 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-29 |
YAMAMOTO Mitsuharu |
(mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs.
|
2006-05-29 |
YAMAMOTO Mitsuharu |
(font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
|
2006-05-29 |
YAMAMOTO Mitsuharu |
[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
|
2006-05-29 |
Dan Nicolaescu |
* search.c (matcher_overflow): Mark as NO_RETURN.
|
2006-05-29 |
Jan Djärv |
* sound.c (alsa_open, alsa_configure, alsa_write): Move
|
2006-05-29 |
Jan Djärv |
* term/x-win.el: bind F10 to menu-bar-start if available.
|
2006-05-29 |
Jan Djärv |
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
|
2006-05-29 |
Jan Djärv |
* NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus.
|
2006-05-29 |
Jan Djärv |
* gtkutil.c (menu_nav_ended): New function.
|
2006-05-29 |
Jan Djärv |
(Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
|
2006-05-29 |
Jan Djärv |
Connect menu_nav_ended to "selection-done" to fix grabs
|
2006-05-29 |
Dan Nicolaescu |
(invalid_character): Mark as NO_RETURN.
|
2006-05-29 |
Dan Nicolaescu |
(term-if-xemacs, term-ifnot-xemacs): Delete, replace
|
2006-05-29 |
Stefan Monnier |
(hack-one-local-variable-eval-safep): Don't burp if used
|
2006-05-29 |
Stefan Monnier |
(ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:
|
2006-05-29 |
Stefan Monnier |
(ewoc--insert-new-node): Use ewoc--refresh-node.
|
2006-05-29 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-29 |
Eli Zaretskii |
(Default Coding Systems): Fix last change.
|
2006-05-29 |
Stefan Monnier |
(no-update-autoloads): Declare.
|
2006-05-29 |
Stefan Monnier |
(autoload-find-file): New fun. This one calls hack-local-variables.
|
2006-05-29 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-29 |
Richard M. Stallman |
Many simplifications and improvements in wording.
|
2006-05-29 |
Stefan Monnier |
(bibtex-autokey-name-case-convert-function)
|
2006-05-29 |
Kenichi Handa |
*** empty log message ***
|
2006-05-29 |
Kenichi Handa |
(find-operation-coding-system): Describe the new
|
2006-05-29 |
Stefan Monnier |
(struct saved_window): Add `dedicated'.
|
2006-05-29 |
Kenichi Handa |
*** empty log message ***
|
2006-05-29 |
Kenichi Handa |
(Ffind_operation_coding_system): Call a function by
|
2006-05-29 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-29 |
Richard M. Stallman |
(load-history-regexp): If FILE is relative, insist
|
2006-05-29 |
Richard M. Stallman |
(Coding Conventions): Better explain reasons not to
|
2006-05-28 |
Kim F. Storm |
(Bindat Functions): Rename `pos' and `raw-data' to
|
2006-05-28 |
Kim F. Storm |
*** empty log message ***
|
2006-05-28 |
Kim F. Storm |
(bindat-idx, bindat-raw): Rename dynamic variables
|
2006-05-28 |
Kim F. Storm |
(bindat--unpack-u8): Use aref also for strings.
|
2006-05-28 |
Kim F. Storm |
*** empty log message ***
|
2006-05-28 |
Stefan Monnier |
(makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
|
2006-05-28 |
Kim F. Storm |
(set_cursor_from_row): Update prototype.
|
2006-05-28 |
Kim F. Storm |
(set_cursor_from_row): If cursor cannot be set in row,
|
2006-05-28 |
Kim F. Storm |
*** empty log message ***
|
2006-05-28 |
Chong Yidong |
Fix last change.
|
2006-05-28 |
Chong Yidong |
* replace.el (query-replace-defaults): New variable.
|
2006-05-28 |
Chong Yidong |
* msb.el (mouse-select-buffer): Minor fix to make popup menu work
|
2006-05-27 |
Nick Roberts |
(tumme-show-all-from-dir-max-files): Fix typo.
|
2006-05-27 |
Nick Roberts |
*** empty log message ***
|
2006-05-27 |
Kim F. Storm |
(x_draw_stretch_glyph_string): Fix problems with invisible
|
2006-05-27 |
Kim F. Storm |
(get_phys_cursor_geometry): Update prototype.
|
2006-05-27 |
Kim F. Storm |
(get_phys_cursor_geometry): Return computed x and y through
|
2006-05-27 |
Kim F. Storm |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
Fix typos.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
Fix typos.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(Bindat Spec): Expand on `repeat' handler.
|
2006-05-27 |
Thien-Thi Nguyen |
Commentary and whitespace munging; nfc.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(Top): Add "Abstract Display" to menu.
|
2006-05-27 |
Thien-Thi Nguyen |
(Display): Add "Abstract Display" to menu.
|
2006-05-27 |
Thien-Thi Nguyen |
Rewrite Ewoc entry and move
|
2006-05-27 |
Thien-Thi Nguyen |
(cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
|
2006-05-27 |
Thien-Thi Nguyen |
(ewoc): Add member `hf-pp' to this structure.
|
2006-05-27 |
Chong Yidong |
* keymaps.texi (Key Sequences): Link to input events definition.
|
2006-05-27 |
Chong Yidong |
MUSTBENEW argument deleted from copy-file.
|
2006-05-27 |
Chong Yidong |
* files.texi (Changing Files): Document updated argument list for
|
2006-05-27 |
Mathias Dahl |
*** empty log message ***
|
2006-05-27 |
Mathias Dahl |
Change a lot of `(if .. (progn ..)' to `(when ..)'.
|
2006-05-27 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-27 |
Mathias Dahl |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(ewoc--node): Don't define constructor
|
2006-05-27 |
Mathias Dahl |
* tumme.el: Replace a lot of `if ... progn' with `when'.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(ewoc--node-branch): Merge into unique caller.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(ewoc-delete): Compute last node once before looping.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(ewoc--create): No longer take
|
2006-05-27 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-27 |
YAMAMOTO Mitsuharu |
(mac_handle_apple_event): Return
|
2006-05-27 |
YAMAMOTO Mitsuharu |
Tiny layout change.
|
2006-05-27 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-27 |
Thien-Thi Nguyen |
(Bindat Functions): Explain term "total length".
|
2006-05-26 |
Mathias Dahl |
* dired.el (dired-mode-map): Change `tumme-tag-remove' to
|
2006-05-26 |
Mathias Dahl |
*** empty log message ***
|
2006-05-26 |
Mathias Dahl |
(tumme-delete-tag): Rename from `tumme-tag-remove'.
|
2006-05-26 |
Mathias Dahl |
* dired.el (dired-mode-map): Change `tumme-tag-remove' to
|
2006-05-26 |
Mathias Dahl |
*** empty log message ***
|
2006-05-26 |
Mathias Dahl |
*** empty log message ***
|
2006-05-26 |
Luc Teirlinck |
(shell-mode): Call shell-dirtrack-mode after list-buffers-directory is
|
2006-05-26 |
Mathias Dahl |
(dired-mode-map): Move tumme commands to Operate,
|
2006-05-26 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-26 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-26 |
Eli Zaretskii |
Remove bogus @setfilename.
|
2006-05-26 |
Eli Zaretskii |
(Info-index-next): Use where-is-internal to report actual binding of
|
2006-05-26 |
Eli Zaretskii |
(menu-bar-apropos-menu): Move "Find Key in Manual" and "Find Command in Manual"
|
2006-05-26 |
Eli Zaretskii |
Remove file.
|
2006-05-26 |
Eli Zaretskii |
Remove 'tiny change' labels from Michael Cadilhac's changes.
|
2006-05-26 |
Eli Zaretskii |
(Coding Conventions): Advise against using eval-after-load in packages.
|
2006-05-26 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-26 |
Eli Zaretskii |
(list-buffers-noselect): For Info buffers, use Info-current-file as the
|
2006-05-26 |
Eli Zaretskii |
(etext, edata): Remove unused definitions.
|
2006-05-26 |
Eli Zaretskii |
(main) [PROFILING]: Enable also for __MINGW32__.
|
2006-05-26 |
Jonathan Yavner |
* ses.el (defadvice undo-more): Delete this defadvice. The undo
|
2006-05-26 |
Reiner Steib |
(comint-kill-whole-line): Rename arg to count. Fix
|
2006-05-26 |
Chong Yidong |
MUSTBENEW cleanup done.
|
2006-05-26 |
Chong Yidong |
* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
|
2006-05-26 |
Chong Yidong |
* fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
|
2006-05-26 |
Reiner Steib |
(toggle-truncate-lines): Make arg optional for
|
2006-05-26 |
Nick Roberts |
*** empty log message ***
|
2006-05-26 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-26 |
Thien-Thi Nguyen |
(ewoc--current-dll): New var.
|
2006-05-26 |
Jan Djärv |
* sound.c (alsa_configure): Move get period/buffer_size after
|
2006-05-26 |
Carsten Dominik |
Version number update
|
2006-05-26 |
Carsten Dominik |
(org-next-item, org-previous-item): Emit more compact
|
2006-05-26 |
Carsten Dominik |
*** empty log message ***
|
2006-05-26 |
Carsten Dominik |
(ASCII export): Omit command name.
|
2006-05-26 |
Kenichi Handa |
*** empty log message ***
|
2006-05-26 |
Kenichi Handa |
(find-operation-coding-system): Mention the new argument
|
2006-05-26 |
Kenichi Handa |
(Ffind_operation_coding_system): Allow (FILENAME . BUFFER) in TARGET.
|
2006-05-26 |
Kenichi Handa |
(decode-coding-inserted-region): Call
|
2006-05-26 |
Kenichi Handa |
(archive-set-buffer-as-visiting-file): Call
|
2006-05-26 |
Kenichi Handa |
(tar-extract): Call find-operation-coding-system
|
2006-05-26 |
Kenichi Handa |
(po-find-charset): Pay attention to the case
|
2006-05-26 |
Chong Yidong |
* image-mode.el (image-toggle-display): Use buffer contents to
|
2006-05-26 |
Chong Yidong |
* image.c (png_load): Don't call fclose on NULL.
|
2006-05-25 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-25 |
Luc Teirlinck |
(Fcall_interactively): Fread_from_minibuffer now takes only seven args.
|
2006-05-25 |
Luc Teirlinck |
(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.
|
2006-05-25 |
Juri Linkov |
*** empty log message ***
|
2006-05-25 |
Juri Linkov |
(Text from Minibuffer): Undocument keep-all.
|
2006-05-25 |
Juri Linkov |
(query-replace-read-from, query-replace-read-to):
|
2006-05-25 |
Juri Linkov |
Remove KEEP-ALL argument of `read-from-minibuffer'.
|
2006-05-25 |
Nick Roberts |
(Antinews): Create a node for gdb-ui.
|
2006-05-25 |
Nick Roberts |
*** empty log message ***
|
2006-05-25 |
Juri Linkov |
*** empty log message ***
|
2006-05-25 |
Juri Linkov |
(mode-line-format): Fix docstring.
|
2006-05-25 |
Juri Linkov |
(read_minibuf): Remove arg KEEP_ALL. Callers changed.
|
2006-05-25 |
Juri Linkov |
(Fread_from_minibuffer): Decrement number of args.
|
2006-05-25 |
Juri Linkov |
(%-Constructs): Add %e, %z, %Z.
|
2006-05-25 |
Rajesh Vaidheeswarran |
whitespace.el - make whitesspace-cleanup use the current active regoin, if there is one.
|
2006-05-25 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-25 |
Richard M. Stallman |
(Top): Update subnode menu.
|
2006-05-25 |
Richard M. Stallman |
(Keymap Basics): New node, split out of Key Sequences.
|
2006-05-25 |
Chong Yidong |
* FOR-RELEASE: Key sequence elisp node done.
|
2006-05-25 |
Chong Yidong |
* keymaps.texi (Key Sequences): Some clarifications.
|
2006-05-25 |
Richard M. Stallman |
(main, Fdump_emacs): Don't test __linux or __linux__.
|
2006-05-25 |
Mathias Dahl |
* dired.el (dired-mode-map): Add help-echo strings to tumme
|
2006-05-25 |
Mathias Dahl |
*** empty log message ***
|
2006-05-25 |
Nick Roberts |
*** empty log message ***
|
2006-05-25 |
Nick Roberts |
*** empty log message ***
|
2006-05-25 |
Mathias Dahl |
* tumme.el (tumme-display-image): Changed documentation string
|
2006-05-25 |
Mathias Dahl |
*** empty log message ***
|
2006-05-25 |
Mathias Dahl |
*** empty log message ***
|
2006-05-25 |
Mathias Dahl |
(dired-mode-map): `tumme-display-dired-image' was
|
2006-05-25 |
Mathias Dahl |
*** empty log message ***
|
2006-05-25 |
Mathias Dahl |
(dired-mode-map): Changed menu items for tumme as per
|
2006-05-25 |
Mathias Dahl |
(dired-mode-map): Changed menu items for tumme as per
|
2006-05-25 |
David Kastrup |
(setcar): replace an antelope rather than
|
2006-05-25 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-25 |
Thien-Thi Nguyen |
(Bindat Functions): Say "unibyte string"
|
2006-05-25 |
Thien-Thi Nguyen |
(bindat-unpack, bindat-pack):
|
2006-05-25 |
Chong Yidong |
* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
|
2006-05-25 |
Chong Yidong |
* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
|
2006-05-25 |
Richard M. Stallman |
(with-local-quit): Doc fix.
|
2006-05-25 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-25 |
Richard M. Stallman |
(with-local-quit): When handling `quit' signal,
|
2006-05-25 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-25 |
Richard M. Stallman |
(ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads.
|
2006-05-24 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-24 |
Richard M. Stallman |
(read-passwd): Copy PROMPT before changing its properties.
|
2006-05-24 |
Mathias Dahl |
*** empty log message ***
|
2006-05-24 |
Nick Roberts |
(dired-mode-map): Fix breakage.
|
2006-05-24 |
Nick Roberts |
*** empty log message ***
|
2006-05-24 |
Mathias Dahl |
Movement tracking on by default. I have tested this for over a year now and it seems to be stable and fast enough for everyday use.
|
2006-05-24 |
Mathias Dahl |
Added Thumbnails sub menu under Immediate and started to place `tumme' commands there. I could use some feedback on this change.
|
2006-05-24 |
Mathias Dahl |
Renamed `tumme-display-dired-image' to `tumme-dired-display-image'.
|
2006-05-24 |
Mathias Dahl |
Removed most of the information in the USAGE section. The manual does a better job.
|
2006-05-24 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-24 |
Mathias Dahl |
Added new parameter to `tumme-display-thumbs' to be used from `tumme-next-line-and-display' and similar commands.
|
2006-05-24 |
Luc Teirlinck |
(BASE_PURESIZE): Increase to 1210000.
|
2006-05-24 |
Luc Teirlinck |
("jka-cmpr-hook"): Load it before it is needed.
|
2006-05-24 |
Reiner Steib |
Update refcard translations. Add coding cookie.
|
2006-05-24 |
Kim F. Storm |
Restore contents after major mess-up in revision 1.9590.
|
2006-05-24 |
Chong Yidong |
Remove conflict indicators.
|
2006-05-24 |
Chong Yidong |
* menu-bar.el, international/mule-cmds.el: Remove tooltips for
|
2006-05-24 |
Alan Mackenzie |
*** empty log message ***
|
2006-05-24 |
Alan Mackenzie |
lread.c (Vload_history): Enhance doc-string to say that the file is the
|
2006-05-24 |
Alan Mackenzie |
startup.el (command-line): For names of preloaded files, don't append
|
2006-05-24 |
Nick Roberts |
(gud-sentinel): Condition on GUD buffer if it has not been killed.
|
2006-05-24 |
Nick Roberts |
*** empty log message ***
|
2006-05-24 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-24 |
YAMAMOTO Mitsuharu |
(TYPE_FILE_NAME): Change from macro to enumerator.
|
2006-05-24 |
YAMAMOTO Mitsuharu |
(fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
|
2006-05-24 |
YAMAMOTO Mitsuharu |
(Qemacs_suspension_id): New variable.
|
2006-05-24 |
YAMAMOTO Mitsuharu |
(Fx_server_version): Use gestaltSystemVersionMajor etc.
|
2006-05-24 |
YAMAMOTO Mitsuharu |
(ae_attr_table): New variable.
|
2006-05-24 |
YAMAMOTO Mitsuharu |
Set idle timer to clean up expired Apple events.
|
2006-05-24 |
Carsten Dominik |
(section{Motion}): Added the item navigation
|
2006-05-24 |
Carsten Dominik |
*** empty log message ***
|
2006-05-24 |
Carsten Dominik |
(Plain lists): Added new item navigation commands.
|
2006-05-24 |
Carsten Dominik |
(org-open-at-point): Use renamed variable
|
2006-05-24 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-23 |
Reiner Steib |
2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
|
2006-05-23 |
Luc Teirlinck |
(Pointer Shape): @end table -> @end defvar.
|
2006-05-23 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-23 |
Reiner Steib |
* pl-refcard.tex (Local variables): Add compile-command.
|
2006-05-23 |
Reiner Steib |
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
|
2006-05-23 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-23 |
Thien-Thi Nguyen |
(bindat-pack): Doc fix.
|
2006-05-23 |
Francesco Potortì |
(pop_open, socket_connection, KPOP_SERVICE): Added
|
2006-05-23 |
Francesco Potortì |
*** empty log message ***
|
2006-05-23 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-23 |
YAMAMOTO Mitsuharu |
(fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
|
2006-05-23 |
Thien-Thi Nguyen |
Refill; nfc.
|
2006-05-23 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-23 |
Thien-Thi Nguyen |
(ewoc-delete): New function.
|
2006-05-23 |
Jan Djärv |
* xlwmenu.c: Include xterm.h if emacs instead of declaring functions
|
2006-05-23 |
Jan Djärv |
* xterm.c: Remove declarations already in xterm.h
|
2006-05-23 |
Jan Djärv |
* xterm.c: Remove declarations already in xterm.h
|
2006-05-23 |
Jan Djärv |
* xterm.h: Add extern declarations for x_clear_errors,
|
2006-05-23 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-23 |
Richard M. Stallman |
(Top): Update subnode menus.
|
2006-05-23 |
Richard M. Stallman |
(Pointer Shape): Node renamed from Pointer Shapes.
|
2006-05-23 |
Richard M. Stallman |
(Pointer Shape): Node deleted.
|
2006-05-23 |
Chong Yidong |
Update comments.
|
2006-05-22 |
Stefan Monnier |
(bibtex-format-entry, bibtex-clean-entry):
|
2006-05-22 |
Stefan Monnier |
(PC-do-completion): Undo the addition of implicit
|
2006-05-22 |
Reiner Steib |
Update AUCTeX entry.
|
2006-05-22 |
Reiner Steib |
(Menu Bars, Tool Bars): Add index entries.
|
2006-05-22 |
Reiner Steib |
(bibtex-maintain-sorted-entries): Quote safe-local-variable predicate.
|
2006-05-22 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-22 |
Thien-Thi Nguyen |
(ewoc-set-data): New func.
|
2006-05-22 |
Richard M. Stallman |
(best_matching_font): Abort for best == NULL before we start to use it.
|
2006-05-21 |
Roland Winkler |
*** The variable `makefile-query-one-target-method' has been
|
2006-05-21 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-21 |
Richard M. Stallman |
(Parsing Expressions): Update info on which STATE elements are ignored.
|
2006-05-21 |
Roland Winkler |
*** empty log message ***
|
2006-05-21 |
Roland Winkler |
(sh-mode): Use skeleton-pair-filter-function.
|
2006-05-21 |
Roland Winkler |
(sh-mode): Use skeleton-filter-function.
|
2006-05-21 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-21 |
Richard M. Stallman |
(kill-region): Interactively, pass point, then mark.
|
2006-05-21 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-21 |
Thien-Thi Nguyen |
(ewoc-create): Add autoload cookie.
|
2006-05-21 |
Roland Winkler |
(sgml-transformation): Make this the alias for the following variable.
|
2006-05-21 |
Thien-Thi Nguyen |
Update.
|
2006-05-21 |
Roland Winkler |
(skeleton-transformation, skeleton-filter, skeleton-pair-filter):
|
2006-05-21 |
Thien-Thi Nguyen |
Add entry for ewoc change.
|
2006-05-21 |
Miles Bader |
Add arch tagline
|
2006-05-21 |
Miles Bader |
Changes from arch/CVS synchronization
|
2006-05-21 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-21 |
Richard M. Stallman |
(syms_of_buffer, Fmake_overlay): Doc fixes.
|
2006-05-21 |
Roland Winkler |
(flyspell-generic-check-word-p): Make this the alias for the
|
2006-05-21 |
Roland Winkler |
(ispell-format-word): Make this the alias for the following variable.
|
2006-05-21 |
Chong Yidong |
point-entered /point-left bug fixed.
|
2006-05-21 |
Roland Winkler |
(makefile-query-one-target-method): Make this the alias for the
|
2006-05-21 |
Roland Winkler |
(artist-text-renderer): Make this the alias for the following variable.
|
2006-05-21 |
Roland Winkler |
(makefile-special-targets-list)
|
2006-05-21 |
Kim F. Storm |
Update.
|
2006-05-21 |
Roland Winkler |
(bibtex-maintain-sorted-entries): Mark as safe.
|
2006-05-21 |
Mathias Dahl |
Added information to the add-tags prompt.
|
2006-05-21 |
Romain Francoise |
(dired-mode-map): Don't bind M-g.
|
2006-05-21 |
Richard M. Stallman |
Update date.
|
2006-05-21 |
Richard M. Stallman |
*** empty log message ***
|
2006-05-21 |
Richard M. Stallman |
(Dired Navigation): dired-goto-file is now j.
|
2006-05-21 |
Richard M. Stallman |
(dired-mode-map): Put dired-goto-file on j, not M-g.
|
2006-05-20 |
Luc Teirlinck |
ifinfo -> ifnottex.
|
2006-05-20 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-20 |
Kim F. Storm |
Mention customizing cua-mode as alternative
|
2006-05-20 |
Kim F. Storm |
*** empty log message ***
|
2006-05-20 |
Kim F. Storm |
(ido-read-file-name): Bind ido-show-dot-for-dired to nil
|
2006-05-20 |
Kim F. Storm |
*** empty log message ***
|
2006-05-20 |
Kim F. Storm |
(best_matching_font): Fix crash in 2006-05-17 change.
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(menu-bar-manuals-menu) <info-apropos>: New menu item.
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(info-apropos): Speed up by using add-to-list instead of manual consing.
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(info-apropos): Make sure current-file and current-node have non-nil values.
|
2006-05-20 |
Eli Zaretskii |
Fix last change.
|
2006-05-20 |
Eli Zaretskii |
Mention added Portugese refcard.
|
2006-05-20 |
Eli Zaretskii |
New file.
|
2006-05-20 |
Eli Zaretskii |
(Coding Systems): Mention the undecided-* coding systems and their aliases.
|
2006-05-20 |
Eli Zaretskii |
(Visiting): Mention `end-of-line' explicitly.
|
2006-05-20 |
Eli Zaretskii |
(CODING_REQUIRE_ENCODING): Elaborate the comment.
|
2006-05-20 |
Eli Zaretskii |
(Windows Printing): Mention non-support of plain text printing with some
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(makefile-mode): Doc fix.
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(dired-do-shell-command): Doc fix.
|
2006-05-20 |
Eli Zaretskii |
(TeX Print): tex-dvi-view-command has a default value, remove the bit saying
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(info-xref-check-all-custom): Skip :tag part of
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(c-backslash-column): Mark as safe if its value is an integer.
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(rmail-mime-charset-pattern): Add "?:" before "format".
|
2006-05-20 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-20 |
Eli Zaretskii |
(show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
|
2006-05-20 |
Stefan Monnier |
(gdb-script-font-lock-keywords): Use a stricter regexp for keywords.
|
2006-05-20 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-20 |
YAMAMOTO Mitsuharu |
(convert_fn_keycode): Fix last change.
|
2006-05-20 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-20 |
YAMAMOTO Mitsuharu |
(w32-drag-n-drop): Substitute '/' for '\',
|
2006-05-20 |
YAMAMOTO Mitsuharu |
(mac-ae-open-documents): Escape file name on conversion to URL.
|
2006-05-20 |
YAMAMOTO Mitsuharu |
(browse-url-file-url): Encode file name on conversion to URL.
|
2006-05-20 |
YAMAMOTO Mitsuharu |
(x-dnd-handle-file-name): Encode and escape file names
|
2006-05-20 |
YAMAMOTO Mitsuharu |
(dnd-handle-one-url): Change 3rd arg ARG to URL. Don't unescape URL.
|
2006-05-20 |
Luc Teirlinck |
(Standard Hooks): Correct typo.
|
2006-05-20 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-19 |
Luc Teirlinck |
(Checklist): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Text, Auto Fill, Text Mode): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Nonincremental Search): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Rmail Labels): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Input Methods, Multibyte Conversion): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Gnus, Where to Look, PostScript): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Create Tags Table): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Indentation Commands): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Spelling): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Copying): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
(Init File): ifinfo -> ifnottex.
|
2006-05-19 |
Luc Teirlinck |
Whitespace change.
|
2006-05-19 |
Luc Teirlinck |
*** empty log message ***
|
2006-05-19 |
Luc Teirlinck |
(GPL): ifinfo -> ifnottex.
|
2006-05-19 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-19 |
Eli Zaretskii |
(c-style-alist): Doc fix.
|
2006-05-19 |
Eli Zaretskii |
(Simple Match Data): Warn about match data being set anew by every search.
|
2006-05-19 |
Eli Zaretskii |
(init_environment): Simplify code that calls ExpandEnvironmentStrings and make
|
2006-05-19 |
Eli Zaretskii |
*** empty log message ***
|
2006-05-19 |
Eli Zaretskii |
(init_environment): Perform the processing of environment variables on a copy
|
2006-05-19 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(gif_load): Allocate Lisp string first.
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(x_set_border_width): Remove #ifndef MAC_OS.
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(SOME_MACHINE_LISP): Add fringe.elc.
|
2006-05-19 |
YAMAMOTO Mitsuharu |
(mac-bytes-to-digits): Remove function.
|
2006-05-19 |
Glenn Morris |
(add-to-diary-list): Fix typo in previous doc fix.
|
2006-05-19 |
Glenn Morris |
(diary-bahai-date)
|
2006-05-19 |
Glenn Morris |
*** empty log message ***
|
2006-05-19 |
Thien-Thi Nguyen |
*** empty log message ***
|
2006-05-19 |
Thien-Thi Nguyen |
(Digression concerning error): Fix typo.
|
2006-05-19 |
Kenichi Handa |
*** empty log message ***
|
2006-05-19 |
Kenichi Handa |
(mik): Table corrected.
|
2006-05-19 |
Stefan Monnier |
*** empty log message ***
|
2006-05-18 |
Miles Bader |
Merge from gnus--rel--5.10
|
2006-05-18 |
Reiner Steib |
(wid-edit): Require.
|
2006-05-18 |
Jan Djärv |
* config.in: Regenerated (HAVE_ALSA).
|
2006-05-18 |
Jan Djärv |
* sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
|
2006-05-18 |
Jan Djärv |
* Makefile.in (CFLAGS_SOUND): New flags for ALSA
|
2006-05-18 |
Jan Djärv |
* config.in: Regenerated (HAVE_ALSA).
|
2006-05-18 |
Jan Djärv |
* configure.in: Add check for ALSA.
|
2006-05-18 |
Jan Djärv |
* configure: Regenerate.
|