summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate ldefs-boot.el.emacs-pretest-23.1.93Chong Yidong2010-02-26
|
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-26
|
* Addendum to last patch: add "Medium" GTK font name keyword.Chong Yidong2010-02-26
|
* Recognize more keywords in GTK font names (Bug#5646).Chong Yidong2010-02-26
| | | | | * font.c (font_parse_fcname): Recognize "Book", "Condensed", and "Semi-Condensed" keywords in GTK names (Bug#5646).
* Minor Python mode fix (Bug#5653).Chong Yidong2010-02-26
| | | | | * progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow the characters _<> in the stack entry (Bug#5653).
* from trunkKenichi Handa2010-02-26
|\
| * * configure: Revert accidental commit from 2010-02-24T22:07:26Z!bob@gnu.org.Glenn Morris2010-02-25
| |
| * Close bug#5643.Glenn Morris2010-02-25
| | | | | | | | | | * message.el (message-send-mail-function): Change the default, so that it inherits from a customized send-mail-function. (Bug#5643)
| * * custom.el (custom-initialize-delay): Doc fix.Glenn Morris2010-02-25
| |
| * Fix initialization of send-mail-function option.Glenn Morris2010-02-25
| | | | | | | | | | | | | | | | * mail/sendmail.el (send-mail-function): Autoload the call to custom-initialize-delay, not otherwise preserved in loaddefs.el. (Needed since 2009-09-13 change to startup.el.) See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00533.html
| * Minor TUTORIAL fixes.Glenn Morris2010-02-25
| | | | | | | | | | * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR: Fix some keybinding typos.
* | Fix Myanmar OTF supportKenichi Handa2010-02-26
|/
* from trunkKenichi Handa2010-02-26
|\
| * * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).Chong Yidong2010-02-25
| |
| * (i) Remove any hard syntax-table properties for <, > inserted by C-y.Alan Mackenzie2010-02-25
| | | | | | | | (ii) Remove category text props, not syntax-table ones in unmarking <, >.
* | xdisp.c (reseat_to_string): Fix previous change.Kenichi Handa2010-02-26
|/
* from trunkKenichi Handa2010-02-25
|\
| * Fix up last erroneous commitStefan Monnier2010-02-24
| |
* | xdisp.c (reseat_to_string): Fix previous change (bug#5609).Kenichi Handa2010-02-25
|/
* Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in ↵Robert J. Chassell2010-02-24
| | | | section Finding More Information
* Move declarations before statements.Jan Djärv2010-02-24
| | | | | | | | | | | * xterm.c (XTflash): Move declarations before statements. * gtkutil.c (xg_get_gdk_display): Remove (unused). (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets) (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) (xg_create_tool_bar): Remove unused variables. (x_wm_set_size_hint): Move declarations before statements. (xg_create_frame_widgets): Remove variable grav,
* (gnus-treat-display-x-face): Protect against errors (bug#5299).Stefan Monnier2010-02-24
|
* * files.el (hack-local-variables-filter): For eval forms, alsoChong Yidong2010-02-24
| | | | check safe-local-variable-p (Bug#5636).
* * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddrChong Yidong2010-02-24
| | | | and use c(ad)r of cddr (Bug#5640).
* Doc fixes.Glenn Morris2010-02-23
| | | | | * message.el (message-smtpmail-send-it) (message-send-mail-with-mailclient): Doc fixes.
* * TODO: Replace reference to CVS with explicit version number.Glenn Morris2010-02-22
|
* * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): ProtectMichael Albinus2010-02-22
| | | | | | setting the modes by `ignore-errors'. It might fail, for example if the file is not owned by the user but the group. (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
* * files.el (directory-listing-before-filename-regexp): UseChong Yidong2010-02-21
| | | | | stricter matching for iso-style dates, to avoid false matches with date-like filenames (Bug#5597).
* Minor doc fixes.Chong Yidong2010-02-21
| | | | | * htmlfontify.el (htmlfontify): Doc fix. * eshell/eshell.el (eshell): Doc fix.
* * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).Chong Yidong2010-02-21
|
* * frames.texi (Frame Commands): Note that the last ordinary frame canChong Yidong2010-02-21
| | | | be deleted in daemon mode (Bug#5616).
* * startup.el (fancy-about-screen): In mode-line, applyChong Yidong2010-02-21
| | | | mode-line-buffer-id face only to the buffer name (Bug#5613).
* * etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).Chong Yidong2010-02-20
|
* * progmodes/compile.el (compilation-error-regexp-alist-alist): InChong Yidong2010-02-20
| | | | | `watcom' anchor regexp to start of line, to avoid slowness (Bug#5599).
* subr.el (remove-yank-excluded-properties): Explain in a comment why `category'Eli Zaretskii2010-02-20
| | | | property is removed.
* Revert isearch.el change due to feature freeze.Chong Yidong2010-02-19
| | | | * isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.
* Fixed bug#5549 (icalendar.el)Ulf Jasper2010-02-19
|
* term.c, dispextern.h: Fix stale comments.Eli Zaretskii2010-02-19
|
* INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.Eli Zaretskii2010-02-19
|
* Accommodate change of disassemble output in GDB 7.1.Nick Roberts2010-02-19
|
* Close bug#5593.Glenn Morris2010-02-18
| | | | * progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
* * trouble.texi: Revert grammar change from previous change.Glenn Morris2010-02-18
|
* (vc-cvs-merge-news): Yet another fix of message parsing.Sam Steingold2010-02-18
|
* Use abbreviated file names in bookmarks (bug#5591).Stefan Monnier2010-02-18
| | | | | | | * bookmark.el (bookmark-maybe-load-default-file): Remove redundant calls to expand-file-name. (bookmark-relocate): Use abbreviated file names in bookmarks. (bookmark-load): Use abbreviated file names in messages.
* (fatal): Add a final \n if needed (bug#5596).Stefan Monnier2010-02-18
|
* (tramp-handle-directory-files): When FULL, do not expand "." and "..".Michael Albinus2010-02-18
| | | | Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
* (tramp-handle-insert-file-contents): Set always the permissions of theMichael Albinus2010-02-18
| | | | | | temporary file to "0600". In case the remote file has no read permissions for the owner, there might be problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
* * mh-acros.el: Comment fixes.Glenn Morris2010-02-18
|
* * README: Minor fixes.Glenn Morris2010-02-18
|
* * loadup.el: Comment fix.Glenn Morris2010-02-18
|