aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/emacs/custom.texi (Variables): Fix typo.Glenn Morris2011-02-032-1/+5
|
* * tramp.texi (Frequently Asked Questions): Mention problems with WinSSHD.Michael Albinus2011-02-032-3/+11
|
* * lisp/ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)Glenn Morris2011-02-022-1/+4
| | | | | | | | | | | | | 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.
* Doc fixes related to face heights. (Bug#2659)Glenn Morris2011-02-024-6/+19
| | | | | | | * lisp/faces.el (set-face-attribute): Doc fix. * src/xfaces.c (Finternal_set_lisp_face_attribute): Try to clarify some error messages.
* Make "etags --version" on Windows produce the same as on Posix platforms.Eli Zaretskii2011-02-022-2/+7
| | | | | makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add ``-DVERSION="\"$(VERSION)\"" -DEMACS_NAME="\"GNU Emacs\""''.
* * pcomplete.el (pcomplete-here*): Backport fix for mistaken changeStefan Monnier2011-02-022-7/+12
| | | | | | (bug#7959). Fixes: debbugs:5935
* * src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier2011-02-022-0/+8
| | | | | | current_column cache. Fixes: debbugs:7946
* Backport Bug#7931 from trunk.Daiki Ueno2011-02-022-2/+8
| | | | | | * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status (Bug#7931).
* merge emacs-23Kenichi Handa2011-02-0228-102/+149
|\
| * * src/window.c (Fselect_window): Add missing return value.Andreas Schwab2011-02-012-1/+5
| |
| * Bump version to 23.2.93.Chong Yidong2011-01-3120-68/+78
| |
| * Backport Bug#7933 fix from trunk.Deniz Dogan2011-01-312-3/+14
| | | | | | | | | | | | * lisp/net/rcirc.el: Clean log filenames (Bug#7933). (rcirc-log-write): Use convert-standard-filename. (rcirc-log-filename-function): Documentation updates.
| * Fix an infloop in CC-mode (Bug#7595).Alan Mackenzie2011-01-312-12/+28
| | | | | | | | | | | | | | * 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.
| * Fix erasure of modeline by erc-track.Antoine Levitt2011-01-312-1/+5
| | | | | | | | | | | | | | 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.
| * * lisp/files.el (copy-directory): Fix arguments to the recursive call.Chong Yidong2011-01-312-17/+19
| |
* | Use FC_DUAL only when it is defined.Kenichi Handa2011-02-023-2/+16
|/
* Fix use of pointers to image library functionsAndreas Schwab2011-01-302-104/+100
| | | | | | | * 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.
* Fix macro definitions in last change to image.cChong Yidong2011-01-291-2/+2
|
* Fix bug in copy-directory copying into an existing directory.Chong Yidong2011-01-292-1/+21
| | | | | | | 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.
* Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong2011-01-292-2/+40
| | | | | | | * 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.
* Don't complain about duplicate leim-list filesAndreas Schwab2011-01-292-1/+6
| | | | | * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list files.
* Shorten menu description of "Other Display Specs" lispref node (Bug#7816).Chong Yidong2011-01-285-12/+14
| | | | | | | | * vol1.texi (Top): * vol2.texi (Top): * elisp.texi (Top): * display.texi (Display Property): Shorten the menu description of the "Other Display Specs" node.
* Fix gratuitous argument passing error in image-dired (Bug#7817).Chong Yidong2011-01-282-9/+12
| | | | | * lisp/image-dired.el (image-dired-mouse-display-image): No-op if no file is found.
* * search.texi (Regexps): Copyedits. Mention character classes (Bug#7809).Chong Yidong2011-01-282-56/+60
|
* Add two cindex entries to Lisp manual (Bug#7805).Chong Yidong2011-01-282-0/+7
| | | | | * keymaps.texi (Defining Menus): Add "menu item" and "extended menu item" concept index entries.
* Remove text on directory-abbrev-alist omitted in 2011-01-08 commit.Chong Yidong2011-01-282-18/+20
| | | | | * files.texi (File Aliases): Restore explanatory text from Eli Zaretskii, accidentally removed in 2011-01-08 commit.
* * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).Chong Yidong2011-01-282-3/+7
|
* * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.Chong Yidong2011-01-282-1/+5
|
* * lib-src/ntlib.c (setregid): New stub, renamed from setegid.Chong Yidong2011-01-283-2/+8
| | | | * lib-src/ntlib.h: Update prototype.
* (quail-keyboard-layout-alist): RemoveKenichi Handa2011-01-282-1/+6
| | | | superfluous SPC for "pc105-uk" (bug#7927).
* * configure.in: Test existence of xaw3d library, not just the header (Bug#7642).Chong Yidong2011-01-273-1/+48
| | | | * configure: Regenerate.
* msb.el fix for bug #7902.Glenn Morris2011-01-262-2/+8
| | | | | * lisp/msb.el (msb-menu-bar-update-buffers): Update for changed argument handling of menu-bar-select-frame.
* Limit recursion depth of c-forward-<>-arglist-recur (Bug#7722).Chong Yidong2011-01-262-1/+17
| | | | | * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit to the recursion depth.
* Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong2011-01-262-1/+7
| | | | | | | 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).
* * term/ns-win.el (ns-find-file): Expand ns-input-file withJan Djärv2011-01-262-1/+7
| | | | | | | command-line-default-directory (Bug#7872). NOTE: The trunk version is a bit different, I think there will be merge conflicts.
* * src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong2011-01-262-1/+5
|
* ChangeLog fix: there was no change to ruby-expr-beg.Glenn Morris2011-01-241-2/+1
|
* * lisp/comint.el (comint-mode): Doc fix. (Bug#7897)Glenn Morris2011-01-242-3/+7
|
* * xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier2011-01-242-0/+14
| | | | | | the buffer's point-max. Fixes: debbugs:7876
* * files.el (file-name-non-special): Only change buffer-file-name afterStefan Monnier2011-01-242-15/+17
| | | | | | insert-file-contents if it's `visit'ing the file. Fixes: debbugs:7854
* * lisp/gnus/nnbabyl: Fix typo in copyright years.Glenn Morris2011-01-231-1/+1
|
* Backport copyright fix from trunk.Glenn Morris2011-01-231-2/+1
| | | | | | * lisp/mwheel.el: Fix typo in copyright years. Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then.
* * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811).Chong Yidong2011-01-232-4/+9
| | | | Suggested by Peter O'Gorman.
* * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong2011-01-232-24/+20
| | | | Remove unused HAVE_SHM branch.
* Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman2011-01-235-0/+21
| | | | | * configure.in: Add HP-UX on IA64 (Bug#6811). * src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
* * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).Werner Meisner2011-01-232-1/+6
|
* * loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).Chong Yidong2011-01-232-0/+31
|
* * dired.el (dired-revert): Doc fix (Bug#7758).Chong Yidong2011-01-232-1/+8
|
* Mark tiny change.Glenn Morris2011-01-221-1/+1
|
* Remove outdated paragraph from Lisp manual (Bug#7780).Chong Yidong2011-01-222-9/+5
| | | | | * doc/lispref/searching.texi (Regexp Special): Remove outdated discussion of character sets.