summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate ldefs-boot.el.EMACS_PRETEST_23_1_93Chong Yidong2010-02-261-125/+132
|
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-2619-76/+88
|
* Addendum to last patch: add "Medium" GTK font name keyword.Chong Yidong2010-02-262-2/+8
|
* Recognize more keywords in GTK font names (Bug#5646).Chong Yidong2010-02-262-0/+23
| | | | | * 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-262-1/+6
| | | | | * progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow the characters _<> in the stack entry (Bug#5653).
* Fix Myanmar OTF supportKenichi Handa2010-02-266-13/+47
|\
| * from trunkKenichi Handa2010-02-269-3189/+15631
| |\ | |/ |/|
* | * configure: Revert accidental commit from rev 99553.Glenn Morris2010-02-251-3181/+15592
| |
* | Close bug#5643.Glenn Morris2010-02-252-2/+12
| | | | | | | | | | * 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-252-4/+13
| |
* | Fix initialization of send-mail-function option.Glenn Morris2010-02-252-0/+7
| | | | | | | | | | | | | | | | * 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-253-2/+7
| | | | | | | | | | * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR: Fix some keybinding typos.
* | xdisp.c (reseat_to_string): Fix previous change.Kenichi Handa2010-02-262-1/+5
|\ \
| | * Fix Myanmar OTF supportKenichi Handa2010-02-266-13/+47
| |/
| * from trunkKenichi Handa2010-02-265-11/+32
| |\ | |/ |/|
* | * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).Chong Yidong2010-02-252-2/+7
| |
* | (i) Remove any hard syntax-table properties for <, > inserted by C-y.Alan Mackenzie2010-02-253-9/+25
| | | | | | | | (ii) Remove category text props, not syntax-table ones in unmarking <, >.
* | xdisp.c (reseat_to_string): Fix previous change (bug#5609).Kenichi Handa2010-02-252-2/+11
|\ \
| | * xdisp.c (reseat_to_string): Fix previous change.Kenichi Handa2010-02-262-1/+5
| |/
| * from trunkKenichi Handa2010-02-2536-873994/+0
| |\ | |/ |/|
* | Fix up last erroneous commitStefan Monnier2010-02-2436-873994/+0
| |
| * xdisp.c (reseat_to_string): Fix previous change (bug#5609).Kenichi Handa2010-02-252-2/+11
| |
| * from trunkKenichi Handa2010-02-2582-15863/+877716
| |\ | |/ |/|
* | Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in ↵Robert J. Chassell2010-02-2438-15593/+877176
| | | | | | | | section Finding More Information
* | Move declarations before statements.Jan D.2010-02-243-29/+25
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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,
| * | Move declarations before statements.Jan D.2010-02-243-29/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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,
| * | Merge from trunkJan D.2010-02-2427-94/+328
| |\ \ | |/ / |/| |
* | | (gnus-treat-display-x-face): Protect against errors (bug#5299).Stefan Monnier2010-02-242-2/+11
| | |
* | | * files.el (hack-local-variables-filter): For eval forms, alsoChong Yidong2010-02-242-0/+6
| | | | | | | | | | | | check safe-local-variable-p (Bug#5636).
* | | * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddrChong Yidong2010-02-242-2/+7
| | | | | | | | | | | | and use c(ad)r of cddr (Bug#5640).
* | | Doc fixes.Glenn Morris2010-02-232-6/+11
| | | | | | | | | | | | | | | * 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-221-1/+1
| | |
* | | * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): ProtectMichael Albinus2010-02-222-2/+13
| | | | | | | | | | | | | | | | | | 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-212-5/+12
| | | | | | | | | | | | | | | stricter matching for iso-style dates, to avoid false matches with date-like filenames (Bug#5597).
* | | Minor doc fixes.Chong Yidong2010-02-213-8/+10
| | | | | | | | | | | | | | | * 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-212-0/+10
| | |
* | | * frames.texi (Frame Commands): Note that the last ordinary frame canChong Yidong2010-02-212-11/+22
| | | | | | | | | | | | be deleted in daemon mode (Bug#5616).
* | | * startup.el (fancy-about-screen): In mode-line, applyChong Yidong2010-02-212-2/+9
| | | | | | | | | | | | 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-202-2/+8
| | |
* | | * progmodes/compile.el (compilation-error-regexp-alist-alist): InChong Yidong2010-02-202-1/+7
| | | | | | | | | | | | | | | `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-202-1/+10
| | | | | | | | | | | | property is removed.
* | | Revert isearch.el change due to feature freeze.Chong Yidong2010-02-192-5/+6
| | | | | | | | | | | | * isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change.
* | | Fixed bug#5549 (icalendar.el)Ulf Jasper2010-02-194-15/+150
| | |
* | | term.c, dispextern.h: Fix stale comments.Eli Zaretskii2010-02-192-4/+5
| | |
* | | INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.Eli Zaretskii2010-02-192-27/+30
| | |
| * | Merge from trunkJan D.2010-02-198-36/+72
| |\ \ | |/ / |/| |
* | | Accommodate change of disassemble output in GDB 7.1.Nick Roberts2010-02-192-11/+22
| | |
* | | Close bug#5593.Glenn Morris2010-02-182-0/+7
| | | | | | | | | | | | * progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
* | | * trouble.texi: Revert grammar change from previous change.Glenn Morris2010-02-181-1/+1
| | |
* | | (vc-cvs-merge-news): Yet another fix of message parsing.Sam Steingold2010-02-182-2/+6
| | |