summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reword the section on image support. Add reference to GnuWin32. MentionJuanma Barranquero2004-06-041-17/+30
| | | | problems when mixing binaries from different compilers.
* (woman-mapcan): More concise code.David Kastrup2004-06-031-51/+53
| | | | | | | (woman-topic-all-completions, woman-topic-all-completions-1) (woman-topic-all-completions-merge): Replace by a simpler and much faster implementation based on O(n log n) sort/merge instead of the old O(n^2) behavior.
* *** empty log message ***David Kastrup2004-06-031-0/+8
|
* *** empty log message ***Juanma Barranquero2004-06-021-0/+8
|
* (Fx_display_grayscale_p, Fw32_send_sys_command, Vw32_color_map):Juanma Barranquero2004-06-021-56/+57
| | | | | | | Fix typo in docstring. (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip) (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key): Make argument names match their use in docstring.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363Miles Bader2004-06-022-3/+7
| | | | | | | | (read-number): Use canonical format for default in prompt. 2004-06-03 Miles Bader <miles@gnu.org> * lisp/subr.el (read-number): Use canonical format for default in prompt.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362Miles Bader2004-06-022-3/+8
| | | | | | | | | Support " [...]" style defaults in minibuffer-electric-default-mode 2004-06-03 Miles Bader <miles@gnu.org> * lisp/minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add regexp for " [...]" style defaults.
* *** empty log message ***John Paul Wallington2004-06-021-0/+10
|
* 2004-06-02 Romain Francoise <romain@orebokech.com>John Paul Wallington2004-06-022-14/+64
| | | | | | | | | | * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter groups: if the user asks for a hidden buffer, open the corresponding filter group to expose it. * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to `ibuffer-jump-to-buffer'. (ibuffer-jump-offer-only-visible-buffers): New user option.
* *** empty log message ***Juanma Barranquero2004-06-023-16/+50
|
* Work around bugs/problems with MinGW builds of graphics librariesJuanma Barranquero2004-06-021-2/+18
| | | | | | | called from MSVC builds of Emacs. (lookup_image): Make pointer to img static. (png_read_from_memory): Disable "global" optimization.
* (register-char-codings): Make alias for `ignore'. Move docstring toJuanma Barranquero2004-06-021-9/+7
| | | | obsolescence info and remove redundancy.
* (process-kill-without-query): Remove spurious "\n" on obsolescence string.Juanma Barranquero2004-06-021-4/+6
| | | | | (focus-frame, unfocus-frame): Add obsolescence declaration and empty docstring.
* (frame-update-faces): Add empty docstring so the one for `ignore' doesn'tJuanma Barranquero2004-06-021-1/+1
| | | | show through.
* (obj): Add image.c.Juanma Barranquero2004-06-021-1/+1
|
* (comint-replace-by-expanded-history-before-point):Stefan Monnier2004-06-021-10/+13
| | | | | | | Obey `start' as the docstring says. (comint-send-input, comint-snapshot-last-prompt, comint-output-filter) (comint-update-fence): Prevent font-lock from running unnecessarily. (comint-dynamic-list-completions): Use with-current-buffer.
* (bibtex-format-entry): Fix regexps.Stefan Monnier2004-06-011-10/+13
| | | | | | (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string. (bibtex-entry-update): Handle alternatives and optional fields. (bibtex-parse-entry): Bugfix, handle empty key.
* (Fcondition_case): Fix usage. Simplify.Stefan Monnier2004-06-011-3/+3
|
* (blink-cursor-start): Turn cursor off initially so blinkKim F. Storm2004-06-011-0/+1
| | | | starts after blink-cursor-delay rather than 2*blink-cursor-delay.
* *** empty log message ***Kim F. Storm2004-06-011-0/+5
|
* *** empty log message ***Stefan Monnier2004-06-011-16/+16
|
* (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.Stefan Monnier2004-06-011-2/+4
|
* *** empty log message ***Stefan Monnier2004-06-011-17/+19
|
* (vc-arch-state): Don't assume the file exists.Stefan Monnier2004-06-011-1/+1
|
* *** empty log message ***Lars Hansen2004-05-311-0/+5
|
* (desktop-save): Don't save minor modes without a known mode initialization ↵Lars Hansen2004-05-311-10/+11
| | | | function.
* *** empty log message ***Luc Teirlinck2004-05-311-1/+1
|
* *** empty log message ***Luc Teirlinck2004-05-301-0/+7
|
* (query-replace-interactive): Convert defvar into defcustom.Luc Teirlinck2004-05-301-2/+4
|
* Update `Commentary' section.Luc Teirlinck2004-05-301-2/+6
|
* *** empty log message ***Juanma Barranquero2004-05-301-1/+9
|
* Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).Juanma Barranquero2004-05-303-10/+23
|
* Sync with Tramp.Kai Großjohann2004-05-302-10/+17
| | | | | | (tramp-let-maybe): ReportReverse args of `get'. (tramp-let-maybe): Move to an earlier spot in the file. Patch by Andreas Schwab.
* *** empty log message ***Andreas Schwab2004-05-301-0/+4
|
* (dired-get-filename): Don't use dired-re-dot.Andreas Schwab2004-05-301-3/+1
|
* *** empty log message ***Richard M. Stallman2004-05-302-0/+9
|
* (Named Features): Clarify return value and meaning of NOERROR.Richard M. Stallman2004-05-301-3/+8
|
* *** empty log message ***Richard M. Stallman2004-05-301-0/+4
|
* (File Local Variables): Minor cleanup.Richard M. Stallman2004-05-301-2/+2
|
* (find-file): Doc fix.Richard M. Stallman2004-05-301-2/+5
|
* (lisp-font-lock-keywords-2): Add multiple-value-bind.Richard M. Stallman2004-05-301-0/+1
|
* Changes from arch/CVS synchronizationMiles Bader2004-05-301-0/+4
|
* Add flymake.Juanma Barranquero2004-05-301-0/+1
|
* Updating list of TODOs to remove image support and environment variable problemSteven Tamm2004-05-303-11/+17
|
* Document the workaround for the Mac OS X port not picking up the environmentSteven Tamm2004-05-302-0/+17
| | | | variables from the dotfiles.
* Support Tooltips with the Carbon emacs port.Steven Tamm2004-05-306-827/+1005
| | | | Some code cleanup using helper macros.
* (gdb-current-frame, gud-watch)Nick Roberts2004-05-301-9/+21
| | | | | | | (gdb-locals-mode, gdb-frame-handler): Display current frame in the modeline of the locals buffer. (gdb-goto-breakpoint): Handle gdbmi. (gdb-get-frame-number): Change for gdbmi.
* *** empty log message ***Nick Roberts2004-05-301-0/+8
|
* *** empty log message ***Michael Albinus2004-05-292-0/+17
|
* files.texi (Magic File Names): Add `file-remote-p' as operationMichael Albinus2004-05-291-4/+3
| | | | of file name handlers.