aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add bug#.Kenichi Handa2010-01-311-1/+1
|
* from trunkKenichi Handa2010-01-311-0/+5
|\
| * * nsterm.m (ns_defined_color): Block input. Suggested by MikeChong Yidong2010-01-311-0/+5
| | | | | | | | <deactivated@gmail.com> (Bug#3605).
* | font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is ↵Kenichi Handa2010-01-311-0/+5
|/ | | | invalid, return -1.
* * fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).Chong Yidong2010-01-301-0/+5
|
* * nsterm.m (ns_ring_bell): Handle visible bell like X.Chong Yidong2010-01-301-0/+4
|
* * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.Andreas Schwab2010-01-301-0/+4
|
* Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).Chong Yidong2010-01-291-0/+7
| | | | | | | * frame.c (DEFAULT_ROWS): Change default to 35. * xfns.c (x_default_font_parameter): Change default XFT font to monospace-10 (Bug#3643).
* w32inevt.c (key_event): Remove unnecessary comparison ofEli Zaretskii2010-01-291-0/+5
| | | | event->uChar.AsciiChar with 128.
* * fileio.c (Frename_file): Fix last change (Bug#5487).Chong Yidong2010-01-281-0/+2
|
* Fixes for NetBSD (Bug#4629, Bug#2072).Chong Yidong2010-01-281-0/+6
| | | | | | * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu. * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
* Add bug number to recent change.Jason Rumney2010-01-281-1/+1
|
* xfns.c (Fx_create_frame): Remove window size matching code fromJan Djärv2010-01-281-0/+6
| | | | | 2010-01-15. (x_get_current_desktop, x_get_desktop_workarea): Remove
* Use Unicode for console keyboard input on Windows.Jason Rumney2010-01-271-0/+5
| | | | | w32inevt.c (w32_kbd_patch_key): Save the unicode character. (key_event): Use unicode for characters 128 and higher.
* Fix src/ChangeLog.Kenichi Handa2010-01-271-1/+1
|
* from trunkKenichi Handa2010-01-271-1/+7
|\
| * Fix rename-file to handle directory renaming properly (Bug#3353).Chong Yidong2010-01-261-1/+7
| | | | | | | | | | * fileio.c (Frename_file): Call copy-directory and delete-directory for directories, in order to handle cross-device renaming.
* | regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.Kenichi Handa2010-01-271-0/+5
|/
* Merge from trunkJan Djärv2010-01-251-0/+37
|\
| * Try and fix bug#788, hopefully for real this time.Stefan Monnier2010-01-241-0/+9
| |\
| | * * keymap.c (shadow_lookup): Add `remap' arg.Stefan Monnier2010-01-241-0/+8
| | | | | | | | | | | | | | | | | | | | | (describe_map, describe_vector): Update calls to shadow_lookup. (Fwhere_is_internal): Fix up handling of `remapped_sequences' and `remapped' so this flag is applicable to `sequence'. Be careful to perform remapping during shadow_lookup check of remapped_equences.
| * | Use png_sig_cmp to allow linking with libpng 1.4.0.Chong Yidong2010-01-241-0/+5
| | | | | | | | | | | | * image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4.
| * | Account for utmp.h availability.Chong Yidong2010-01-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks this header file). * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x lacks this header file).
| * | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in ↵YAMAMOTO Mitsuharu2010-01-231-0/+5
| |/ | | | | | | Emacs 22.
| * Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-221-0/+7
| | | | | | | | | | | | | | * lisp.h (make_pure_string): String pointer arg now points to const. * alloc.c (find_string_data_in_pure, make_pure_string): String pointer args now point to const.
| * Fix bug #5303 in `load' on MS-Windows, whereby load-file would failEli Zaretskii2010-01-221-0/+6
| | | | | | | | | | | | | | | | for files like C:/the-file.el in root directory of any drive. lread.c (Fload): Don't treat files without .elc extension as byte-compiled if they are ``magic'', i.e. `openp' returned -2 for them.
* | Typo fix.Jan Djärv2010-01-251-1/+1
| |
* | xfns.c (Fx_create_frame): If frame height i stoo big, tryJan Djärv2010-01-251-0/+5
|/ | | | sizes 24 and 10. Bug #3643.
* Fix ccl encoding of unibyte source.Kenichi Handa2010-01-201-0/+22
|\
| * Redate and reposition log entry.Alan Mackenzie2010-01-191-7/+7
| |
| * Merge from trunkJan Djärv2010-01-191-0/+7
| |\
| | * Suppress spurious second invocation of before-change-functionsAlan Mackenzie2010-01-191-0/+7
| | |\
| | | * no messageAlan Mackenzie2010-01-191-3/+63
| | | |\
| | | * | Fix spurious before-change-functions invocation from (insert ?\n).Alan Mackenzie2010-01-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | textprop.c (set_text_properties): rename parameter `signal_after_change_p' to `coherent_change_p', and make the invocation of `modify_region' conditional on it. ------------- This line and the following will be ignored -------------- modified: src/ChangeLog src/textprop.c unknown: Makefile config.log config.status doc/emacs/Makefile doc/lispintro/Makefile doc/lispref/Makefile doc/misc/Makefile etc/DOC-23.1.91.1 leim/Makefile leim/changed.misc leim/changed.tit lib-src/Makefile lib-src/Makefile.c lib-src/b2m lib-src/ctags lib-src/digest-doc lib-src/ebrowse lib-src/emacsclient lib-src/etags lib-src/fakemail lib-src/hexl lib-src/make-docfile lib-src/movemail lib-src/profile lib-src/sorted-doc lib-src/test-distrib lib-src/update-game-score lisp/Makefile lwlib/Makefile oldXMenu/Makefile src/Makefile src/Makefile.c src/bootstrap-emacs src/deps/ src/emacs src/emacs-23.1.91.1 src/prefix-args src/stamp-oldxmenu src/temacs
| * | | | Store settings in xft-settings for debug purposes.Jan Djärv2010-01-191-0/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | (apply_xft_settings): Save settings in Vxft_settings for debug purpose. (syms_of_xsettings): Declare xft-settings.
| * | | Doc fix for current-time-string and date-to-time (Bug#5408)Chong Yidong2010-01-181-0/+4
|/ / / | | | | | | | | | | | | * src/editfns.c (Fcurrent_time_string): Doc fix. * lisp/calendar/time-date.el (date-to-time): Doc fix.
* | | * xterm.c (event_handler_gdk): Block input (Bug#5037).Chong Yidong2010-01-161-0/+4
| | |
* | | Command line arg processing fix (Bug#5392)Chong Yidong2010-01-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * src/emacs.c (standard_args): Adjust arg priorities to reflect how they are processed in startup.el. * lisp/startup.el (command-line): Remove unused --icon-type arg. Handle --display arg, passing it to command-line-1 (Bug#5392).
* | | Update $(lisp) and $(shortlisp) to match changes in loadup.elAndreas Schwab2010-01-161-0/+4
| | | | | | | | | | | | * Makefile.in (lisp, shortlisp): Update.
* | | (x_term_init): Instead of inhibiting GC while running LispStefan Monnier2010-01-151-0/+8
| | | | | | | | | | | | | | | | | | | | | code, link the new kboard into all_kboard before running Lisp code, and protect the new terminal with GCPRO (Bug#5365). (x_term_init): Remove unused var `atom'. (x_delete_display, x_delete_terminal): Remove unused var `i'.
* | | Take desktop panels into account when sizing frames so they fit on the screen.Jan Djärv2010-01-151-0/+7
| | | | | | | | | | | | | | | | | | | | | xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea to find out usable size of the desktop. Don't make frames larger than this. Bug #3643.
* | | from trunkKenichi Handa2010-01-151-0/+6
|\ \ \
| * | | Fix Qnone definition in NS files.Chong Yidong2010-01-141-0/+6
| | | | | | | | | | | | | | | | | | | | * nsterm.m (Qnone): Define here. * nsfns.m (Qnone): Move definition to nsterm.m.
* | | | xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.Kenichi Handa2010-01-151-0/+4
|/ / /
* | | Fix handling of euc-xx coding systems.Kenichi Handa2010-01-141-0/+5
| | |
* | | from trunkKenichi Handa2010-01-141-11/+35
|\ \ \
| * | | Fix gc bug in terminal allocation.Chong Yidong2010-01-131-0/+5
| | | | | | | | | | | | | | | | | | | | * xterm.c (x_term_init): Avoid garbage-collecting the new terminal during call to vendor-specific-keysyms (Bug#5365).
| * | | Call SIGNAL_THREAD_CHECK from signal handlers.YAMAMOTO Mitsuharu2010-01-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * keyboard.c (input_available_signal) [SYNC_INPUT]: Call SIGNAL_THREAD_CHECK (Bug#5333). * atimer.c (alarm_signal_handler) [!SYNC_INPUT]: Call SIGNAL_THREAD_CHECK.
| * | | Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-121-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify recent-auto-save-p as a side-effect. * buffer.h (BUF_AUTOSAVE_MODIFF): New macro. * buffer.c (Fkill_buffer, reset_buffer): * editfns.c (Fsubst_char_in_region): * fileio.c (Finsert_file_contents, Fdo_auto_save) (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
* | | | Make auto-composition work on all buffers even if they are fundamental mode.Kenichi Handa2010-01-141-0/+12
|/ / /