Chong Yidong
46b3f2bedc
* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
2011-01-28 12:07:12 -05:00
Chong Yidong
2ff1f755a2
* lib-src/ntlib.c (setregid): New stub, renamed from setegid.
...
* lib-src/ntlib.h: Update prototype.
2011-01-28 12:03:19 -05:00
Kenichi Handa
6744273893
(quail-keyboard-layout-alist): Remove
...
superfluous SPC for "pc105-uk" (bug#7927).
2011-01-28 13:41:20 +09:00
Chong Yidong
37f7b7843a
* configure.in: Test existence of xaw3d library, not just the header (Bug#7642).
...
* configure: Regenerate.
2011-01-27 15:49:48 -05:00
Glenn Morris
220c2a1484
msb.el fix for bug #7902 .
...
* lisp/msb.el (msb-menu-bar-update-buffers): Update for changed
argument handling of menu-bar-select-frame.
2011-01-26 23:48:23 -08:00
Chong Yidong
af7c5700ca
Limit recursion depth of c-forward-<>-arglist-recur (Bug#7722).
...
* progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
to the recursion depth.
2011-01-26 19:51:41 -05:00
Chong Yidong
37d1c45d60
Fix GTK font name parsing to allow numbers in names (Bug#7853).
...
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).
2011-01-26 19:45:30 -05:00
Jan Djärv
ca9c274ae7
* term/ns-win.el (ns-find-file): Expand ns-input-file with
...
command-line-default-directory (Bug#7872).
NOTE: The trunk version is a bit different, I think there will be
merge conflicts.
2011-01-26 19:05:13 +01:00
Chong Yidong
ea08011c7e
* src/font.c (font_parse_fcname): Fix typo in string length.
2011-01-26 11:28:49 -05:00
Glenn Morris
0d19d4feaa
ChangeLog fix: there was no change to ruby-expr-beg.
2011-01-24 19:13:02 -08:00
Glenn Morris
cc34e0254c
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
2011-01-24 18:56:03 -08:00
Stefan Monnier
f996bbcb94
* xdisp.c (handle_fontified_prop): Be careful with font-lock changing
...
the buffer's point-max.
Fixes: debbugs:7876
2011-01-24 17:05:52 -05:00
Stefan Monnier
10e1d5f30f
* files.el (file-name-non-special): Only change buffer-file-name after
...
insert-file-contents if it's `visit'ing the file.
Fixes: debbugs:7854
2011-01-24 15:34:44 -05:00
Glenn Morris
01739ccca0
* lisp/gnus/nnbabyl: Fix typo in copyright years.
2011-01-23 23:45:22 -08:00
Glenn Morris
c0f52038e1
Backport copyright fix from trunk.
...
* 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.
2011-01-23 18:22:54 -08:00
Chong Yidong
fbf4af3a43
* movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811).
...
Suggested by Peter O'Gorman.
2011-01-23 17:58:52 -05:00
Chong Yidong
19634648a6
* lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).
...
Remove unused HAVE_SHM branch.
2011-01-23 17:38:13 -05:00
Peter O'Gorman
6de1218f3c
Two more hunks from the HP-UX patch at Bug#6811.
...
* configure.in: Add HP-UX on IA64 (Bug#6811).
* src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
2011-01-23 17:00:22 -05:00
Werner Meisner
fdbd21a482
* lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).
2011-01-23 16:39:37 -05:00
Chong Yidong
e6cf7a8272
* loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).
2011-01-23 15:34:12 -05:00
Chong Yidong
b14f16adae
* dired.el (dired-revert): Doc fix (Bug#7758).
2011-01-23 15:06:51 -05:00
Glenn Morris
d6dc7be935
Mark tiny change.
2011-01-22 19:32:41 -08:00
Chong Yidong
3f066f54dd
Remove outdated paragraph from Lisp manual (Bug#7780).
...
* doc/lispref/searching.texi (Regexp Special): Remove outdated discussion of
character sets.
2011-01-22 20:12:25 -05:00
Nobuyoshi Nakada
cc9c9831b9
Merge several fixes from upsteam ruby-mode.
...
* lisp/progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
here-doc which ends with an underscore.
(ruby-mode-set-encoding): Skip shebang line always.
(ruby-mode-map): Bind C-c C-c to comment-region.
(ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash
key labels as symbols.
(ruby-forward-sexp): Stop after literal hash key labels.
(ruby-font-lock-syntactic-keywords): Highlight regexp after open
bracket.
2011-01-22 20:02:37 -05:00
Glenn Morris
43f90d65a2
* nt/iconcs/README: Add 2010, 2011 to FSF copyright years.
2011-01-22 16:53:08 -08:00
Glenn Morris
ce5582082c
* lisp/simple.el (do-auto-fill): Give it a doc string.
2011-01-22 13:02:49 -08:00
Keitaro Miyazaki
d647640760
Fix toggling of case-fold-search from re-builder menu (Bug#7650).
...
* emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
the correct buffer.
2011-01-22 15:54:27 -05:00
Chong Yidong
28a881534e
* frames.texi (Pop-Up Menus): Document where menu title comes from (Bug#7684).
2011-01-22 15:25:23 -05:00
Glenn Morris
4d265b4d76
Doc fix for make-text-button.
...
* doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons.
* lisp/button.el (make-text-button): Doc fix. (See bug#7881)
2011-01-22 12:10:17 -08:00
Chong Yidong
66e0718be8
* simple.el (line-move-visual): Doc fix (Bug#7594).
2011-01-22 14:29:10 -05:00
Chong Yidong
bd2a4b24c4
Fix last change.
2011-01-22 10:55:08 -05:00
Chong Yidong
e3545d0d6f
* emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in menu item.
2011-01-21 22:03:49 -05:00
Martin Rudalics
e6b84b30bc
Rework 2011-01-15 changes to window.c.
...
* src/window.c (select_window): New function.
(Fselect_window): Call it.
(inhibit_point_swap): Variable deleted.
(Fset_window_configuration): Call select_window directly.
2011-01-21 21:44:53 -05:00
Roland McGrath
6e1dbaa90f
* lisp/comint.el (comint-replace-by-expanded-history-before-point): Fix
...
expansion of !$ and !!:N syntax to pick the indicated word.
Fixes: debbugs:7883
2011-01-21 15:56:24 -05:00
Stefan Monnier
0f1f97caf2
* lisp/progmodes/js.el (js--regexp-literal): Count backslashes.
...
Fixes: debbugs:7882
2011-01-21 15:48:20 -05:00
Jari Aalto
26a2788480
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
...
Assume foo(bar) is a manpage reference rather than some unquoted symbol.
Fixes: debbugs:7705
2011-01-21 13:12:32 -05:00
Stefan Monnier
d5e632d853
* lisp/subr.el (shell-quote-argument): Properly quote \n.
...
Suggested by Flo <sensorflo@gmail.com>.
Fixes: debbugs:7687
2011-01-21 13:07:41 -05:00
Glenn Morris
d00b05c949
compile.el fix for bug#7812
...
* lisp/progmodes/compile.el (compilation-error-regexp-alist):
Fix custom type.
2011-01-20 21:04:45 -08:00
Glenn Morris
9d760d754b
* etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)
2011-01-17 18:31:59 -08:00
Stefan Monnier
1a1fcbe13f
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
...
keymap expression. Improve docstring.
2011-01-17 16:42:23 -05:00
Stefan Monnier
0514b4be51
* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
2011-01-16 10:40:47 -05:00
Eli Zaretskii
e7f50e8ff0
Fix bug #7848 with using SET_SYMBOL_VALUE in image.c
...
!!!DO NOT MERGE TO THE TRUNK!!!
image.c (syms_of_image): Don't use SET_SYMBOL_VALUE.
2011-01-16 04:51:59 -05:00
Chong Yidong
9f19b8ddfe
Bump version to 23.2.92.
...
Regenerate AUTHORS, configure, and ldefs-boot.el.
2011-01-14 22:50:47 -05:00
Chong Yidong
bb033b5f61
* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
2011-01-14 22:10:38 -05:00
Martin Rudalics
6dc1d2d387
Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
...
* window.c (inhibit_point_swap): New variable.
(Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
point this time.
(Fset_window_configuration): Set inhibit_point_swap to 1 instead
of setting selected_window to nil (Bug#7728).
2011-01-14 21:55:58 -05:00
Mark Diekhans
b024d9f02d
Make last-resort backup file in .emacs.d (Bug#6953).
...
* lisp/files.el (backup-buffer): Make last-resort backup file in
.emacs.d.
* lisp/subr.el (locate-user-emacs-file): If .emacs.d does not exist,
make it with permission 700.
* doc/emacs/files.texi (Backup Names): Document the new location of the
last-resort backup file.
2011-01-14 21:32:19 -05:00
Kenichi Handa
66399c0a66
merge emacs-23
2011-01-14 13:08:30 +09:00
Kenichi Handa
1a6a03e4a3
Fix setting of buffer-file-coding-system of RMAIL buffer.
2011-01-14 13:04:10 +09:00
Chong Yidong
c88aaf48b2
* lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).
2011-01-13 00:12:01 -05:00
Chong Yidong
5399653b53
* message.el (message-bury): Add special-case handling for Rmail.
...
This should not be merged into the trunk.
2011-01-12 23:24:31 -05:00