summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-1338-154/+180
| | | | | | | | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
* Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-1217-31/+39
| | | | | * lisp/composite.el (compose-region): * src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
* Fix typos in commentsKenichi Handa2010-10-121-27/+27
|
* * README: Updates.Glenn Morris2010-10-112-11/+9
|
* * BUGS, INSTALL.BZR: Updates.Glenn Morris2010-10-113-28/+21
|
* etc/NEWS.Glenn Morris2010-10-111-0/+5
|
* Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.Jan Djärv2010-10-116-4/+61
| | | | | | | | | | | | | | | | | * lisp/cus-start.el (all): ns-right-alternate-modifier is new. * lisp/term/ns-win.el (ns-right-alternate-modifier): New defvar. (ns-right-option-modifier): New alias for ns-right-alternate-modifier. (mac-right-option-modifier): New alias for ns-right-option-modifier. * src/nsterm.m (Qleft): Declare. (ns_right_alternate_modifier): New variable (NSRightAlternateKeyMask): New define. (EV_MODIFIERS): Parse NSRightAlternateKeyMask if ns_right_alternate_modifier isn't Qleft. (keyDown): If ns_right_alternate_modifier isn't Qleft, use it as emacs modifier for NSRightAlternateKeyMask. (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
* * Makefile.in (ELCFILES): Update.Andreas Schwab2010-10-102-2/+6
|
* * doc/man/emacs.1: Small fixes.Glenn Morris2010-10-092-10/+14
|
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point):Stefan Monnier2010-10-092-29/+34
| | | | Use emacs-lisp-mode-syntax-table for the whole function.
* (gdb-mouse-toggle-breakpoint-margin)Nick Roberts2010-10-092-2/+8
| | | | | (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to work when breakpoint number exceeds nine.
* Fix hi-lock-mode interactions with font-lock.David Koppelman2010-10-092-18/+15
| | | | | | | | * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified instead of font-lock-mode before adding keywords. Removed hi-lock-mode off code. Removed inhibit hack. (hi-lock-set-pattern): Only add keywords if font-lock-fontified non-nil; removed hook inhibit hack.
* Rename another shadow.el function.Glenn Morris2010-10-082-4/+11
| | | | | | * lisp/emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it... (load-path-shadows-find): ... to this. (list-load-path-shadows): Update for above change.
* * lisp/mail/mail-utils.el (mail-mbox-from): Also try return-path.Glenn Morris2010-10-082-1/+5
| | | | | (Per 8-year old observation: http://lists.gnu.org/archive/html/bug-gnu-emacs/2002-06/msg00176.html )
* * doc/man/emacs.1: Update license description.Ulrich Mueller2010-10-082-5/+6
|
* * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.Michael Albinus2010-10-082-8/+24
| | | | (xd_pending_messages): Catch xd_get_dispatch_status calls.
* Mention the bug number for the last change in make-dist.Eli Zaretskii2010-10-081-1/+1
|
* make-dist: Don't distribute src/buildobj.h.Eli Zaretskii2010-10-082-1/+5
|
* ChangeLog fix.Glenn Morris2010-10-071-7/+1
|
* * lisp/obsolete/cl-compat.el, lisp/obsolete/lmenu.el: Comments.Glenn Morris2010-10-072-6/+10
|
* * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.Glenn Morris2010-10-073-0/+2
|
* Rename some shadow.el things.Glenn Morris2010-10-072-6/+18
| | | | | | | | | * lisp/emacs-lisp/shadow.el (lisp-shadow): Change prefix. (shadows-compare-text-p): Make it an obsolete alias for... (load-path-shadows-compare-text): ... new name. (find-emacs-lisp-shadows): Update for above name change. (load-path-shadows-same-file-or-nonexistent): New name for the old shadow-same-file-or-nonexistent.
* Minor cl.texi change.Glenn Morris2010-10-072-7/+14
| | | | | * doc/misc/cl.texi (Organization, Installation, Old CL Compatibility): Deprecate cl-compat for new code.
* merge emacs-23Kenichi Handa2010-10-083-61/+27
|\
| * * doc/misc/eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.Glenn Morris2010-10-062-25/+15
| |
| * * doc/misc/cl.texi (Usage, Installation): Remove outdated information.Glenn Morris2010-10-052-36/+12
| |
* | coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa2010-10-082-43/+27
| |
* | merge emacs-23Kenichi Handa2010-10-048-70/+107
|\ \ | |/
| * Use lexical-let to avoid false matches in var completion (Bug#7056).Chong Yidong2010-10-032-53/+68
| | | | | | | | | | | | | | | | | | * lisp/minibuffer.el (completion--some, completion--do-completion) (minibuffer-complete-and-exit, minibuffer-completion-help) (completion-basic-try-completion) (completion-basic-all-completions) (completion-pcm--find-all-completions): Use lexical-let to avoid some false matches in variable completion (Bug#7056)
| * * lisp/vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)Olof Ohlsson Sax2010-10-032-1/+5
| |
| * * dbusbind.c (syms_of_dbusbind): Move putenv call ...Michael Albinus2010-10-032-4/+11
| | | | | | | | (Fdbus_init_bus): ... here. (Bug#7113)
| * Fix return value of dnd-get-local-file-name (Bug#7090).Leo Liu2010-10-022-4/+10
| | | | | | | | | | * lisp/dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only return non-nil if the file exists (Bug#7090).
| * Doc fix.Glenn Morris2010-10-022-8/+7
| | | | | | | | | | * src/buffer.c (before-change-functions, after-change-functions): Three-year overdue doc fix following 2007-08-13 change.
| * Add missing ChangeLog entry for r1.146 of lispref/text.texi.Glenn Morris2010-10-021-0/+6
| |
* | coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa2010-10-042-25/+34
|/
* merge emacs-23Kenichi Handa2010-10-024-4/+45
|\
| * Close bug#3992.Glenn Morris2010-09-302-1/+17
| | | | | | | | | | * lib-src/emacsclient.c (set_local_socket) [DARWIN_OS]: Try as a fall-back DARWIN_USER_TEMP_DIR.
| * * lisp/minibuffer.el (completion--replace): Better preserve markers.Stefan Monnier2010-10-012-3/+28
| | | | | | | | Fixes: debbugs:7138
* | Fix complementing of a coding systemKenichi Handa2010-10-022-6/+14
|/
* merge emacs-23Kenichi Handa2010-09-3012-65/+133
|\
| * Fix more CEDET require statements.Chong Yidong2010-09-293-2/+8
| | | | | | | | | | | | * semantic/bovine/el.el: * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode): Fix require statements.
| * Fix errors in CEDET 1.0 merge.Chong Yidong2010-09-298-62/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * semantic/tag.el (semantic-tag-version): Bump to 2.0. * semantic/db-typecache.el (semanticdb-typecache-find-default): * semantic/imenu.el (semantic-create-imenu-index): * semantic/grammar.el (semantic--grammar-macro-function-tag): * semantic/fw.el (semanticdb-without-unloaded-file-searches): Fix require. Suggested by David Engster. * semantic/bovine/c-by.el: Regenerate. * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var. (semantic-lex-spp-enable-debug-symbol): New command (semantic-lex-spp-value-valid-p) (semantic-lex-spp-validate-value): New functions (semantic-lex-spp-symbol-set) (semantic-lex-spp-symbol-push): Add call to validate value. (semantic-lex-spp-table-write-slot-value): Instead of erroring on invalid values during save, just save a nil.
| * lisp/server.el (server-process-filter): Doc fix.Juanma Barranquero2010-09-292-1/+5
| |
* | Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-305-23/+108
|/
* merge emacs-23Kenichi Handa2010-09-297-10/+45
|\
| * * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, itMichael Albinus2010-09-283-7/+16
| | | | | | | | | | | | | | | | is more portable. * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... (kbd_buffer_get_event): ... here. This is needed for cygwin, which has not defined SIGIO.
| * * dired.el (dired-save-positions): Doc fix. (Bug#7119)Drew Adams2010-09-282-1/+5
| |
| * * Makefile.in (ELCFILES): Update.Andreas Schwab2010-09-272-0/+6
| |
| * * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): AvoidAndreas Schwab2010-09-272-3/+10
| | | | | | | | infinite recursion on erroneous lambda form. (Bug#7114)
| * * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-271-1/+1
| | | | | | | | (Bug#7113)