- 05 Feb, 2011 1 commit
-
-
Chong Yidong authored
* doc/emacs/maintaining.texi (VC Change Log): Document vc-log-incoming and vc-log-outgoing. (Merging): Document vc-find-conflicted-file. * doc/emacs/rmail.texi (Rmail Display): Document Rmail MIME support more accurately. * doc/lispref/commands.texi (Accessing Mouse): Note that a header line is not included in the row of posn-col-row. * etc/NEWS: Remove +++ and --- lines.
-
- 04 Feb, 2011 3 commits
-
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-font-lock-keywords): Tweak diary-time-regexp match.
-
Glenn Morris authored
* lisp/progmodes/f90.el (f90-find-tag-default): New function. (f90-mode): Use it for mode's `find-tag-default-function' property.
-
Glenn Morris authored
-
- 03 Feb, 2011 3 commits
-
-
Michael Albinus authored
-
Glenn Morris authored
Details: An error in a filter would cause an infinite loop. ibuffer-update calls ibuffer-redisplay-engine which calls ibuffer-update which calls ibuffer-redisplay-engine, etc. ibuffer-generate-filter-groups calls ibuffer-included-in-filters-p. If ibuffer-included-in-filter-p-1 meets an unknown element in the filter, it calls ibuffer-filter-disable, which calls ibuffer-update. If the filters have not been properly disabled, we go round and round.
-
Glenn Morris authored
* lisp/faces.el (set-face-attribute): Doc fix. * src/xfaces.c (Finternal_set_lisp_face_attribute): Try to clarify some error messages.
-
- 02 Feb, 2011 6 commits
-
-
Eli Zaretskii authored
makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add ``-DVERSION="\"$(VERSION)\"" -DEMACS_NAME="\"GNU Emacs\""''.
-
Stefan Monnier authored
(bug#7959). Fixes: debbugs:5935
-
Stefan Monnier authored
current_column cache. Fixes: debbugs:7946
-
Daiki Ueno authored
* epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status (Bug#7931).
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 01 Feb, 2011 2 commits
-
-
Andreas Schwab authored
-
Chong Yidong authored
-
- 31 Jan, 2011 4 commits
-
-
Deniz Dogan authored
* lisp/net/rcirc.el: Clean log filenames (Bug#7933). (rcirc-log-write): Use convert-standard-filename. (rcirc-log-filename-function): Documentation updates.
-
Alan Mackenzie authored
* progmodes/cc-cmds.el (c-forward-over-illiterals): Continue parsing if we encounter a naked # (Bug#7595). (c-beginning-of-statement): Avoid loop in locating the beginning of a macro.
-
Antoine Levitt authored
http://lists.gnu.org/archive/html/emacs-devel/2010-08/msg00562.html * erc-track.el (track): Don't reset erc-modified-channels-object each time erc-track-mode is activated.
-
Chong Yidong authored
-
- 29 Jan, 2011 5 commits
-
-
Andreas Schwab authored
* src/image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead of int. All uses adjusted. (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load) (svg_load_image): Remove casts.
-
Chong Yidong authored
-
Chong Yidong authored
http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01007.html * files.el (copy-directory): If destination is an existing directory, copy into a subdirectory there.
-
Chong Yidong authored
* image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png function definitions for compiling with libpng-1.5. (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5. (my_png_error, png_load): Use them. Suggested by Thomas Klausner.
-
Andreas Schwab authored
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list files.
-
- 28 Jan, 2011 9 commits
-
-
Chong Yidong authored
* vol1.texi (Top): * vol2.texi (Top): * elisp.texi (Top): * display.texi (Display Property): Shorten the menu description of the "Other Display Specs" node.
-
Chong Yidong authored
* lisp/image-dired.el (image-dired-mouse-display-image): No-op if no file is found.
-
Chong Yidong authored
-
Chong Yidong authored
* keymaps.texi (Defining Menus): Add "menu item" and "extended menu item" concept index entries.
-
Chong Yidong authored
* files.texi (File Aliases): Restore explanatory text from Eli Zaretskii, accidentally removed in 2011-01-08 commit.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
* lib-src/ntlib.h: Update prototype.
-
Kenichi Handa authored
superfluous SPC for "pc105-uk" (bug#7927).
-
- 27 Jan, 2011 4 commits
-
-
Chong Yidong authored
* configure: Regenerate.
-
Glenn Morris authored
* lisp/msb.el (msb-menu-bar-update-buffers): Update for changed argument handling of menu-bar-select-frame.
-
Chong Yidong authored
* progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit to the recursion depth.
-
Chong Yidong authored
A better fix is already in the trunk. * src/font.c (font_parse_fcname): Require GTK-style font sizes to occur at the end of the font string (Bug#7853).
-
- 26 Jan, 2011 2 commits
-
-
Jan Djärv authored
command-line-default-directory (Bug#7872). NOTE: The trunk version is a bit different, I think there will be merge conflicts.
-
Chong Yidong authored
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-